#D0960A

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

Shades of Gamboge #D0960A

Tints of Gamboge #D0960A

Color information

#D0960A (or 0xD0960A) is unknown color: approx Gamboge. HEX triplet: D0, 96 and 0A. RGB value is (208,150,10). Sum of RGB (Red+Green+Blue) = 208+150+10=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0960A is #2F69F5. Grayscale: #989898. Windows color (decimal): -3107318 or 693968. OLE color: 693968.

HSL color Cylindrical-coordinate representation of color #D0960A: hue angle of 42.42º 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 #D0960A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB20815010-
CMYK00.280.950.18
HSL42.42º90.83%42.75%-
HSV(B)42.42º95.19%81.57%-
XYZ36.9735.245.14-
YUV151.3848.22168.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 10 (4.30% from 255) = 2.72%
R=56.52%
G=40.76%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081501000.280.950.1842.4290.8342.75
HexD096A01C5F122a5b2b
Octal32022612034137225213353
Binary110100001001011010100111001011111100101010101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0960A; }

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

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

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

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

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

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

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

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