#D0A70A

Color #D0A70A Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D0A70A

Tints of Gamboge #D0A70A

Color information

#D0A70A (or 0xD0A70A) is unknown color: approx Gamboge. HEX triplet: D0, A7 and 0A. RGB value is (208,167,10). Sum of RGB (Red+Green+Blue) = 208+167+10=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A70A is #2F58F5. Grayscale: #A2A2A2. Windows color (decimal): -3102966 or 698320. OLE color: 698320.

HSL color Cylindrical-coordinate representation of color #D0A70A: hue angle of 47.58º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0A70A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB20816710-
CMYK00.200.950.18
HSL47.58º90.83%42.75%-
HSV(B)47.58º95.19%81.57%-
XYZ39.8941.076.11-
YUV161.3642.58161.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=54.03%
G=43.38%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081671000.200.950.1847.5890.8342.75
HexD0A7A0145F12305b2b
Octal32024712024137226013353
Binary110100001010011110100101001011111100101100001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A70A; }

 p { color: rgb(208,167,10); }

 H1.HeaderClassName
 {
   color: #D0A70A;
 }
 .AnyTagClassName
 {
   color: #D0A70A;
 }
</style>
background-color css

<style>
 a { background-color: #D0A70A; }

 a { background-color: rgb(208,167,10); }

 div.DivClassName
 {
   background-color: #D0A70A;
 }
 .BgClassName
 {
   background-color: #D0A70A;
 }
</style>
border-color css

<style>
 span { border-color: #D0A70A; }

 span { border-color: rgb(208,167,10); }

 td.TdClassName
 {
   border-color: #D0A70A;
 }
 .TagClassName
 {
   border-color: #D0A70A;
 }
</style>