Shades of Gamboge #D59D03
Tints of Gamboge #D59D03
RGB
CMYK
RGB Variations
Color information
#D59D03 (or 0xD59D03) is known color: Gamboge. HEX triplet: D5, 9D and 03. RGB value is (213,157,3). Sum of RGB (Red+Green+Blue) = 213+157+3=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59D03 is #2A62FC. Grayscale: #9C9C9C. Windows color (decimal): -2777853 or 237013. OLE color: 237013.
HSL color Cylindrical-coordinate representation of color #D59D03: hue angle of 44º 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 #D59D03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.16 |
| HSL | 44º | 0.97% | 0.42% | - |
| HSV(B) | 44º | 0.99% | 0.84% | - |
| XYZ | 39.51 | 38.27 | 5.39 | - |
| YUV | 156.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 3 | 0 | 0.26 | 0.99 | 0.16 | 44 | 0.97 | 0.42 |
| Hex | D5 | 9D | 3 | 0 | 1A | 63 | 10 | 2C | 61 | 2A |
| Octal | 325 | 235 | 3 | 0 | 32 | 143 | 20 | 54 | 141 | 52 |
| Binary | 11010101 | 10011101 | 11 | 0 | 11010 | 1100011 | 10000 | 101100 | 1100001 | 101010 |
Color Harmonies of #D59D03
Complementary color
Monochromatic Colors of #D59D03
Black with #D59D03
Text Example
Text Example
White with #D59D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D03; }
p { color: rgb(213,157,3); }
H1.HeaderClassName
{
color: #D59D03;
}
.AnyTagClassName
{
color: #D59D03;
}
</style>
background-color css
<style>
a { background-color: #D59D03; }
a { background-color: rgb(213,157,3); }
div.DivClassName
{
background-color: #D59D03;
}
.BgClassName
{
background-color: #D59D03;
}
</style>
border-color css
<style>
span { border-color: #D59D03; }
span { border-color: rgb(213,157,3); }
td.TdClassName
{
border-color: #D59D03;
}
.TagClassName
{
border-color: #D59D03;
}
</style>