Shades of Gamboge #D8A80B
Tints of Gamboge #D8A80B
RGB
CMYK
RGB Variations
Color information
#D8A80B (or 0xD8A80B) is known color: Gamboge. HEX triplet: D8, A8 and 0B. RGB value is (216,168,11). Sum of RGB (Red+Green+Blue) = 216+168+11=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A80B is #2757F4. Grayscale: #A5A5A5. Windows color (decimal): -2578421 or 764120. OLE color: 764120.
HSL color Cylindrical-coordinate representation of color #D8A80B: hue angle of 45.95º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8A80B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.15 |
| HSL | 45.95º | 0.9% | 0.45% | - |
| HSV(B) | 45.95º | 0.95% | 0.85% | - |
| XYZ | 42.38 | 42.63 | 6.31 | - |
| YUV | 164.45 | 41.4 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 11 | 0 | 0.22 | 0.95 | 0.15 | 45.95 | 0.9 | 0.45 |
| Hex | D8 | A8 | B | 0 | 16 | 5F | F | 2E | 5A | 2D |
| Octal | 330 | 250 | 13 | 0 | 26 | 137 | 17 | 56 | 132 | 55 |
| Binary | 11011000 | 10101000 | 1011 | 0 | 10110 | 1011111 | 1111 | 101110 | 1011010 | 101101 |
Color Harmonies of #D8A80B
Complementary color
Monochromatic Colors of #D8A80B
Black with #D8A80B
Text Example
Text Example
White with #D8A80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A80B; }
p { color: rgb(216,168,11); }
H1.HeaderClassName
{
color: #D8A80B;
}
.AnyTagClassName
{
color: #D8A80B;
}
</style>
background-color css
<style>
a { background-color: #D8A80B; }
a { background-color: rgb(216,168,11); }
div.DivClassName
{
background-color: #D8A80B;
}
.BgClassName
{
background-color: #D8A80B;
}
</style>
border-color css
<style>
span { border-color: #D8A80B; }
span { border-color: rgb(216,168,11); }
td.TdClassName
{
border-color: #D8A80B;
}
.TagClassName
{
border-color: #D8A80B;
}
</style>