Color Hex Logo

#dccc1a Color Hex

#DCCC1A
(220,204,26)
0 Favorites   0 Comments

Color spaces of #dccc1a

RGB 22020426
HSL0.150.790.48
HSV55°88°86°
CMYK 0.000.070.88   0.14
XYZ51.294558.47609.5608
Yxy58.47600.42980.4900
Hunter Lab76.4696-14.087146.1158
CIE-Lab81.0027-11.034278.3516

#dccc1a color RGB value is (220,204,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00011010
Octal 334 314 32
Decimal 220 204 26
Hex DC CC 1A

RGB Percentages of Color #dccc1a

%48.89
%45.33
%5.78

CMYK Percentages of Color #dccc1a

%0
%7
%88
%14

Triadic Colors of #dccc1a

#dccc1a #1adccc #cc1adc

Analogous Colors of #dccc1a

#dccc1a #8bdc1a #dc6b1a

Monochromatic Colors of #dccc1a

#dccc1a

Complementary Color

#dccc1a #1a2adc

#dccc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc1a Color CSS Codes

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

#dccc1a Text Font Color

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

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


#dccc1a Background Color

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

This div background color is #dccc1a


#dccc1a Border Color

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

This div border color is #dccc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc1a


Comments

No comments written yet.

Please login to write comment.