Color Hex Logo

#dcc472 Color Hex

#DCC472
(220,196,114)
0 Favorites   0 Comments

Color spaces of #dcc472

RGB 220196114
HSL0.130.600.65
HSV46°48°86°
CMYK 0.000.110.48   0.14
XYZ52.292455.910423.9553
Yxy55.91040.39570.4231
Hunter Lab74.7733-6.019933.3464
CIE-Lab79.5628-2.204744.0255

#dcc472 color RGB value is (220,196,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01110010
Octal 334 304 162
Decimal 220 196 114
Hex DC C4 72

RGB Percentages of Color #dcc472

%41.51
%36.98
%21.51

CMYK Percentages of Color #dcc472

%0
%11
%48
%14

Triadic Colors of #dcc472

#dcc472 #72dcc4 #c472dc

Analogous Colors of #dcc472

#dcc472 #bfdc72 #dc8f72

Monochromatic Colors of #dcc472

#dcc472

Complementary Color

#dcc472 #728adc

#dcc472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc472 Color CSS Codes

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

#dcc472 Text Font Color

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

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


#dcc472 Background Color

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

This div background color is #dcc472


#dcc472 Border Color

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

This div border color is #dcc472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,196,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 #dcc472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc472


Comments

No comments written yet.

Please login to write comment.