Shades of Gamboge #D59107
Tints of Gamboge #D59107
RGB
CMYK
RGB Variations
Color information
#D59107 (or 0xD59107) is known color: Gamboge. HEX triplet: D5, 91 and 07. RGB value is (213,145,7). Sum of RGB (Red+Green+Blue) = 213+145+7=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D59107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59107 is #2A6EF8. Grayscale: #969696. Windows color (decimal): -2780921 or 496085. OLE color: 496085.
HSL color Cylindrical-coordinate representation of color #D59107: hue angle of 40.19º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D59107 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.16 |
| HSL | 40.19º | 0.94% | 0.43% | - |
| HSV(B) | 40.19º | 0.97% | 0.84% | - |
| XYZ | 37.6 | 34.41 | 4.86 | - |
| YUV | 149.6 | 47.53 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 7 | 0 | 0.32 | 0.97 | 0.16 | 40.19 | 0.94 | 0.43 |
| Hex | D5 | 91 | 7 | 0 | 20 | 61 | 10 | 28 | 5E | 2B |
| Octal | 325 | 221 | 7 | 0 | 40 | 141 | 20 | 50 | 136 | 53 |
| Binary | 11010101 | 10010001 | 111 | 0 | 100000 | 1100001 | 10000 | 101000 | 1011110 | 101011 |
Color Harmonies of #D59107
Complementary color
Monochromatic Colors of #D59107
Black with #D59107
Text Example
Text Example
White with #D59107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59107; }
p { color: rgb(213,145,7); }
H1.HeaderClassName
{
color: #D59107;
}
.AnyTagClassName
{
color: #D59107;
}
</style>
background-color css
<style>
a { background-color: #D59107; }
a { background-color: rgb(213,145,7); }
div.DivClassName
{
background-color: #D59107;
}
.BgClassName
{
background-color: #D59107;
}
</style>
border-color css
<style>
span { border-color: #D59107; }
span { border-color: rgb(213,145,7); }
td.TdClassName
{
border-color: #D59107;
}
.TagClassName
{
border-color: #D59107;
}
</style>