Shades of Gamboge #D59C06
Tints of Gamboge #D59C06
RGB
CMYK
RGB Variations
Color information
#D59C06 (or 0xD59C06) is known color: Gamboge. HEX triplet: D5, 9C and 06. RGB value is (213,156,6). Sum of RGB (Red+Green+Blue) = 213+156+6=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C06 is #2A63F9. Grayscale: #9C9C9C. Windows color (decimal): -2778106 or 433365. OLE color: 433365.
HSL color Cylindrical-coordinate representation of color #D59C06: hue angle of 43.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D59C06 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 6 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.16 |
| HSL | 43.48º | 0.95% | 0.43% | - |
| HSV(B) | 43.48º | 0.97% | 0.84% | - |
| XYZ | 39.36 | 37.94 | 5.42 | - |
| YUV | 155.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 6 | 0 | 0.27 | 0.97 | 0.16 | 43.48 | 0.95 | 0.43 |
| Hex | D5 | 9C | 6 | 0 | 1B | 61 | 10 | 2B | 5F | 2B |
| Octal | 325 | 234 | 6 | 0 | 33 | 141 | 20 | 53 | 137 | 53 |
| Binary | 11010101 | 10011100 | 110 | 0 | 11011 | 1100001 | 10000 | 101011 | 1011111 | 101011 |
Color Harmonies of #D59C06
Complementary color
Monochromatic Colors of #D59C06
Black with #D59C06
Text Example
Text Example
White with #D59C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C06; }
p { color: rgb(213,156,6); }
H1.HeaderClassName
{
color: #D59C06;
}
.AnyTagClassName
{
color: #D59C06;
}
</style>
background-color css
<style>
a { background-color: #D59C06; }
a { background-color: rgb(213,156,6); }
div.DivClassName
{
background-color: #D59C06;
}
.BgClassName
{
background-color: #D59C06;
}
</style>
border-color css
<style>
span { border-color: #D59C06; }
span { border-color: rgb(213,156,6); }
td.TdClassName
{
border-color: #D59C06;
}
.TagClassName
{
border-color: #D59C06;
}
</style>