Color Hex Logo

#d0c93f Color Hex

#D0C93F
(208,201,63)
0 Favorites   0 Comments

Color spaces of #d0c93f

RGB 20820163
HSL0.160.610.53
HSV57°70°82°
CMYK 0.000.030.70   0.18
XYZ47.796355.542112.9042
Yxy55.54210.41120.4778
Hunter Lab74.5266-15.943741.9026
CIE-Lab79.3525-13.394066.1612

#d0c93f color RGB value is (208,201,63).

#d0c93f hex color red value is 208, green value is 201 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d0c93f hue: 0.16 , saturation: 0.61 and the lightness value of d0c93f is 0.53.

The process color (four color CMYK) of #d0c93f color hex is 0.00, 0.03, 0.70, 0.18. Web safe color of #d0c93f is #cccc33. Color #d0c93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001001 00111111
Octal 320 311 77
Decimal 208 201 63
Hex D0 C9 3F

RGB Percentages of Color #d0c93f

%44.07
%42.58
%13.35

CMYK Percentages of Color #d0c93f

%0
%3
%70
%18

Triadic Colors of #d0c93f

#d0c93f #3fd0c9 #c93fd0

Analogous Colors of #d0c93f

#d0c93f #8fd03f #d0813f

Monochromatic Colors of #d0c93f

#d0c93f

Complementary Color

#d0c93f #3f46d0

#d0c93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c93f Color CSS Codes

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

#d0c93f Text Font Color

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

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


#d0c93f Background Color

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

This div background color is #d0c93f


#d0c93f Border Color

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

This div border color is #d0c93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c93f


Comments

No comments written yet.

Please login to write comment.