Color Hex Logo

#dcca1b Color Hex

#DCCA1B
(220,202,27)
0 Favorites   0 Comments

Color spaces of #dcca1b

RGB 22020227
HSL0.150.780.48
HSV54°88°86°
CMYK 0.000.080.88   0.14
XYZ50.833657.53589.4632
Yxy57.53580.43140.4883
Hunter Lab75.8524-13.117245.6997
CIE-Lab80.4800-10.004177.7539

#dcca1b color RGB value is (220,202,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 00011011
Octal 334 312 33
Decimal 220 202 27
Hex DC CA 1B

RGB Percentages of Color #dcca1b

%49.00
%44.99
%6.01

CMYK Percentages of Color #dcca1b

%0
%8
%88
%14

Triadic Colors of #dcca1b

#dcca1b #1bdcca #ca1bdc

Analogous Colors of #dcca1b

#dcca1b #8edc1b #dc6a1b

Monochromatic Colors of #dcca1b

#dcca1b

Complementary Color

#dcca1b #1b2ddc

#dcca1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca1b Color CSS Codes

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

#dcca1b Text Font Color

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

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


#dcca1b Background Color

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

This div background color is #dcca1b


#dcca1b Border Color

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

This div border color is #dcca1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca1b


Comments

No comments written yet.

Please login to write comment.