Shades of Gamboge #D1AB02
Tints of Gamboge #D1AB02
RGB
CMYK
RGB Variations
Color information
#D1AB02 (or 0xD1AB02) is known color: Gamboge. HEX triplet: D1, AB and 02. RGB value is (209,171,2). Sum of RGB (Red+Green+Blue) = 209+171+2=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AB02 is #2E54FD. Grayscale: #A3A3A3. Windows color (decimal): -3036414 or 175057. OLE color: 175057.
HSL color Cylindrical-coordinate representation of color #D1AB02: hue angle of 48.99º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1AB02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.18 |
| HSL | 48.99º | 0.98% | 0.41% | - |
| HSV(B) | 48.99º | 0.99% | 0.82% | - |
| XYZ | 40.87 | 42.69 | 6.14 | - |
| YUV | 163.1 | 37.09 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 2 | 0 | 0.18 | 0.99 | 0.18 | 48.99 | 0.98 | 0.41 |
| Hex | D1 | AB | 2 | 0 | 12 | 63 | 12 | 31 | 62 | 29 |
| Octal | 321 | 253 | 2 | 0 | 22 | 143 | 22 | 61 | 142 | 51 |
| Binary | 11010001 | 10101011 | 10 | 0 | 10010 | 1100011 | 10010 | 110001 | 1100010 | 101001 |
Color Harmonies of #D1AB02
Complementary color
Monochromatic Colors of #D1AB02
Black with #D1AB02
Text Example
Text Example
White with #D1AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB02; }
p { color: rgb(209,171,2); }
H1.HeaderClassName
{
color: #D1AB02;
}
.AnyTagClassName
{
color: #D1AB02;
}
</style>
background-color css
<style>
a { background-color: #D1AB02; }
a { background-color: rgb(209,171,2); }
div.DivClassName
{
background-color: #D1AB02;
}
.BgClassName
{
background-color: #D1AB02;
}
</style>
border-color css
<style>
span { border-color: #D1AB02; }
span { border-color: rgb(209,171,2); }
td.TdClassName
{
border-color: #D1AB02;
}
.TagClassName
{
border-color: #D1AB02;
}
</style>