#D99608

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

Shades of Gamboge #D99608

Tints of Gamboge #D99608

Color information

#D99608 (or 0xD99608) is unknown color: approx Gamboge. HEX triplet: D9, 96 and 08. RGB value is (217,150,8). Sum of RGB (Red+Green+Blue) = 217+150+8=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D99608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99608 is #2669F7. Grayscale: #9A9A9A. Windows color (decimal): -2517496 or 562905. OLE color: 562905.

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

Color convert

RGB2171508-
CMYK00.310.960.15
HSL40.77º92.89%44.12%-
HSV(B)40.77º96.31%85.1%-
XYZ39.5736.585.21-
YUV153.8445.7173.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.87%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=57.87%
G=40%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217150800.310.960.1540.7792.8944.12
HexD996801F60F295d2c
Octal33122610037140175113554
Binary11011001100101101000011111110000011111010011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99608; }

 p { color: rgb(217,150,8); }

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

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

 a { background-color: rgb(217,150,8); }

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

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

 span { border-color: rgb(217,150,8); }

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