Shades of Gamboge #D59910
Tints of Gamboge #D59910
RGB
CMYK
RGB Variations
Color information
#D59910 (or 0xD59910) is known color: Gamboge. HEX triplet: D5, 99 and 10. RGB value is (213,153,16). Sum of RGB (Red+Green+Blue) = 213+153+16=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D59910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59910 is #2A66EF. Grayscale: #9B9B9B. Windows color (decimal): -2778864 or 1087957. OLE color: 1087957.
HSL color Cylindrical-coordinate representation of color #D59910: hue angle of 41.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D59910 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.16 |
| HSL | 41.73º | 0.86% | 0.45% | - |
| HSV(B) | 41.73º | 0.92% | 0.84% | - |
| XYZ | 38.93 | 36.97 | 5.57 | - |
| YUV | 155.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 16 | 0 | 0.28 | 0.92 | 0.16 | 41.73 | 0.86 | 0.45 |
| Hex | D5 | 99 | 10 | 0 | 1C | 5C | 10 | 2A | 56 | 2D |
| Octal | 325 | 231 | 20 | 0 | 34 | 134 | 20 | 52 | 126 | 55 |
| Binary | 11010101 | 10011001 | 10000 | 0 | 11100 | 1011100 | 10000 | 101010 | 1010110 | 101101 |
Color Harmonies of #D59910
Complementary color
Monochromatic Colors of #D59910
Black with #D59910
Text Example
Text Example
White with #D59910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59910; }
p { color: rgb(213,153,16); }
H1.HeaderClassName
{
color: #D59910;
}
.AnyTagClassName
{
color: #D59910;
}
</style>
background-color css
<style>
a { background-color: #D59910; }
a { background-color: rgb(213,153,16); }
div.DivClassName
{
background-color: #D59910;
}
.BgClassName
{
background-color: #D59910;
}
</style>
border-color css
<style>
span { border-color: #D59910; }
span { border-color: rgb(213,153,16); }
td.TdClassName
{
border-color: #D59910;
}
.TagClassName
{
border-color: #D59910;
}
</style>