Color Hex Logo

#dda16b Color Hex

#DDA16B
(221,161,107)
0 Favorites   0 Comments

Color spaces of #dda16b

RGB 221161107
HSL0.080.630.64
HSV28°52°87°
CMYK 0.000.270.52   0.13
XYZ45.217541.923419.6187
Yxy41.92340.42350.3927
Hunter Lab64.748311.347527.3590
CIE-Lab70.818116.108936.7241

#dda16b color RGB value is (221,161,107).

#dda16b hex color red value is 221, green value is 161 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dda16b hue: 0.08 , saturation: 0.63 and the lightness value of dda16b is 0.64.

The process color (four color CMYK) of #dda16b color hex is 0.00, 0.27, 0.52, 0.13. Web safe color of #dda16b is #cc9966. Color #dda16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01101011
Octal 335 241 153
Decimal 221 161 107
Hex DD A1 6B

RGB Percentages of Color #dda16b

%45.19
%32.92
%21.88

CMYK Percentages of Color #dda16b

%0
%27
%52
%13

Triadic Colors of #dda16b

#dda16b #6bdda1 #a16bdd

Analogous Colors of #dda16b

#dda16b #ddda6b #dd6b6e

Monochromatic Colors of #dda16b

#dda16b

Complementary Color

#dda16b #6ba7dd

#dda16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda16b Color CSS Codes

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

#dda16b Text Font Color

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

This sample text font color is #dda16b
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.


#dda16b Background Color

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

This div background color is #dda16b


#dda16b Border Color

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

This div border color is #dda16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda16b


Comments

No comments written yet.

Please login to write comment.