Color Hex Logo

#dccd36 Color Hex

#DCCD36
(220,205,54)
0 Favorites   0 Comments

Color spaces of #dccd36

RGB 22020554
HSL0.150.700.54
HSV55°75°86°
CMYK 0.000.070.75   0.14
XYZ52.012459.144612.1647
Yxy59.14460.42180.4796
Hunter Lab76.9055-13.862444.4555
CIE-Lab81.3710-10.731371.5550

#dccd36 color RGB value is (220,205,54).

#dccd36 hex color red value is 220, green value is 205 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #dccd36 hue: 0.15 , saturation: 0.70 and the lightness value of dccd36 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00110110
Octal 334 315 66
Decimal 220 205 54
Hex DC CD 36

RGB Percentages of Color #dccd36

%45.93
%42.80
%11.27

CMYK Percentages of Color #dccd36

%0
%7
%75
%14

Triadic Colors of #dccd36

#dccd36 #36dccd #cd36dc

Analogous Colors of #dccd36

#dccd36 #98dc36 #dc7a36

Monochromatic Colors of #dccd36

#dccd36

Complementary Color

#dccd36 #3645dc

#dccd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd36 Color CSS Codes

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

#dccd36 Text Font Color

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

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


#dccd36 Background Color

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

This div background color is #dccd36


#dccd36 Border Color

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

This div border color is #dccd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd36


Comments

No comments written yet.

Please login to write comment.