Shades of Gamboge #D59C05
Tints of Gamboge #D59C05
RGB
CMYK
RGB Variations
Color information
#D59C05 (or 0xD59C05) is known color: Gamboge. HEX triplet: D5, 9C and 05. RGB value is (213,156,5). Sum of RGB (Red+Green+Blue) = 213+156+5=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C05 is #2A63FA. Grayscale: #9C9C9C. Windows color (decimal): -2778107 or 367829. OLE color: 367829.
HSL color Cylindrical-coordinate representation of color #D59C05: hue angle of 43.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D59C05 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.16 |
| HSL | 43.56º | 0.95% | 0.43% | - |
| HSV(B) | 43.56º | 0.98% | 0.84% | - |
| XYZ | 39.36 | 37.93 | 5.39 | - |
| YUV | 155.83 | 42.88 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 5 | 0 | 0.27 | 0.98 | 0.16 | 43.56 | 0.95 | 0.43 |
| Hex | D5 | 9C | 5 | 0 | 1B | 62 | 10 | 2C | 5F | 2B |
| Octal | 325 | 234 | 5 | 0 | 33 | 142 | 20 | 54 | 137 | 53 |
| Binary | 11010101 | 10011100 | 101 | 0 | 11011 | 1100010 | 10000 | 101100 | 1011111 | 101011 |
Color Harmonies of #D59C05
Complementary color
Monochromatic Colors of #D59C05
Black with #D59C05
Text Example
Text Example
White with #D59C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C05; }
p { color: rgb(213,156,5); }
H1.HeaderClassName
{
color: #D59C05;
}
.AnyTagClassName
{
color: #D59C05;
}
</style>
background-color css
<style>
a { background-color: #D59C05; }
a { background-color: rgb(213,156,5); }
div.DivClassName
{
background-color: #D59C05;
}
.BgClassName
{
background-color: #D59C05;
}
</style>
border-color css
<style>
span { border-color: #D59C05; }
span { border-color: rgb(213,156,5); }
td.TdClassName
{
border-color: #D59C05;
}
.TagClassName
{
border-color: #D59C05;
}
</style>