Color Hex Logo

#d0a60a Color Hex

#D0A60A
(208,166,10)
0 Favorites   0 Comments

Color spaces of #d0a60a

RGB 20816610
HSL0.130.910.43
HSV47°95°82°
CMYK 0.000.200.95   0.18
XYZ39.703440.70426.0513
Yxy40.70420.45920.4708
Hunter Lab63.7998-0.567139.0363
CIE-Lab69.96823.213571.8973

#d0a60a color RGB value is (208,166,10).

#d0a60a hex color red value is 208, green value is 166 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d0a60a hue: 0.13 , saturation: 0.91 and the lightness value of d0a60a is 0.43.

The process color (four color CMYK) of #d0a60a color hex is 0.00, 0.20, 0.95, 0.18. Web safe color of #d0a60a is #cc9900. Color #d0a60a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100110 00001010
Octal 320 246 12
Decimal 208 166 10
Hex D0 A6 A

RGB Percentages of Color #d0a60a

%54.17
%43.23
%2.60

CMYK Percentages of Color #d0a60a

%0
%20
%95
%18

Triadic Colors of #d0a60a

#d0a60a #0ad0a6 #a60ad0

Analogous Colors of #d0a60a

#d0a60a #97d00a #d0430a

Monochromatic Colors of #d0a60a

#d0a60a

Complementary Color

#d0a60a #0a34d0

#d0a60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a60a Color CSS Codes

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

#d0a60a Text Font Color

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

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


#d0a60a Background Color

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

This div background color is #d0a60a


#d0a60a Border Color

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

This div border color is #d0a60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a60a


Comments

No comments written yet.

Please login to write comment.