Shades of Gamboge #D6A10B
Tints of Gamboge #D6A10B
RGB
CMYK
RGB Variations
Color information
#D6A10B (or 0xD6A10B) is known color: Gamboge. HEX triplet: D6, A1 and 0B. RGB value is (214,161,11). Sum of RGB (Red+Green+Blue) = 214+161+11=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A10B is #295EF4. Grayscale: #A0A0A0. Windows color (decimal): -2711285 or 762326. OLE color: 762326.
HSL color Cylindrical-coordinate representation of color #D6A10B: hue angle of 44.33º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6A10B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.16 |
| HSL | 44.33º | 0.9% | 0.44% | - |
| HSV(B) | 44.33º | 0.95% | 0.84% | - |
| XYZ | 40.54 | 39.81 | 5.86 | - |
| YUV | 159.75 | 44.06 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 11 | 0 | 0.25 | 0.95 | 0.16 | 44.33 | 0.9 | 0.44 |
| Hex | D6 | A1 | B | 0 | 19 | 5F | 10 | 2C | 5A | 2C |
| Octal | 326 | 241 | 13 | 0 | 31 | 137 | 20 | 54 | 132 | 54 |
| Binary | 11010110 | 10100001 | 1011 | 0 | 11001 | 1011111 | 10000 | 101100 | 1011010 | 101100 |
Color Harmonies of #D6A10B
Complementary color
Monochromatic Colors of #D6A10B
Black with #D6A10B
Text Example
Text Example
White with #D6A10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A10B; }
p { color: rgb(214,161,11); }
H1.HeaderClassName
{
color: #D6A10B;
}
.AnyTagClassName
{
color: #D6A10B;
}
</style>
background-color css
<style>
a { background-color: #D6A10B; }
a { background-color: rgb(214,161,11); }
div.DivClassName
{
background-color: #D6A10B;
}
.BgClassName
{
background-color: #D6A10B;
}
</style>
border-color css
<style>
span { border-color: #D6A10B; }
span { border-color: rgb(214,161,11); }
td.TdClassName
{
border-color: #D6A10B;
}
.TagClassName
{
border-color: #D6A10B;
}
</style>