Shades of Gamboge #D8AB02
Tints of Gamboge #D8AB02
RGB
CMYK
RGB Variations
Color information
#D8AB02 (or 0xD8AB02) is known color: Gamboge. HEX triplet: D8, AB and 02. RGB value is (216,171,2). Sum of RGB (Red+Green+Blue) = 216+171+2=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB02 is #2754FD. Grayscale: #A5A5A5. Windows color (decimal): -2577662 or 175064. OLE color: 175064.
HSL color Cylindrical-coordinate representation of color #D8AB02: hue angle of 47.38º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8AB02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.15 |
| HSL | 47.38º | 0.98% | 0.43% | - |
| HSV(B) | 47.38º | 0.99% | 0.85% | - |
| XYZ | 42.89 | 43.73 | 6.24 | - |
| YUV | 165.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 2 | 0 | 0.21 | 0.99 | 0.15 | 47.38 | 0.98 | 0.43 |
| Hex | D8 | AB | 2 | 0 | 15 | 63 | F | 2F | 62 | 2B |
| Octal | 330 | 253 | 2 | 0 | 25 | 143 | 17 | 57 | 142 | 53 |
| Binary | 11011000 | 10101011 | 10 | 0 | 10101 | 1100011 | 1111 | 101111 | 1100010 | 101011 |
Color Harmonies of #D8AB02
Complementary color
Monochromatic Colors of #D8AB02
Black with #D8AB02
Text Example
Text Example
White with #D8AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB02; }
p { color: rgb(216,171,2); }
H1.HeaderClassName
{
color: #D8AB02;
}
.AnyTagClassName
{
color: #D8AB02;
}
</style>
background-color css
<style>
a { background-color: #D8AB02; }
a { background-color: rgb(216,171,2); }
div.DivClassName
{
background-color: #D8AB02;
}
.BgClassName
{
background-color: #D8AB02;
}
</style>
border-color css
<style>
span { border-color: #D8AB02; }
span { border-color: rgb(216,171,2); }
td.TdClassName
{
border-color: #D8AB02;
}
.TagClassName
{
border-color: #D8AB02;
}
</style>