Color Hex Logo

#dcdb37 Color Hex

#DCDB37
(220,219,55)
0 Favorites   0 Comments

Color spaces of #dcdb37

RGB 22021955
HSL0.170.700.54
HSV60°75°86°
CMYK 0.000.000.75   0.14
XYZ55.536366.154513.4565
Yxy66.15450.41090.4895
Hunter Lab81.3354-20.456147.1256
CIE-Lab85.0752-17.662574.6458

#dcdb37 color RGB value is (220,219,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 00110111
Octal 334 333 67
Decimal 220 219 55
Hex DC DB 37

RGB Percentages of Color #dcdb37

%44.53
%44.33
%11.13

CMYK Percentages of Color #dcdb37

%0
%0
%75
%14

Triadic Colors of #dcdb37

#dcdb37 #37dcdb #db37dc

Analogous Colors of #dcdb37

#dcdb37 #8bdc37 #dc8937

Monochromatic Colors of #dcdb37

#dcdb37

Complementary Color

#dcdb37 #3738dc

#dcdb37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb37 Color CSS Codes

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

#dcdb37 Text Font Color

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

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


#dcdb37 Background Color

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

This div background color is #dcdb37


#dcdb37 Border Color

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

This div border color is #dcdb37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb37


Comments

No comments written yet.

Please login to write comment.