Shades of Gamboge #D8AB07
Tints of Gamboge #D8AB07
RGB
CMYK
RGB Variations
Color information
#D8AB07 (or 0xD8AB07) is known color: Gamboge. HEX triplet: D8, AB and 07. RGB value is (216,171,7). Sum of RGB (Red+Green+Blue) = 216+171+7=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB07 is #2754F8. Grayscale: #A6A6A6. Windows color (decimal): -2577657 or 502744. OLE color: 502744.
HSL color Cylindrical-coordinate representation of color #D8AB07: hue angle of 47.08º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8AB07 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.15 |
| HSL | 47.08º | 0.94% | 0.44% | - |
| HSV(B) | 47.08º | 0.97% | 0.85% | - |
| XYZ | 42.92 | 43.74 | 6.38 | - |
| YUV | 165.76 | 38.41 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 7 | 0 | 0.21 | 0.97 | 0.15 | 47.08 | 0.94 | 0.44 |
| Hex | D8 | AB | 7 | 0 | 15 | 61 | F | 2F | 5E | 2C |
| Octal | 330 | 253 | 7 | 0 | 25 | 141 | 17 | 57 | 136 | 54 |
| Binary | 11011000 | 10101011 | 111 | 0 | 10101 | 1100001 | 1111 | 101111 | 1011110 | 101100 |
Color Harmonies of #D8AB07
Complementary color
Monochromatic Colors of #D8AB07
Black with #D8AB07
Text Example
Text Example
White with #D8AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB07; }
p { color: rgb(216,171,7); }
H1.HeaderClassName
{
color: #D8AB07;
}
.AnyTagClassName
{
color: #D8AB07;
}
</style>
background-color css
<style>
a { background-color: #D8AB07; }
a { background-color: rgb(216,171,7); }
div.DivClassName
{
background-color: #D8AB07;
}
.BgClassName
{
background-color: #D8AB07;
}
</style>
border-color css
<style>
span { border-color: #D8AB07; }
span { border-color: rgb(216,171,7); }
td.TdClassName
{
border-color: #D8AB07;
}
.TagClassName
{
border-color: #D8AB07;
}
</style>