Shades of Gamboge #D1AA08
Tints of Gamboge #D1AA08
RGB
CMYK
RGB Variations
Color information
#D1AA08 (or 0xD1AA08) is known color: Gamboge. HEX triplet: D1, AA and 08. RGB value is (209,170,8). Sum of RGB (Red+Green+Blue) = 209+170+8=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA08 is #2E55F7. Grayscale: #A3A3A3. Windows color (decimal): -3036664 or 568017. OLE color: 568017.
HSL color Cylindrical-coordinate representation of color #D1AA08: hue angle of 48.36º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1AA08 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.18 |
| HSL | 48.36º | 0.93% | 0.43% | - |
| HSV(B) | 48.36º | 0.96% | 0.82% | - |
| XYZ | 40.71 | 42.32 | 6.25 | - |
| YUV | 163.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 8 | 0 | 0.19 | 0.96 | 0.18 | 48.36 | 0.93 | 0.43 |
| Hex | D1 | AA | 8 | 0 | 13 | 60 | 12 | 30 | 5D | 2B |
| Octal | 321 | 252 | 10 | 0 | 23 | 140 | 22 | 60 | 135 | 53 |
| Binary | 11010001 | 10101010 | 1000 | 0 | 10011 | 1100000 | 10010 | 110000 | 1011101 | 101011 |
Color Harmonies of #D1AA08
Complementary color
Monochromatic Colors of #D1AA08
Black with #D1AA08
Text Example
Text Example
White with #D1AA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA08; }
p { color: rgb(209,170,8); }
H1.HeaderClassName
{
color: #D1AA08;
}
.AnyTagClassName
{
color: #D1AA08;
}
</style>
background-color css
<style>
a { background-color: #D1AA08; }
a { background-color: rgb(209,170,8); }
div.DivClassName
{
background-color: #D1AA08;
}
.BgClassName
{
background-color: #D1AA08;
}
</style>
border-color css
<style>
span { border-color: #D1AA08; }
span { border-color: rgb(209,170,8); }
td.TdClassName
{
border-color: #D1AA08;
}
.TagClassName
{
border-color: #D1AA08;
}
</style>