Shades of Gamboge #D59706
Tints of Gamboge #D59706
RGB
CMYK
RGB Variations
Color information
#D59706 (or 0xD59706) is known color: Gamboge. HEX triplet: D5, 97 and 06. RGB value is (213,151,6). Sum of RGB (Red+Green+Blue) = 213+151+6=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D59706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59706 is #2A68F9. Grayscale: #999999. Windows color (decimal): -2779386 or 432085. OLE color: 432085.
HSL color Cylindrical-coordinate representation of color #D59706: hue angle of 42.03º 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 #D59706 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.16 |
| HSL | 42.03º | 0.95% | 0.43% | - |
| HSV(B) | 42.03º | 0.97% | 0.84% | - |
| XYZ | 38.54 | 36.29 | 5.15 | - |
| YUV | 153.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 6 | 0 | 0.29 | 0.97 | 0.16 | 42.03 | 0.95 | 0.43 |
| Hex | D5 | 97 | 6 | 0 | 1D | 61 | 10 | 2A | 5F | 2B |
| Octal | 325 | 227 | 6 | 0 | 35 | 141 | 20 | 52 | 137 | 53 |
| Binary | 11010101 | 10010111 | 110 | 0 | 11101 | 1100001 | 10000 | 101010 | 1011111 | 101011 |
Color Harmonies of #D59706
Complementary color
Monochromatic Colors of #D59706
Black with #D59706
Text Example
Text Example
White with #D59706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59706; }
p { color: rgb(213,151,6); }
H1.HeaderClassName
{
color: #D59706;
}
.AnyTagClassName
{
color: #D59706;
}
</style>
background-color css
<style>
a { background-color: #D59706; }
a { background-color: rgb(213,151,6); }
div.DivClassName
{
background-color: #D59706;
}
.BgClassName
{
background-color: #D59706;
}
</style>
border-color css
<style>
span { border-color: #D59706; }
span { border-color: rgb(213,151,6); }
td.TdClassName
{
border-color: #D59706;
}
.TagClassName
{
border-color: #D59706;
}
</style>