Shades of Gamboge #D59501
Tints of Gamboge #D59501
RGB
CMYK
RGB Variations
Color information
#D59501 (or 0xD59501) is known color: Gamboge. HEX triplet: D5, 95 and 01. RGB value is (213,149,1). Sum of RGB (Red+Green+Blue) = 213+149+1=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D59501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59501 is #2A6AFE. Grayscale: #979797. Windows color (decimal): -2779903 or 103893. OLE color: 103893.
HSL color Cylindrical-coordinate representation of color #D59501: hue angle of 41.89º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D59501 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.16 |
| HSL | 41.89º | 0.99% | 0.42% | - |
| HSV(B) | 41.89º | 1% | 0.84% | - |
| XYZ | 38.19 | 35.64 | 4.9 | - |
| YUV | 151.26 | 43.2 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 1 | 0 | 0.30 | 1.00 | 0.16 | 41.89 | 0.99 | 0.42 |
| Hex | D5 | 95 | 1 | 0 | 1E | 64 | 10 | 2A | 63 | 2A |
| Octal | 325 | 225 | 1 | 0 | 36 | 144 | 20 | 52 | 143 | 52 |
| Binary | 11010101 | 10010101 | 1 | 0 | 11110 | 1100100 | 10000 | 101010 | 1100011 | 101010 |
Color Harmonies of #D59501
Complementary color
Monochromatic Colors of #D59501
Black with #D59501
Text Example
Text Example
White with #D59501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59501; }
p { color: rgb(213,149,1); }
H1.HeaderClassName
{
color: #D59501;
}
.AnyTagClassName
{
color: #D59501;
}
</style>
background-color css
<style>
a { background-color: #D59501; }
a { background-color: rgb(213,149,1); }
div.DivClassName
{
background-color: #D59501;
}
.BgClassName
{
background-color: #D59501;
}
</style>
border-color css
<style>
span { border-color: #D59501; }
span { border-color: rgb(213,149,1); }
td.TdClassName
{
border-color: #D59501;
}
.TagClassName
{
border-color: #D59501;
}
</style>