Color Hex Logo

#dcc01b Color Hex

#DCC01B
(220,192,27)
0 Favorites   0 Comments

Color spaces of #dcc01b

RGB 22019227
HSL0.140.780.48
HSV51°88°86°
CMYK 0.000.130.88   0.14
XYZ48.562752.99408.7063
Yxy52.99400.44040.4806
Hunter Lab72.7970-8.317843.8670
CIE-Lab77.8715-4.896375.6843

#dcc01b color RGB value is (220,192,27).

#dcc01b hex color red value is 220, green value is 192 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dcc01b hue: 0.14 , saturation: 0.78 and the lightness value of dcc01b is 0.48.

The process color (four color CMYK) of #dcc01b color hex is 0.00, 0.13, 0.88, 0.14. Web safe color of #dcc01b is #cccc33. Color #dcc01b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00011011
Octal 334 300 33
Decimal 220 192 27
Hex DC C0 1B

RGB Percentages of Color #dcc01b

%50.11
%43.74
%6.15

CMYK Percentages of Color #dcc01b

%0
%13
%88
%14

Triadic Colors of #dcc01b

#dcc01b #1bdcc0 #c01bdc

Analogous Colors of #dcc01b

#dcc01b #98dc1b #dc601b

Monochromatic Colors of #dcc01b

#dcc01b

Complementary Color

#dcc01b #1b37dc

#dcc01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc01b Color CSS Codes

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

#dcc01b Text Font Color

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

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


#dcc01b Background Color

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

This div background color is #dcc01b


#dcc01b Border Color

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

This div border color is #dcc01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc01b


Comments

No comments written yet.

Please login to write comment.