Shades of Gamboge #D88C08
Tints of Gamboge #D88C08
RGB
CMYK
RGB Variations
Color information
#D88C08 (or 0xD88C08) is known color: Gamboge. HEX triplet: D8, 8C and 08. RGB value is (216,140,8). Sum of RGB (Red+Green+Blue) = 216+140+8=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C08 is #2773F7. Grayscale: #949494. Windows color (decimal): -2585592 or 560344. OLE color: 560344.
HSL color Cylindrical-coordinate representation of color #D88C08: hue angle of 38.08º 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 #D88C08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.15 |
| HSL | 38.08º | 0.93% | 0.44% | - |
| HSV(B) | 38.08º | 0.96% | 0.85% | - |
| XYZ | 37.74 | 33.37 | 4.68 | - |
| YUV | 147.68 | 49.18 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 8 | 0 | 0.35 | 0.96 | 0.15 | 38.08 | 0.93 | 0.44 |
| Hex | D8 | 8C | 8 | 0 | 23 | 60 | F | 26 | 5D | 2C |
| Octal | 330 | 214 | 10 | 0 | 43 | 140 | 17 | 46 | 135 | 54 |
| Binary | 11011000 | 10001100 | 1000 | 0 | 100011 | 1100000 | 1111 | 100110 | 1011101 | 101100 |
Color Harmonies of #D88C08
Complementary color
Monochromatic Colors of #D88C08
Black with #D88C08
Text Example
Text Example
White with #D88C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C08; }
p { color: rgb(216,140,8); }
H1.HeaderClassName
{
color: #D88C08;
}
.AnyTagClassName
{
color: #D88C08;
}
</style>
background-color css
<style>
a { background-color: #D88C08; }
a { background-color: rgb(216,140,8); }
div.DivClassName
{
background-color: #D88C08;
}
.BgClassName
{
background-color: #D88C08;
}
</style>
border-color css
<style>
span { border-color: #D88C08; }
span { border-color: rgb(216,140,8); }
td.TdClassName
{
border-color: #D88C08;
}
.TagClassName
{
border-color: #D88C08;
}
</style>