Color Hex Logo

#dcc92b Color Hex

#DCC92B
(220,201,43)
0 Favorites   0 Comments

Color spaces of #dcc92b

RGB 22020143
HSL0.150.720.52
HSV54°80°86°
CMYK 0.000.090.80   0.14
XYZ50.837957.163410.6397
Yxy57.16340.42850.4818
Hunter Lab75.6065-12.287744.5810
CIE-Lab80.2714-9.093573.8654

#dcc92b color RGB value is (220,201,43).

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

The process color (four color CMYK) of #dcc92b color hex is 0.00, 0.09, 0.80, 0.14. Web safe color of #dcc92b is #cccc33. Color #dcc92b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00101011
Octal 334 311 53
Decimal 220 201 43
Hex DC C9 2B

RGB Percentages of Color #dcc92b

%47.41
%43.32
%9.27

CMYK Percentages of Color #dcc92b

%0
%9
%80
%14

Triadic Colors of #dcc92b

#dcc92b #2bdcc9 #c92bdc

Analogous Colors of #dcc92b

#dcc92b #97dc2b #dc712b

Monochromatic Colors of #dcc92b

#dcc92b

Complementary Color

#dcc92b #2b3edc

#dcc92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc92b Color CSS Codes

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

#dcc92b Text Font Color

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

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


#dcc92b Background Color

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

This div background color is #dcc92b


#dcc92b Border Color

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

This div border color is #dcc92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc92b


Comments

No comments written yet.

Please login to write comment.