Color Hex Logo

#dda68f Color Hex

#DDA68F
(221,166,143)
0 Favorites   0 Comments

Color spaces of #dda68f

RGB 221166143
HSL0.050.530.71
HSV18°35°87°
CMYK 0.000.250.35   0.13
XYZ48.412944.627832.0490
Yxy44.62780.38700.3568
Hunter Lab66.804012.451918.3187
CIE-Lab72.646117.215219.7984

#dda68f color RGB value is (221,166,143).

#dda68f hex color red value is 221, green value is 166 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dda68f hue: 0.05 , saturation: 0.53 and the lightness value of dda68f is 0.71.

The process color (four color CMYK) of #dda68f color hex is 0.00, 0.25, 0.35, 0.13. Web safe color of #dda68f is #cc9999. Color #dda68f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 10001111
Octal 335 246 217
Decimal 221 166 143
Hex DD A6 8F

RGB Percentages of Color #dda68f

%41.70
%31.32
%26.98

CMYK Percentages of Color #dda68f

%0
%25
%35
%13

Triadic Colors of #dda68f

#dda68f #8fdda6 #a68fdd

Analogous Colors of #dda68f

#dda68f #ddcd8f #dd8f9f

Monochromatic Colors of #dda68f

#dda68f

Complementary Color

#dda68f #8fc6dd

#dda68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda68f Color CSS Codes

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

#dda68f Text Font Color

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

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


#dda68f Background Color

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

This div background color is #dda68f


#dda68f Border Color

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

This div border color is #dda68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda68f


Comments

No comments written yet.

Please login to write comment.