Color Hex Logo

#dccc1e Color Hex

#DCCC1E
(220,204,30)
0 Favorites   0 Comments

Color spaces of #dccc1e

RGB 22020430
HSL0.150.760.49
HSV55°86°86°
CMYK 0.000.070.86   0.14
XYZ51.342458.49519.8129
Yxy58.49510.42910.4889
Hunter Lab76.4821-14.016745.9304
CIE-Lab81.0133-10.953077.5952

#dccc1e color RGB value is (220,204,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00011110
Octal 334 314 36
Decimal 220 204 30
Hex DC CC 1E

RGB Percentages of Color #dccc1e

%48.46
%44.93
%6.61

CMYK Percentages of Color #dccc1e

%0
%7
%86
%14

Triadic Colors of #dccc1e

#dccc1e #1edccc #cc1edc

Analogous Colors of #dccc1e

#dccc1e #8ddc1e #dc6d1e

Monochromatic Colors of #dccc1e

#dccc1e

Complementary Color

#dccc1e #1e2edc

#dccc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc1e Color CSS Codes

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

#dccc1e Text Font Color

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

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


#dccc1e Background Color

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

This div background color is #dccc1e


#dccc1e Border Color

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

This div border color is #dccc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc1e


Comments

No comments written yet.

Please login to write comment.