Shades of Gamboge #D58706
Tints of Gamboge #D58706
RGB
CMYK
RGB Variations
Color information
#D58706 (or 0xD58706) is known color: Gamboge. HEX triplet: D5, 87 and 06. RGB value is (213,135,6). Sum of RGB (Red+Green+Blue) = 213+135+6=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D58706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58706 is #2A78F9. Grayscale: #909090. Windows color (decimal): -2783482 or 427989. OLE color: 427989.
HSL color Cylindrical-coordinate representation of color #D58706: hue angle of 37.39º 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 #D58706 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 6 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.16 |
| HSL | 37.39º | 0.95% | 0.43% | - |
| HSV(B) | 37.39º | 0.97% | 0.84% | - |
| XYZ | 36.14 | 31.49 | 4.35 | - |
| YUV | 143.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 6 | 0 | 0.37 | 0.97 | 0.16 | 37.39 | 0.95 | 0.43 |
| Hex | D5 | 87 | 6 | 0 | 25 | 61 | 10 | 25 | 5F | 2B |
| Octal | 325 | 207 | 6 | 0 | 45 | 141 | 20 | 45 | 137 | 53 |
| Binary | 11010101 | 10000111 | 110 | 0 | 100101 | 1100001 | 10000 | 100101 | 1011111 | 101011 |
Color Harmonies of #D58706
Complementary color
Monochromatic Colors of #D58706
Black with #D58706
Text Example
Text Example
White with #D58706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58706; }
p { color: rgb(213,135,6); }
H1.HeaderClassName
{
color: #D58706;
}
.AnyTagClassName
{
color: #D58706;
}
</style>
background-color css
<style>
a { background-color: #D58706; }
a { background-color: rgb(213,135,6); }
div.DivClassName
{
background-color: #D58706;
}
.BgClassName
{
background-color: #D58706;
}
</style>
border-color css
<style>
span { border-color: #D58706; }
span { border-color: rgb(213,135,6); }
td.TdClassName
{
border-color: #D58706;
}
.TagClassName
{
border-color: #D58706;
}
</style>