Shades of Gamboge #D59603
Tints of Gamboge #D59603
RGB
CMYK
RGB Variations
Color information
#D59603 (or 0xD59603) is known color: Gamboge. HEX triplet: D5, 96 and 03. RGB value is (213,150,3). Sum of RGB (Red+Green+Blue) = 213+150+3=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D59603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59603 is #2A69FC. Grayscale: #989898. Windows color (decimal): -2779645 or 235221. OLE color: 235221.
HSL color Cylindrical-coordinate representation of color #D59603: hue angle of 42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D59603 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.16 |
| HSL | 42º | 0.97% | 0.42% | - |
| HSV(B) | 42º | 0.99% | 0.84% | - |
| XYZ | 38.36 | 35.97 | 5.01 | - |
| YUV | 152.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 3 | 0 | 0.30 | 0.99 | 0.16 | 42 | 0.97 | 0.42 |
| Hex | D5 | 96 | 3 | 0 | 1E | 63 | 10 | 2A | 61 | 2A |
| Octal | 325 | 226 | 3 | 0 | 36 | 143 | 20 | 52 | 141 | 52 |
| Binary | 11010101 | 10010110 | 11 | 0 | 11110 | 1100011 | 10000 | 101010 | 1100001 | 101010 |
Color Harmonies of #D59603
Complementary color
Monochromatic Colors of #D59603
Black with #D59603
Text Example
Text Example
White with #D59603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59603; }
p { color: rgb(213,150,3); }
H1.HeaderClassName
{
color: #D59603;
}
.AnyTagClassName
{
color: #D59603;
}
</style>
background-color css
<style>
a { background-color: #D59603; }
a { background-color: rgb(213,150,3); }
div.DivClassName
{
background-color: #D59603;
}
.BgClassName
{
background-color: #D59603;
}
</style>
border-color css
<style>
span { border-color: #D59603; }
span { border-color: rgb(213,150,3); }
td.TdClassName
{
border-color: #D59603;
}
.TagClassName
{
border-color: #D59603;
}
</style>