Shades of Gamboge #D4A908
Tints of Gamboge #D4A908
RGB
CMYK
RGB Variations
Color information
#D4A908 (or 0xD4A908) is known color: Gamboge. HEX triplet: D4, A9 and 08. RGB value is (212,169,8). Sum of RGB (Red+Green+Blue) = 212+169+8=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A908 is #2B56F7. Grayscale: #A4A4A4. Windows color (decimal): -2840312 or 567764. OLE color: 567764.
HSL color Cylindrical-coordinate representation of color #D4A908: hue angle of 47.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4A908 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.17 |
| HSL | 47.35º | 0.93% | 0.43% | - |
| HSV(B) | 47.35º | 0.96% | 0.83% | - |
| XYZ | 41.38 | 42.39 | 6.23 | - |
| YUV | 163.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 8 | 0 | 0.20 | 0.96 | 0.17 | 47.35 | 0.93 | 0.43 |
| Hex | D4 | A9 | 8 | 0 | 14 | 60 | 11 | 2F | 5D | 2B |
| Octal | 324 | 251 | 10 | 0 | 24 | 140 | 21 | 57 | 135 | 53 |
| Binary | 11010100 | 10101001 | 1000 | 0 | 10100 | 1100000 | 10001 | 101111 | 1011101 | 101011 |
Color Harmonies of #D4A908
Complementary color
Monochromatic Colors of #D4A908
Black with #D4A908
Text Example
Text Example
White with #D4A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A908; }
p { color: rgb(212,169,8); }
H1.HeaderClassName
{
color: #D4A908;
}
.AnyTagClassName
{
color: #D4A908;
}
</style>
background-color css
<style>
a { background-color: #D4A908; }
a { background-color: rgb(212,169,8); }
div.DivClassName
{
background-color: #D4A908;
}
.BgClassName
{
background-color: #D4A908;
}
</style>
border-color css
<style>
span { border-color: #D4A908; }
span { border-color: rgb(212,169,8); }
td.TdClassName
{
border-color: #D4A908;
}
.TagClassName
{
border-color: #D4A908;
}
</style>