Color Hex Logo

#d0c53b Color Hex

#D0C53B
(208,197,59)
0 Favorites   0 Comments

Color spaces of #d0c53b

RGB 20819759
HSL0.150.610.52
HSV56°72°82°
CMYK 0.000.050.72   0.18
XYZ46.768153.658212.0298
Yxy53.65820.41590.4771
Hunter Lab73.2518-14.226041.5393
CIE-Lab78.2620-11.565466.5520

#d0c53b color RGB value is (208,197,59).

#d0c53b hex color red value is 208, green value is 197 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d0c53b hue: 0.15 , saturation: 0.61 and the lightness value of d0c53b is 0.52.

The process color (four color CMYK) of #d0c53b color hex is 0.00, 0.05, 0.72, 0.18. Web safe color of #d0c53b is #cccc33. Color #d0c53b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000101 00111011
Octal 320 305 73
Decimal 208 197 59
Hex D0 C5 3B

RGB Percentages of Color #d0c53b

%44.83
%42.46
%12.72

CMYK Percentages of Color #d0c53b

%0
%5
%72
%18

Triadic Colors of #d0c53b

#d0c53b #3bd0c5 #c53bd0

Analogous Colors of #d0c53b

#d0c53b #91d03b #d07b3b

Monochromatic Colors of #d0c53b

#d0c53b

Complementary Color

#d0c53b #3b46d0

#d0c53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c53b Color CSS Codes

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

#d0c53b Text Font Color

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

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


#d0c53b Background Color

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

This div background color is #d0c53b


#d0c53b Border Color

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

This div border color is #d0c53b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,197,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c53b


Comments

No comments written yet.

Please login to write comment.