Color Hex Logo

#dcd037 Color Hex

#DCD037
(220,208,55)
0 Favorites   0 Comments

Color spaces of #dcd037

RGB 22020855
HSL0.150.700.54
HSV56°75°86°
CMYK 0.000.050.75   0.14
XYZ52.760760.603212.5312
Yxy60.60320.41910.4814
Hunter Lab77.8481-15.257644.9497
CIE-Lab82.1650-12.201671.9661

#dcd037 color RGB value is (220,208,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 00110111
Octal 334 320 67
Decimal 220 208 55
Hex DC D0 37

RGB Percentages of Color #dcd037

%45.55
%43.06
%11.39

CMYK Percentages of Color #dcd037

%0
%5
%75
%14

Triadic Colors of #dcd037

#dcd037 #37dcd0 #d037dc

Analogous Colors of #dcd037

#dcd037 #96dc37 #dc7e37

Monochromatic Colors of #dcd037

#dcd037

Complementary Color

#dcd037 #3743dc

#dcd037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd037 Color CSS Codes

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

#dcd037 Text Font Color

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

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


#dcd037 Background Color

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

This div background color is #dcd037


#dcd037 Border Color

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

This div border color is #dcd037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd037


Comments

No comments written yet.

Please login to write comment.