Shades of Gamboge #D59A07
Tints of Gamboge #D59A07
RGB
CMYK
RGB Variations
Color information
#D59A07 (or 0xD59A07) is known color: Gamboge. HEX triplet: D5, 9A and 07. RGB value is (213,154,7). Sum of RGB (Red+Green+Blue) = 213+154+7=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A07 is #2A65F8. Grayscale: #9B9B9B. Windows color (decimal): -2778617 or 498389. OLE color: 498389.
HSL color Cylindrical-coordinate representation of color #D59A07: hue angle of 42.82º degrees, saturation: 0.94, 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 #D59A07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.16 |
| HSL | 42.82º | 0.94% | 0.43% | - |
| HSV(B) | 42.82º | 0.97% | 0.84% | - |
| XYZ | 39.03 | 37.27 | 5.34 | - |
| YUV | 154.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 7 | 0 | 0.28 | 0.97 | 0.16 | 42.82 | 0.94 | 0.43 |
| Hex | D5 | 9A | 7 | 0 | 1C | 61 | 10 | 2B | 5E | 2B |
| Octal | 325 | 232 | 7 | 0 | 34 | 141 | 20 | 53 | 136 | 53 |
| Binary | 11010101 | 10011010 | 111 | 0 | 11100 | 1100001 | 10000 | 101011 | 1011110 | 101011 |
Color Harmonies of #D59A07
Complementary color
Monochromatic Colors of #D59A07
Black with #D59A07
Text Example
Text Example
White with #D59A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A07; }
p { color: rgb(213,154,7); }
H1.HeaderClassName
{
color: #D59A07;
}
.AnyTagClassName
{
color: #D59A07;
}
</style>
background-color css
<style>
a { background-color: #D59A07; }
a { background-color: rgb(213,154,7); }
div.DivClassName
{
background-color: #D59A07;
}
.BgClassName
{
background-color: #D59A07;
}
</style>
border-color css
<style>
span { border-color: #D59A07; }
span { border-color: rgb(213,154,7); }
td.TdClassName
{
border-color: #D59A07;
}
.TagClassName
{
border-color: #D59A07;
}
</style>