color codes Logo

#dda844 color codes

#DDA844
(221,168,68)
0 Favorites   0 Comments

Color spaces of #dda844

RGB 22116868
HSL0.110.690.57
HSV39°69°87°
CMYK 0.000.240.69   0.13
XYZ44.864843.794811.5574
Yxy43.79480.44770.4370
Hunter Lab66.17765.202335.9698
CIE-Lab72.09119.604157.1856

#dda844 color RGB value is (221,168,68).

#dda844 hex color red value is 221, green value is 168 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dda844 hue: 0.11 , saturation: 0.69 and the lightness value of dda844 is 0.57.

The process color (four color CMYK) of #dda844 color code is 0.00, 0.24, 0.69, 0.13. Web safe color of #dda844 is #cc9933. Color #dda844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 01000100
Octal 335 250 104
Decimal 221 168 68
Hex DD A8 44

RGB Percentages of Color #dda844

%48.36
%36.76
%14.88

CMYK Percentages of Color #dda844

%0
%24
%69
%13

Triadic Colors of #dda844

#dda844 #44dda8 #a844dd

Analogous Colors of #dda844

#dda844 #c6dd44 #dd5c44

Monochromatic Colors of #dda844

#dda844

Complementary Color

#dda844 #4479dd

#dda844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda844 Color CSS Codes

.mybgcolor {background-color:#dda844; } 
.myforecolor {color:#dda844; }
.mybordercolor {border:3px solid #dda844; }

#dda844 Text Font Color

<p style="color:#dda844">Text here</p>

This sample text font color is #dda844
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda844 Background Color

<div style="background-color:#dda844">
Div content here</div>

This div background color is #dda844


#dda844 Border Color

<div style="border:3px solid #dda844">
Div here</div>

This div border color is #dda844


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,168,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda844; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda844;
  -webkit-box-shadow: 1px 1px 3px 2px #dda844;
  box-shadow:         1px 1px 3px 2px #dda844; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,168,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda844">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda844;
  -webkit-box-shadow: 1px 1px 3px 2px #dda844;
  box-shadow:         1px 1px 3px 2px #dda844;">
Div content here</div>

This div box has shadow with color #dda844


Comments

No comments written yet.

Please login to write comment.