Shades of Gamboge #D1AA01
Tints of Gamboge #D1AA01
RGB
CMYK
RGB Variations
Color information
#D1AA01 (or 0xD1AA01) is known color: Gamboge. HEX triplet: D1, AA and 01. RGB value is (209,170,1). Sum of RGB (Red+Green+Blue) = 209+170+1=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA01 is #2E55FE. Grayscale: #A3A3A3. Windows color (decimal): -3036671 or 109265. OLE color: 109265.
HSL color Cylindrical-coordinate representation of color #D1AA01: hue angle of 48.75º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1AA01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.18 |
| HSL | 48.75º | 0.99% | 0.41% | - |
| HSV(B) | 48.75º | 1% | 0.82% | - |
| XYZ | 40.67 | 42.31 | 6.05 | - |
| YUV | 162.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 1 | 0 | 0.19 | 1.00 | 0.18 | 48.75 | 0.99 | 0.41 |
| Hex | D1 | AA | 1 | 0 | 13 | 64 | 12 | 31 | 63 | 29 |
| Octal | 321 | 252 | 1 | 0 | 23 | 144 | 22 | 61 | 143 | 51 |
| Binary | 11010001 | 10101010 | 1 | 0 | 10011 | 1100100 | 10010 | 110001 | 1100011 | 101001 |
Color Harmonies of #D1AA01
Complementary color
Monochromatic Colors of #D1AA01
Black with #D1AA01
Text Example
Text Example
White with #D1AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA01; }
p { color: rgb(209,170,1); }
H1.HeaderClassName
{
color: #D1AA01;
}
.AnyTagClassName
{
color: #D1AA01;
}
</style>
background-color css
<style>
a { background-color: #D1AA01; }
a { background-color: rgb(209,170,1); }
div.DivClassName
{
background-color: #D1AA01;
}
.BgClassName
{
background-color: #D1AA01;
}
</style>
border-color css
<style>
span { border-color: #D1AA01; }
span { border-color: rgb(209,170,1); }
td.TdClassName
{
border-color: #D1AA01;
}
.TagClassName
{
border-color: #D1AA01;
}
</style>