Color Hex Logo

#dccf72 Color Hex

#DCCF72
(220,207,114)
0 Favorites   0 Comments

Color spaces of #dccf72

RGB 220207114
HSL0.150.600.65
HSV53°48°86°
CMYK 0.000.060.48   0.14
XYZ54.865361.056224.8129
Yxy61.05620.38980.4338
Hunter Lab78.1385-11.407735.8694
CIE-Lab82.4089-7.860547.5087

#dccf72 color RGB value is (220,207,114).

#dccf72 hex color red value is 220, green value is 207 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dccf72 hue: 0.15 , saturation: 0.60 and the lightness value of dccf72 is 0.65.

The process color (four color CMYK) of #dccf72 color hex is 0.00, 0.06, 0.48, 0.14. Web safe color of #dccf72 is #cccc66. Color #dccf72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 01110010
Octal 334 317 162
Decimal 220 207 114
Hex DC CF 72

RGB Percentages of Color #dccf72

%40.67
%38.26
%21.07

CMYK Percentages of Color #dccf72

%0
%6
%48
%14

Triadic Colors of #dccf72

#dccf72 #72dccf #cf72dc

Analogous Colors of #dccf72

#dccf72 #b4dc72 #dc9a72

Monochromatic Colors of #dccf72

#dccf72

Complementary Color

#dccf72 #727fdc

#dccf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf72 Color CSS Codes

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

#dccf72 Text Font Color

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

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


#dccf72 Background Color

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

This div background color is #dccf72


#dccf72 Border Color

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

This div border color is #dccf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf72


Comments

No comments written yet.

Please login to write comment.