color codes Logo

#dcc92f color codes

#DCC92F
(220,201,47)
0 Favorites   0 Comments

Color spaces of #dcc92f

RGB 22020147
HSL0.150.710.52
HSV53°79°86°
CMYK 0.000.090.79   0.14
XYZ50.914957.194211.0454
Yxy57.19420.42730.4800
Hunter Lab75.6268-12.173944.2794
CIE-Lab80.2887-8.963272.7389

#dcc92f color RGB value is (220,201,47).

#dcc92f hex color red value is 220, green value is 201 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dcc92f hue: 0.15 , saturation: 0.71 and the lightness value of dcc92f is 0.52.

The process color (four color CMYK) of #dcc92f color code is 0.00, 0.09, 0.79, 0.14. Web safe color of #dcc92f is #cccc33. Color #dcc92f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00101111
Octal 334 311 57
Decimal 220 201 47
Hex DC C9 2F

RGB Percentages of Color #dcc92f

%47.01
%42.95
%10.04

CMYK Percentages of Color #dcc92f

%0
%9
%79
%14

Triadic Colors of #dcc92f

#dcc92f #2fdcc9 #c92fdc

Analogous Colors of #dcc92f

#dcc92f #99dc2f #dc732f

Monochromatic Colors of #dcc92f

#dcc92f

Complementary Color

#dcc92f #2f42dc

#dcc92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc92f Color CSS Codes

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

#dcc92f Text Font Color

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

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


#dcc92f Background Color

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

This div background color is #dcc92f


#dcc92f Border Color

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

This div border color is #dcc92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc92f


Comments

No comments written yet.

Please login to write comment.