Shades of Gamboge #D59016
Tints of Gamboge #D59016
RGB
CMYK
RGB Variations
Color information
#D59016 (or 0xD59016) is known color: Gamboge. HEX triplet: D5, 90 and 16. RGB value is (213,144,22). Sum of RGB (Red+Green+Blue) = 213+144+22=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59016 is #2A6FE9. Grayscale: #979797. Windows color (decimal): -2781162 or 1478869. OLE color: 1478869.
HSL color Cylindrical-coordinate representation of color #D59016: hue angle of 38.32º 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 #D59016 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.16 |
| HSL | 38.32º | 0.81% | 0.46% | - |
| HSV(B) | 38.32º | 0.9% | 0.84% | - |
| XYZ | 37.56 | 34.15 | 5.37 | - |
| YUV | 150.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 22 | 0 | 0.32 | 0.90 | 0.16 | 38.32 | 0.81 | 0.46 |
| Hex | D5 | 90 | 16 | 0 | 20 | 5A | 10 | 26 | 51 | 2E |
| Octal | 325 | 220 | 26 | 0 | 40 | 132 | 20 | 46 | 121 | 56 |
| Binary | 11010101 | 10010000 | 10110 | 0 | 100000 | 1011010 | 10000 | 100110 | 1010001 | 101110 |
Color Harmonies of #D59016
Complementary color
Monochromatic Colors of #D59016
Black with #D59016
Text Example
Text Example
White with #D59016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59016; }
p { color: rgb(213,144,22); }
H1.HeaderClassName
{
color: #D59016;
}
.AnyTagClassName
{
color: #D59016;
}
</style>
background-color css
<style>
a { background-color: #D59016; }
a { background-color: rgb(213,144,22); }
div.DivClassName
{
background-color: #D59016;
}
.BgClassName
{
background-color: #D59016;
}
</style>
border-color css
<style>
span { border-color: #D59016; }
span { border-color: rgb(213,144,22); }
td.TdClassName
{
border-color: #D59016;
}
.TagClassName
{
border-color: #D59016;
}
</style>