Shades of Gamboge #D8AB05
Tints of Gamboge #D8AB05
RGB
CMYK
RGB Variations
Color information
#D8AB05 (or 0xD8AB05) is known color: Gamboge. HEX triplet: D8, AB and 05. RGB value is (216,171,5). Sum of RGB (Red+Green+Blue) = 216+171+5=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB05 is #2754FA. Grayscale: #A6A6A6. Windows color (decimal): -2577659 or 371672. OLE color: 371672.
HSL color Cylindrical-coordinate representation of color #D8AB05: hue angle of 47.2º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8AB05 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.15 |
| HSL | 47.2º | 0.95% | 0.43% | - |
| HSV(B) | 47.2º | 0.98% | 0.85% | - |
| XYZ | 42.91 | 43.74 | 6.32 | - |
| YUV | 165.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 5 | 0 | 0.21 | 0.98 | 0.15 | 47.2 | 0.95 | 0.43 |
| Hex | D8 | AB | 5 | 0 | 15 | 62 | F | 2F | 5F | 2B |
| Octal | 330 | 253 | 5 | 0 | 25 | 142 | 17 | 57 | 137 | 53 |
| Binary | 11011000 | 10101011 | 101 | 0 | 10101 | 1100010 | 1111 | 101111 | 1011111 | 101011 |
Color Harmonies of #D8AB05
Complementary color
Monochromatic Colors of #D8AB05
Black with #D8AB05
Text Example
Text Example
White with #D8AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB05; }
p { color: rgb(216,171,5); }
H1.HeaderClassName
{
color: #D8AB05;
}
.AnyTagClassName
{
color: #D8AB05;
}
</style>
background-color css
<style>
a { background-color: #D8AB05; }
a { background-color: rgb(216,171,5); }
div.DivClassName
{
background-color: #D8AB05;
}
.BgClassName
{
background-color: #D8AB05;
}
</style>
border-color css
<style>
span { border-color: #D8AB05; }
span { border-color: rgb(216,171,5); }
td.TdClassName
{
border-color: #D8AB05;
}
.TagClassName
{
border-color: #D8AB05;
}
</style>