Shades of Gamboge #DA8D16
Tints of Gamboge #DA8D16
RGB
CMYK
RGB Variations
Color information
#DA8D16 (or 0xDA8D16) is known color: Gamboge. HEX triplet: DA, 8D and 16. RGB value is (218,141,22). Sum of RGB (Red+Green+Blue) = 218+141+22=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D16 is #2572E9. Grayscale: #979797. Windows color (decimal): -2454250 or 1478106. OLE color: 1478106.
HSL color Cylindrical-coordinate representation of color #DA8D16: hue angle of 36.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8D16 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 22 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.15 |
| HSL | 36.43º | 0.82% | 0.47% | - |
| HSV(B) | 36.43º | 0.9% | 0.85% | - |
| XYZ | 38.58 | 34.01 | 5.29 | - |
| YUV | 150.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 22 | 0 | 0.35 | 0.90 | 0.15 | 36.43 | 0.82 | 0.47 |
| Hex | DA | 8D | 16 | 0 | 23 | 5A | F | 24 | 52 | 2F |
| Octal | 332 | 215 | 26 | 0 | 43 | 132 | 17 | 44 | 122 | 57 |
| Binary | 11011010 | 10001101 | 10110 | 0 | 100011 | 1011010 | 1111 | 100100 | 1010010 | 101111 |
Color Harmonies of #DA8D16
Complementary color
Monochromatic Colors of #DA8D16
Black with #DA8D16
Text Example
Text Example
White with #DA8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D16; }
p { color: rgb(218,141,22); }
H1.HeaderClassName
{
color: #DA8D16;
}
.AnyTagClassName
{
color: #DA8D16;
}
</style>
background-color css
<style>
a { background-color: #DA8D16; }
a { background-color: rgb(218,141,22); }
div.DivClassName
{
background-color: #DA8D16;
}
.BgClassName
{
background-color: #DA8D16;
}
</style>
border-color css
<style>
span { border-color: #DA8D16; }
span { border-color: rgb(218,141,22); }
td.TdClassName
{
border-color: #DA8D16;
}
.TagClassName
{
border-color: #DA8D16;
}
</style>