Color Hex Logo

#d0cb37 Color Hex

#D0CB37
(208,203,55)
0 Favorites   0 Comments

Color spaces of #d0cb37

RGB 20820355
HSL0.160.620.52
HSV58°74°82°
CMYK 0.000.020.74   0.18
XYZ48.057956.397611.9673
Yxy56.39760.41280.4844
Hunter Lab75.0983-17.194143.1207
CIE-Lab79.8396-14.769469.4385

#d0cb37 color RGB value is (208,203,55).

#d0cb37 hex color red value is 208, green value is 203 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d0cb37 hue: 0.16 , saturation: 0.62 and the lightness value of d0cb37 is 0.52.

The process color (four color CMYK) of #d0cb37 color hex is 0.00, 0.02, 0.74, 0.18. Web safe color of #d0cb37 is #cccc33. Color #d0cb37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 00110111
Octal 320 313 67
Decimal 208 203 55
Hex D0 CB 37

RGB Percentages of Color #d0cb37

%44.64
%43.56
%11.80

CMYK Percentages of Color #d0cb37

%0
%2
%74
%18

Triadic Colors of #d0cb37

#d0cb37 #37d0cb #cb37d0

Analogous Colors of #d0cb37

#d0cb37 #89d037 #d07f37

Monochromatic Colors of #d0cb37

#d0cb37

Complementary Color

#d0cb37 #373cd0

#d0cb37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cb37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cb37 Color CSS Codes

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

#d0cb37 Text Font Color

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

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


#d0cb37 Background Color

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

This div background color is #d0cb37


#d0cb37 Border Color

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

This div border color is #d0cb37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cb37


Comments

No comments written yet.

Please login to write comment.