#D99006

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

Shades of Gamboge #D99006

Tints of Gamboge #D99006

Color information

#D99006 (or 0xD99006) is unknown color: approx Gamboge. HEX triplet: D9, 90 and 06. RGB value is (217,144,6). Sum of RGB (Red+Green+Blue) = 217+144+6=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D99006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99006 is #266FF9. Grayscale: #969696. Windows color (decimal): -2519034 or 430297. OLE color: 430297.

HSL color Cylindrical-coordinate representation of color #D99006: hue angle of 39.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D99006 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB2171446-
CMYK00.340.970.15
HSL39.24º94.62%43.73%-
HSV(B)39.24º97.24%85.1%-
XYZ38.6234.714.84-
YUV150.146.68175.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.13%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 6 (2.73% from 255) = 1.63%
R=59.13%
G=39.24%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217144600.340.970.1539.2494.6243.73
HexD990602261F275f2c
Octal3312206042141174713754
Binary11011001100100001100100010110000111111001111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99006; }

 p { color: rgb(217,144,6); }

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

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

 a { background-color: rgb(217,144,6); }

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

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

 span { border-color: rgb(217,144,6); }

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