Color Hex Logo

#dcc272 Color Hex

#DCC272
(220,194,114)
0 Favorites   0 Comments

Color spaces of #dcc272

RGB 220194114
HSL0.130.600.65
HSV45°48°86°
CMYK 0.000.120.48   0.14
XYZ51.844255.014123.8059
Yxy55.01410.39680.4210
Hunter Lab74.1715-5.032632.8905
CIE-Lab79.0494-1.165743.3918

#dcc272 color RGB value is (220,194,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01110010
Octal 334 302 162
Decimal 220 194 114
Hex DC C2 72

RGB Percentages of Color #dcc272

%41.67
%36.74
%21.59

CMYK Percentages of Color #dcc272

%0
%12
%48
%14

Triadic Colors of #dcc272

#dcc272 #72dcc2 #c272dc

Analogous Colors of #dcc272

#dcc272 #c1dc72 #dc8d72

Monochromatic Colors of #dcc272

#dcc272

Complementary Color

#dcc272 #728cdc

#dcc272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc272 Color CSS Codes

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

#dcc272 Text Font Color

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

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


#dcc272 Background Color

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

This div background color is #dcc272


#dcc272 Border Color

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

This div border color is #dcc272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc272


Comments

No comments written yet.

Please login to write comment.