Color Hex Logo

#dccf89 Color Hex

#DCCF89
(220,207,137)
0 Favorites   0 Comments

Color spaces of #dccf89

RGB 220207137
HSL0.140.540.70
HSV51°38°86°
CMYK 0.000.060.38   0.14
XYZ56.343461.647432.5964
Yxy61.64740.37420.4094
Hunter Lab78.5159-9.310230.3464
CIE-Lab82.7256-5.519736.4235

#dccf89 color RGB value is (220,207,137).

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

The process color (four color CMYK) of #dccf89 color hex is 0.00, 0.06, 0.38, 0.14. Web safe color of #dccf89 is #cccc99. Color #dccf89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 10001001
Octal 334 317 211
Decimal 220 207 137
Hex DC CF 89

RGB Percentages of Color #dccf89

%39.01
%36.70
%24.29

CMYK Percentages of Color #dccf89

%0
%6
%38
%14

Triadic Colors of #dccf89

#dccf89 #89dccf #cf89dc

Analogous Colors of #dccf89

#dccf89 #c0dc89 #dca689

Monochromatic Colors of #dccf89

#dccf89

Complementary Color

#dccf89 #8996dc

#dccf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf89 Color CSS Codes

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

#dccf89 Text Font Color

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

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


#dccf89 Background Color

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

This div background color is #dccf89


#dccf89 Border Color

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

This div border color is #dccf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf89


Comments

No comments written yet.

Please login to write comment.