Shades of Gamboge #D88609
Tints of Gamboge #D88609
RGB
CMYK
RGB Variations
Color information
#D88609 (or 0xD88609) is known color: Gamboge. HEX triplet: D8, 86 and 09. RGB value is (216,134,9). Sum of RGB (Red+Green+Blue) = 216+134+9=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D88609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88609 is #2779F6. Grayscale: #909090. Windows color (decimal): -2587127 or 624344. OLE color: 624344.
HSL color Cylindrical-coordinate representation of color #D88609: hue angle of 36.23º degrees, saturation: 0.92, 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 #D88609 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.15 |
| HSL | 36.23º | 0.92% | 0.44% | - |
| HSV(B) | 36.23º | 0.96% | 0.85% | - |
| XYZ | 36.89 | 31.67 | 4.43 | - |
| YUV | 144.27 | 51.67 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 9 | 0 | 0.38 | 0.96 | 0.15 | 36.23 | 0.92 | 0.44 |
| Hex | D8 | 86 | 9 | 0 | 26 | 60 | F | 24 | 5C | 2C |
| Octal | 330 | 206 | 11 | 0 | 46 | 140 | 17 | 44 | 134 | 54 |
| Binary | 11011000 | 10000110 | 1001 | 0 | 100110 | 1100000 | 1111 | 100100 | 1011100 | 101100 |
Color Harmonies of #D88609
Complementary color
Monochromatic Colors of #D88609
Black with #D88609
Text Example
Text Example
White with #D88609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88609; }
p { color: rgb(216,134,9); }
H1.HeaderClassName
{
color: #D88609;
}
.AnyTagClassName
{
color: #D88609;
}
</style>
background-color css
<style>
a { background-color: #D88609; }
a { background-color: rgb(216,134,9); }
div.DivClassName
{
background-color: #D88609;
}
.BgClassName
{
background-color: #D88609;
}
</style>
border-color css
<style>
span { border-color: #D88609; }
span { border-color: rgb(216,134,9); }
td.TdClassName
{
border-color: #D88609;
}
.TagClassName
{
border-color: #D88609;
}
</style>