Color Hex Logo

#dccd37 Color Hex

#DCCD37
(220,205,55)
0 Favorites   0 Comments

Color spaces of #dccd37

RGB 22020555
HSL0.150.700.54
HSV55°75°86°
CMYK 0.000.070.75   0.14
XYZ52.036159.154112.2897
Yxy59.15410.42140.4791
Hunter Lab76.9117-13.827944.3643
CIE-Lab81.3762-10.691771.2352

#dccd37 color RGB value is (220,205,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 00110111
Octal 334 315 67
Decimal 220 205 55
Hex DC CD 37

RGB Percentages of Color #dccd37

%45.83
%42.71
%11.46

CMYK Percentages of Color #dccd37

%0
%7
%75
%14

Triadic Colors of #dccd37

#dccd37 #37dccd #cd37dc

Analogous Colors of #dccd37

#dccd37 #99dc37 #dc7b37

Monochromatic Colors of #dccd37

#dccd37

Complementary Color

#dccd37 #3746dc

#dccd37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd37 Color CSS Codes

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

#dccd37 Text Font Color

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

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


#dccd37 Background Color

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

This div background color is #dccd37


#dccd37 Border Color

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

This div border color is #dccd37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd37


Comments

No comments written yet.

Please login to write comment.