Shades of Gamboge #D59C02
Tints of Gamboge #D59C02
RGB
CMYK
RGB Variations
Color information
#D59C02 (or 0xD59C02) is known color: Gamboge. HEX triplet: D5, 9C and 02. RGB value is (213,156,2). Sum of RGB (Red+Green+Blue) = 213+156+2=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59C02 is #2A63FD. Grayscale: #9C9C9C. Windows color (decimal): -2778110 or 171221. OLE color: 171221.
HSL color Cylindrical-coordinate representation of color #D59C02: hue angle of 43.79º degrees, saturation: 0.98, 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 #D59C02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.16 |
| HSL | 43.79º | 0.98% | 0.42% | - |
| HSV(B) | 43.79º | 0.99% | 0.84% | - |
| XYZ | 39.34 | 37.93 | 5.3 | - |
| YUV | 155.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 2 | 0 | 0.27 | 0.99 | 0.16 | 43.79 | 0.98 | 0.42 |
| Hex | D5 | 9C | 2 | 0 | 1B | 63 | 10 | 2C | 62 | 2A |
| Octal | 325 | 234 | 2 | 0 | 33 | 143 | 20 | 54 | 142 | 52 |
| Binary | 11010101 | 10011100 | 10 | 0 | 11011 | 1100011 | 10000 | 101100 | 1100010 | 101010 |
Color Harmonies of #D59C02
Complementary color
Monochromatic Colors of #D59C02
Black with #D59C02
Text Example
Text Example
White with #D59C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C02; }
p { color: rgb(213,156,2); }
H1.HeaderClassName
{
color: #D59C02;
}
.AnyTagClassName
{
color: #D59C02;
}
</style>
background-color css
<style>
a { background-color: #D59C02; }
a { background-color: rgb(213,156,2); }
div.DivClassName
{
background-color: #D59C02;
}
.BgClassName
{
background-color: #D59C02;
}
</style>
border-color css
<style>
span { border-color: #D59C02; }
span { border-color: rgb(213,156,2); }
td.TdClassName
{
border-color: #D59C02;
}
.TagClassName
{
border-color: #D59C02;
}
</style>