#D99508

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

Shades of Gamboge #D99508

Tints of Gamboge #D99508

Color information

#D99508 (or 0xD99508) is unknown color: approx Gamboge. HEX triplet: D9, 95 and 08. RGB value is (217,149,8). Sum of RGB (Red+Green+Blue) = 217+149+8=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D99508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99508 is #266AF7. Grayscale: #999999. Windows color (decimal): -2517752 or 562649. OLE color: 562649.

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

Color convert

RGB2171498-
CMYK00.310.960.15
HSL40.48º92.89%44.12%-
HSV(B)40.48º96.31%85.1%-
XYZ39.4136.265.15-
YUV153.2646.03173.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.02%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 8 (3.52% from 255) = 2.14%
R=58.02%
G=39.84%
B=2.14%

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
Decimal217149800.310.960.1540.4892.8944.12
HexD995801F60F285d2c
Octal33122510037140175013554
Binary11011001100101011000011111110000011111010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99508; }

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

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

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

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

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

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

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

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