Shades of Gamboge #D69A16
Tints of Gamboge #D69A16
RGB
CMYK
RGB Variations
Color information
#D69A16 (or 0xD69A16) is known color: Gamboge. HEX triplet: D6, 9A and 16. RGB value is (214,154,22). Sum of RGB (Red+Green+Blue) = 214+154+22=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A16 is #2965E9. Grayscale: #9D9D9D. Windows color (decimal): -2713066 or 1481430. OLE color: 1481430.
HSL color Cylindrical-coordinate representation of color #D69A16: hue angle of 41.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D69A16 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 22 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.16 |
| HSL | 41.25º | 0.81% | 0.46% | - |
| HSV(B) | 41.25º | 0.9% | 0.84% | - |
| XYZ | 39.43 | 37.47 | 5.91 | - |
| YUV | 156.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 22 | 0 | 0.28 | 0.90 | 0.16 | 41.25 | 0.81 | 0.46 |
| Hex | D6 | 9A | 16 | 0 | 1C | 5A | 10 | 29 | 51 | 2E |
| Octal | 326 | 232 | 26 | 0 | 34 | 132 | 20 | 51 | 121 | 56 |
| Binary | 11010110 | 10011010 | 10110 | 0 | 11100 | 1011010 | 10000 | 101001 | 1010001 | 101110 |
Color Harmonies of #D69A16
Complementary color
Monochromatic Colors of #D69A16
Black with #D69A16
Text Example
Text Example
White with #D69A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A16; }
p { color: rgb(214,154,22); }
H1.HeaderClassName
{
color: #D69A16;
}
.AnyTagClassName
{
color: #D69A16;
}
</style>
background-color css
<style>
a { background-color: #D69A16; }
a { background-color: rgb(214,154,22); }
div.DivClassName
{
background-color: #D69A16;
}
.BgClassName
{
background-color: #D69A16;
}
</style>
border-color css
<style>
span { border-color: #D69A16; }
span { border-color: rgb(214,154,22); }
td.TdClassName
{
border-color: #D69A16;
}
.TagClassName
{
border-color: #D69A16;
}
</style>