Color Hex Logo

#dcc91b Color Hex

#DCC91B
(220,201,27)
0 Favorites   0 Comments

Color spaces of #dcc91b

RGB 22020127
HSL0.150.780.48
HSV54°88°86°
CMYK 0.000.090.88   0.14
XYZ50.599757.06819.3853
Yxy57.06810.43230.4875
Hunter Lab75.5434-12.640045.5144
CIE-Lab80.2179-9.497777.5457

#dcc91b color RGB value is (220,201,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00011011
Octal 334 311 33
Decimal 220 201 27
Hex DC C9 1B

RGB Percentages of Color #dcc91b

%49.11
%44.87
%6.03

CMYK Percentages of Color #dcc91b

%0
%9
%88
%14

Triadic Colors of #dcc91b

#dcc91b #1bdcc9 #c91bdc

Analogous Colors of #dcc91b

#dcc91b #8fdc1b #dc691b

Monochromatic Colors of #dcc91b

#dcc91b

Complementary Color

#dcc91b #1b2edc

#dcc91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc91b Color CSS Codes

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

#dcc91b Text Font Color

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

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


#dcc91b Background Color

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

This div background color is #dcc91b


#dcc91b Border Color

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

This div border color is #dcc91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc91b


Comments

No comments written yet.

Please login to write comment.