Color Hex Logo

#dcc772 Color Hex

#DCC772
(220,199,114)
0 Favorites   0 Comments

Color spaces of #dcc772

RGB 220199114
HSL0.130.600.65
HSV48°48°86°
CMYK 0.000.100.48   0.14
XYZ52.975957.277424.1831
Yxy57.27740.39410.4261
Hunter Lab75.6818-7.496534.0320
CIE-Lab80.3354-3.757544.9760

#dcc772 color RGB value is (220,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01110010
Octal 334 307 162
Decimal 220 199 114
Hex DC C7 72

RGB Percentages of Color #dcc772

%41.28
%37.34
%21.39

CMYK Percentages of Color #dcc772

%0
%10
%48
%14

Triadic Colors of #dcc772

#dcc772 #72dcc7 #c772dc

Analogous Colors of #dcc772

#dcc772 #bcdc72 #dc9272

Monochromatic Colors of #dcc772

#dcc772

Complementary Color

#dcc772 #7287dc

#dcc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc772 Color CSS Codes

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

#dcc772 Text Font Color

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

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


#dcc772 Background Color

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

This div background color is #dcc772


#dcc772 Border Color

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

This div border color is #dcc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc772


Comments

No comments written yet.

Please login to write comment.