Color Hex Logo

#d0c950 Color Hex

#D0C950
(208,201,80)
0 Favorites   0 Comments

Color spaces of #d0c950

RGB 20820180
HSL0.160.580.56
HSV57°62°82°
CMYK 0.000.030.62   0.18
XYZ48.347055.762415.8045
Yxy55.76240.40320.4650
Hunter Lab74.6742-15.112039.7235
CIE-Lab79.4784-12.415459.5097

#d0c950 color RGB value is (208,201,80).

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

The process color (four color CMYK) of #d0c950 color hex is 0.00, 0.03, 0.62, 0.18. Web safe color of #d0c950 is #cccc66. Color #d0c950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001001 01010000
Octal 320 311 120
Decimal 208 201 80
Hex D0 C9 50

RGB Percentages of Color #d0c950

%42.54
%41.10
%16.36

CMYK Percentages of Color #d0c950

%0
%3
%62
%18

Triadic Colors of #d0c950

#d0c950 #50d0c9 #c950d0

Analogous Colors of #d0c950

#d0c950 #97d050 #d08950

Monochromatic Colors of #d0c950

#d0c950

Complementary Color

#d0c950 #5057d0

#d0c950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c950 Color CSS Codes

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

#d0c950 Text Font Color

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

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


#d0c950 Background Color

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

This div background color is #d0c950


#d0c950 Border Color

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

This div border color is #d0c950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c950


Comments

No comments written yet.

Please login to write comment.