Shades of Gamboge #D68808
Tints of Gamboge #D68808
RGB
CMYK
RGB Variations
Color information
#D68808 (or 0xD68808) is known color: Gamboge. HEX triplet: D6, 88 and 08. RGB value is (214,136,8). Sum of RGB (Red+Green+Blue) = 214+136+8=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D68808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68808 is #2977F7. Grayscale: #919191. Windows color (decimal): -2717688 or 559318. OLE color: 559318.
HSL color Cylindrical-coordinate representation of color #D68808: hue angle of 37.28º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D68808 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.16 |
| HSL | 37.28º | 0.93% | 0.44% | - |
| HSV(B) | 37.28º | 0.96% | 0.84% | - |
| XYZ | 36.58 | 31.92 | 4.46 | - |
| YUV | 144.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 8 | 0 | 0.36 | 0.96 | 0.16 | 37.28 | 0.93 | 0.44 |
| Hex | D6 | 88 | 8 | 0 | 24 | 60 | 10 | 25 | 5D | 2C |
| Octal | 326 | 210 | 10 | 0 | 44 | 140 | 20 | 45 | 135 | 54 |
| Binary | 11010110 | 10001000 | 1000 | 0 | 100100 | 1100000 | 10000 | 100101 | 1011101 | 101100 |
Color Harmonies of #D68808
Complementary color
Monochromatic Colors of #D68808
Black with #D68808
Text Example
Text Example
White with #D68808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68808; }
p { color: rgb(214,136,8); }
H1.HeaderClassName
{
color: #D68808;
}
.AnyTagClassName
{
color: #D68808;
}
</style>
background-color css
<style>
a { background-color: #D68808; }
a { background-color: rgb(214,136,8); }
div.DivClassName
{
background-color: #D68808;
}
.BgClassName
{
background-color: #D68808;
}
</style>
border-color css
<style>
span { border-color: #D68808; }
span { border-color: rgb(214,136,8); }
td.TdClassName
{
border-color: #D68808;
}
.TagClassName
{
border-color: #D68808;
}
</style>