Color Hex Logo

#dcc172 Color Hex

#DCC172
(220,193,114)
0 Favorites   0 Comments

Color spaces of #dcc172

RGB 220193114
HSL0.120.600.65
HSV45°48°86°
CMYK 0.000.120.48   0.14
XYZ51.622454.570523.7319
Yxy54.57050.39730.4200
Hunter Lab73.8718-4.538132.6629
CIE-Lab78.7932-0.644943.0751

#dcc172 color RGB value is (220,193,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01110010
Octal 334 301 162
Decimal 220 193 114
Hex DC C1 72

RGB Percentages of Color #dcc172

%41.75
%36.62
%21.63

CMYK Percentages of Color #dcc172

%0
%12
%48
%14

Triadic Colors of #dcc172

#dcc172 #72dcc1 #c172dc

Analogous Colors of #dcc172

#dcc172 #c2dc72 #dc8c72

Monochromatic Colors of #dcc172

#dcc172

Complementary Color

#dcc172 #728ddc

#dcc172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc172 Color CSS Codes

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

#dcc172 Text Font Color

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

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


#dcc172 Background Color

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

This div background color is #dcc172


#dcc172 Border Color

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

This div border color is #dcc172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc172


Comments

No comments written yet.

Please login to write comment.