#D98808

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

Shades of Gamboge #D98808

Tints of Gamboge #D98808

Color information

#D98808 (or 0xD98808) is unknown color: approx Gamboge. HEX triplet: D9, 88 and 08. RGB value is (217,136,8). Sum of RGB (Red+Green+Blue) = 217+136+8=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D98808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98808 is #2677F7. Grayscale: #929292. Windows color (decimal): -2521080 or 559321. OLE color: 559321.

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

Color convert

RGB2171368-
CMYK00.370.960.15
HSL36.75º92.89%44.12%-
HSV(B)36.75º96.31%85.1%-
XYZ37.4632.384.5-
YUV145.6350.34178.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.11%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 8 (3.52% from 255) = 2.22%
R=60.11%
G=37.67%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217136800.370.960.1536.7592.8944.12
HexD988802560F255d2c
Octal33121010045140174513554
Binary110110011000100010000100101110000011111001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98808; }

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

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

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

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

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

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

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

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