Color Hex Logo

#ddcf87 Color Hex

#DDCF87
(221,207,135)
0 Favorites   0 Comments

Color spaces of #ddcf87

RGB 221207135
HSL0.140.560.70
HSV50°39°87°
CMYK 0.000.060.39   0.13
XYZ56.504861.747131.8619
Yxy61.74710.37640.4113
Hunter Lab78.5793-9.158130.9650
CIE-Lab82.7787-5.348337.5278

#ddcf87 color RGB value is (221,207,135).

#ddcf87 hex color red value is 221, green value is 207 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ddcf87 hue: 0.14 , saturation: 0.56 and the lightness value of ddcf87 is 0.70.

The process color (four color CMYK) of #ddcf87 color hex is 0.00, 0.06, 0.39, 0.13. Web safe color of #ddcf87 is #cccc99. Color #ddcf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10000111
Octal 335 317 207
Decimal 221 207 135
Hex DD CF 87

RGB Percentages of Color #ddcf87

%39.25
%36.77
%23.98

CMYK Percentages of Color #ddcf87

%0
%6
%39
%13

Triadic Colors of #ddcf87

#ddcf87 #87ddcf #cf87dd

Analogous Colors of #ddcf87

#ddcf87 #c0dd87 #dda487

Monochromatic Colors of #ddcf87

#ddcf87

Complementary Color

#ddcf87 #8795dd

#ddcf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf87 Color CSS Codes

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

#ddcf87 Text Font Color

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

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


#ddcf87 Background Color

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

This div background color is #ddcf87


#ddcf87 Border Color

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

This div border color is #ddcf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf87


Comments

No comments written yet.

Please login to write comment.