Shades of Gamboge #D2AB05
Tints of Gamboge #D2AB05
RGB
CMYK
RGB Variations
Color information
#D2AB05 (or 0xD2AB05) is known color: Gamboge. HEX triplet: D2, AB and 05. RGB value is (210,171,5). Sum of RGB (Red+Green+Blue) = 210+171+5=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AB05 is #2D54FA. Grayscale: #A4A4A4. Windows color (decimal): -2970875 or 371666. OLE color: 371666.
HSL color Cylindrical-coordinate representation of color #D2AB05: hue angle of 48.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2AB05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.18 |
| HSL | 48.59º | 0.95% | 0.42% | - |
| HSV(B) | 48.59º | 0.98% | 0.82% | - |
| XYZ | 41.17 | 42.84 | 6.24 | - |
| YUV | 163.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 5 | 0 | 0.19 | 0.98 | 0.18 | 48.59 | 0.95 | 0.42 |
| Hex | D2 | AB | 5 | 0 | 13 | 62 | 12 | 31 | 5F | 2A |
| Octal | 322 | 253 | 5 | 0 | 23 | 142 | 22 | 61 | 137 | 52 |
| Binary | 11010010 | 10101011 | 101 | 0 | 10011 | 1100010 | 10010 | 110001 | 1011111 | 101010 |
Color Harmonies of #D2AB05
Complementary color
Monochromatic Colors of #D2AB05
Black with #D2AB05
Text Example
Text Example
White with #D2AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB05; }
p { color: rgb(210,171,5); }
H1.HeaderClassName
{
color: #D2AB05;
}
.AnyTagClassName
{
color: #D2AB05;
}
</style>
background-color css
<style>
a { background-color: #D2AB05; }
a { background-color: rgb(210,171,5); }
div.DivClassName
{
background-color: #D2AB05;
}
.BgClassName
{
background-color: #D2AB05;
}
</style>
border-color css
<style>
span { border-color: #D2AB05; }
span { border-color: rgb(210,171,5); }
td.TdClassName
{
border-color: #D2AB05;
}
.TagClassName
{
border-color: #D2AB05;
}
</style>