Shades of Gamboge #D1AB01
Tints of Gamboge #D1AB01
RGB
CMYK
RGB Variations
Color information
#D1AB01 (or 0xD1AB01) is known color: Gamboge. HEX triplet: D1, AB and 01. RGB value is (209,171,1). Sum of RGB (Red+Green+Blue) = 209+171+1=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AB01 is #2E54FE. Grayscale: #A3A3A3. Windows color (decimal): -3036415 or 109521. OLE color: 109521.
HSL color Cylindrical-coordinate representation of color #D1AB01: hue angle of 49.04º 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 #D1AB01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.18 |
| HSL | 49.04º | 0.99% | 0.41% | - |
| HSV(B) | 49.04º | 1% | 0.82% | - |
| XYZ | 40.86 | 42.68 | 6.11 | - |
| YUV | 162.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 1 | 0 | 0.18 | 1.00 | 0.18 | 49.04 | 0.99 | 0.41 |
| Hex | D1 | AB | 1 | 0 | 12 | 64 | 12 | 31 | 63 | 29 |
| Octal | 321 | 253 | 1 | 0 | 22 | 144 | 22 | 61 | 143 | 51 |
| Binary | 11010001 | 10101011 | 1 | 0 | 10010 | 1100100 | 10010 | 110001 | 1100011 | 101001 |
Color Harmonies of #D1AB01
Complementary color
Monochromatic Colors of #D1AB01
Black with #D1AB01
Text Example
Text Example
White with #D1AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB01; }
p { color: rgb(209,171,1); }
H1.HeaderClassName
{
color: #D1AB01;
}
.AnyTagClassName
{
color: #D1AB01;
}
</style>
background-color css
<style>
a { background-color: #D1AB01; }
a { background-color: rgb(209,171,1); }
div.DivClassName
{
background-color: #D1AB01;
}
.BgClassName
{
background-color: #D1AB01;
}
</style>
border-color css
<style>
span { border-color: #D1AB01; }
span { border-color: rgb(209,171,1); }
td.TdClassName
{
border-color: #D1AB01;
}
.TagClassName
{
border-color: #D1AB01;
}
</style>