#D99408

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

Shades of Gamboge #D99408

Tints of Gamboge #D99408

Color information

#D99408 (or 0xD99408) is unknown color: approx Gamboge. HEX triplet: D9, 94 and 08. RGB value is (217,148,8). Sum of RGB (Red+Green+Blue) = 217+148+8=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D99408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99408 is #266BF7. Grayscale: #999999. Windows color (decimal): -2518008 or 562393. OLE color: 562393.

HSL color Cylindrical-coordinate representation of color #D99408: hue angle of 40.19º 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 #D99408 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2171488-
CMYK00.320.960.15
HSL40.19º92.89%44.12%-
HSV(B)40.19º96.31%85.1%-
XYZ39.2535.955.1-
YUV152.6746.36173.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.18%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 8 (3.52% from 255) = 2.14%
R=58.18%
G=39.68%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217148800.320.960.1540.1992.8944.12
HexD994802060F285d2c
Octal33122410040140175013554
Binary110110011001010010000100000110000011111010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99408; }

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

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

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

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

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

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

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

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