Color Hex Logo

#dcc992 Color Hex

#DCC992
(220,201,146)
0 Favorites   0 Comments

Color spaces of #dcc992

RGB 220201146
HSL0.120.510.72
HSV45°34°86°
CMYK 0.000.090.34   0.14
XYZ55.590259.064335.6648
Yxy59.06430.36980.3929
Hunter Lab76.8533-5.379126.2830
CIE-Lab81.3269-1.371129.9392

#dcc992 color RGB value is (220,201,146).

#dcc992 hex color red value is 220, green value is 201 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dcc992 hue: 0.12 , saturation: 0.51 and the lightness value of dcc992 is 0.72.

The process color (four color CMYK) of #dcc992 color hex is 0.00, 0.09, 0.34, 0.14. Web safe color of #dcc992 is #cccc99. Color #dcc992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10010010
Octal 334 311 222
Decimal 220 201 146
Hex DC C9 92

RGB Percentages of Color #dcc992

%38.80
%35.45
%25.75

CMYK Percentages of Color #dcc992

%0
%9
%34
%14

Triadic Colors of #dcc992

#dcc992 #92dcc9 #c992dc

Analogous Colors of #dcc992

#dcc992 #cadc92 #dca492

Monochromatic Colors of #dcc992

#dcc992

Complementary Color

#dcc992 #92a5dc

#dcc992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc992 Color CSS Codes

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

#dcc992 Text Font Color

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

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


#dcc992 Background Color

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

This div background color is #dcc992


#dcc992 Border Color

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

This div border color is #dcc992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc992


Comments

No comments written yet.

Please login to write comment.