Shades of Gamboge #D59A03
Tints of Gamboge #D59A03
RGB
CMYK
RGB Variations
Color information
#D59A03 (or 0xD59A03) is known color: Gamboge. HEX triplet: D5, 9A and 03. RGB value is (213,154,3). Sum of RGB (Red+Green+Blue) = 213+154+3=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A03 is #2A65FC. Grayscale: #9B9B9B. Windows color (decimal): -2778621 or 236245. OLE color: 236245.
HSL color Cylindrical-coordinate representation of color #D59A03: hue angle of 43.14º 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 #D59A03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.16 |
| HSL | 43.14º | 0.97% | 0.42% | - |
| HSV(B) | 43.14º | 0.99% | 0.84% | - |
| XYZ | 39.01 | 37.26 | 5.22 | - |
| YUV | 154.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 3 | 0 | 0.28 | 0.99 | 0.16 | 43.14 | 0.97 | 0.42 |
| Hex | D5 | 9A | 3 | 0 | 1C | 63 | 10 | 2B | 61 | 2A |
| Octal | 325 | 232 | 3 | 0 | 34 | 143 | 20 | 53 | 141 | 52 |
| Binary | 11010101 | 10011010 | 11 | 0 | 11100 | 1100011 | 10000 | 101011 | 1100001 | 101010 |
Color Harmonies of #D59A03
Complementary color
Monochromatic Colors of #D59A03
Black with #D59A03
Text Example
Text Example
White with #D59A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A03; }
p { color: rgb(213,154,3); }
H1.HeaderClassName
{
color: #D59A03;
}
.AnyTagClassName
{
color: #D59A03;
}
</style>
background-color css
<style>
a { background-color: #D59A03; }
a { background-color: rgb(213,154,3); }
div.DivClassName
{
background-color: #D59A03;
}
.BgClassName
{
background-color: #D59A03;
}
</style>
border-color css
<style>
span { border-color: #D59A03; }
span { border-color: rgb(213,154,3); }
td.TdClassName
{
border-color: #D59A03;
}
.TagClassName
{
border-color: #D59A03;
}
</style>