Shades of Gamboge #D3AB00
Tints of Gamboge #D3AB00
RGB
CMYK
RGB Variations
Color information
#D3AB00 (or 0xD3AB00) is known color: Gamboge. HEX triplet: D3, AB and 00. RGB value is (211,171,0). Sum of RGB (Red+Green+Blue) = 211+171+0=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB00 is #2C54FF. Grayscale: #A4A4A4. Windows color (decimal): -2905344 or 43987. OLE color: 43987.
HSL color Cylindrical-coordinate representation of color #D3AB00: hue angle of 48.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3AB00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.17 |
| HSL | 48.63º | 1% | 0.41% | - |
| HSV(B) | 48.63º | 1% | 0.83% | - |
| XYZ | 41.43 | 42.97 | 6.11 | - |
| YUV | 163.47 | 35.75 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 0 | 0 | 0.19 | 1 | 0.17 | 48.63 | 1 | 0.41 |
| Hex | D3 | AB | 0 | 0 | 13 | 64 | 11 | 31 | 64 | 29 |
| Octal | 323 | 253 | 0 | 0 | 23 | 144 | 21 | 61 | 144 | 51 |
| Binary | 11010011 | 10101011 | 0 | 0 | 10011 | 1100100 | 10001 | 110001 | 1100100 | 101001 |
Color Harmonies of #D3AB00
Complementary color
Monochromatic Colors of #D3AB00
Black with #D3AB00
Text Example
Text Example
White with #D3AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB00; }
p { color: rgb(211,171,0); }
H1.HeaderClassName
{
color: #D3AB00;
}
.AnyTagClassName
{
color: #D3AB00;
}
</style>
background-color css
<style>
a { background-color: #D3AB00; }
a { background-color: rgb(211,171,0); }
div.DivClassName
{
background-color: #D3AB00;
}
.BgClassName
{
background-color: #D3AB00;
}
</style>
border-color css
<style>
span { border-color: #D3AB00; }
span { border-color: rgb(211,171,0); }
td.TdClassName
{
border-color: #D3AB00;
}
.TagClassName
{
border-color: #D3AB00;
}
</style>