color codes Logo

#d0c50e color codes

#D0C50E
(208,197,14)
0 Favorites   0 Comments

Color spaces of #d0c50e

RGB 20819714
HSL0.160.870.44
HSV57°93°82°
CMYK 0.000.050.93   0.18
XYZ46.057953.37418.2902
Yxy53.37410.42760.4955
Hunter Lab73.0576-15.318544.4124
CIE-Lab78.0954-12.855477.4654

#d0c50e color RGB value is (208,197,14).

#d0c50e hex color red value is 208, green value is 197 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d0c50e hue: 0.16 , saturation: 0.87 and the lightness value of d0c50e is 0.44.

The process color (four color CMYK) of #d0c50e color code is 0.00, 0.05, 0.93, 0.18. Web safe color of #d0c50e is #cccc00. Color #d0c50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000101 00001110
Octal 320 305 16
Decimal 208 197 14
Hex D0 C5 E

RGB Percentages of Color #d0c50e

%49.64
%47.02
%3.34

CMYK Percentages of Color #d0c50e

%0
%5
%93
%18

Triadic Colors of #d0c50e

#d0c50e #0ed0c5 #c50ed0

Analogous Colors of #d0c50e

#d0c50e #7ad00e #d0640e

Monochromatic Colors of #d0c50e

#d0c50e

Complementary Color

#d0c50e #0e19d0

#d0c50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c50e Color CSS Codes

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

#d0c50e Text Font Color

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

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


#d0c50e Background Color

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

This div background color is #d0c50e


#d0c50e Border Color

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

This div border color is #d0c50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c50e


Comments

No comments written yet.

Please login to write comment.