Color Hex Logo

#ddc89f Color Hex

#DDC89F
(221,200,159)
0 Favorites   0 Comments

Color spaces of #ddc89f

RGB 221200159
HSL0.110.480.75
HSV40°28°87°
CMYK 0.000.100.28   0.13
XYZ56.731159.183941.2345
Yxy59.18390.36100.3766
Hunter Lab76.9311-2.998522.0727
CIE-Lab81.39261.187123.2199

#ddc89f color RGB value is (221,200,159).

#ddc89f hex color red value is 221, green value is 200 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddc89f hue: 0.11 , saturation: 0.48 and the lightness value of ddc89f is 0.75.

The process color (four color CMYK) of #ddc89f color hex is 0.00, 0.10, 0.28, 0.13. Web safe color of #ddc89f is #cccc99. Color #ddc89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 10011111
Octal 335 310 237
Decimal 221 200 159
Hex DD C8 9F

RGB Percentages of Color #ddc89f

%38.10
%34.48
%27.41

CMYK Percentages of Color #ddc89f

%0
%10
%28
%13

Triadic Colors of #ddc89f

#ddc89f #9fddc8 #c89fdd

Analogous Colors of #ddc89f

#ddc89f #d3dd9f #dda99f

Monochromatic Colors of #ddc89f

#ddc89f

Complementary Color

#ddc89f #9fb4dd

#ddc89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc89f Color CSS Codes

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

#ddc89f Text Font Color

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

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


#ddc89f Background Color

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

This div background color is #ddc89f


#ddc89f Border Color

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

This div border color is #ddc89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc89f


Comments

No comments written yet.

Please login to write comment.