#D99003

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

Shades of Gamboge #D99003

Tints of Gamboge #D99003

Color information

#D99003 (or 0xD99003) is unknown color: approx Gamboge. HEX triplet: D9, 90 and 03. RGB value is (217,144,3). Sum of RGB (Red+Green+Blue) = 217+144+3=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D99003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99003 is #266FFC. Grayscale: #969696. Windows color (decimal): -2519037 or 233689. OLE color: 233689.

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

Color convert

RGB2171443-
CMYK00.340.990.15
HSL39.53º97.27%43.14%-
HSV(B)39.53º98.62%85.1%-
XYZ38.634.74.75-
YUV149.7545.18175.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.62%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=59.62%
G=39.56%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217144300.340.990.1539.5397.2743.14
HexD990302263F28612b
Octal3312203042143175014153
Binary1101100110010000110100010110001111111010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99003; }

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

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

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

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

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

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

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

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