Shades of Gamboge #D58705
Tints of Gamboge #D58705
RGB
CMYK
RGB Variations
Color information
#D58705 (or 0xD58705) is known color: Gamboge. HEX triplet: D5, 87 and 05. RGB value is (213,135,5). Sum of RGB (Red+Green+Blue) = 213+135+5=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D58705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58705 is #2A78FA. Grayscale: #909090. Windows color (decimal): -2783483 or 362453. OLE color: 362453.
HSL color Cylindrical-coordinate representation of color #D58705: hue angle of 37.5º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D58705 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.16 |
| HSL | 37.5º | 0.95% | 0.43% | - |
| HSV(B) | 37.5º | 0.98% | 0.84% | - |
| XYZ | 36.13 | 31.49 | 4.32 | - |
| YUV | 143.5 | 49.84 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 5 | 0 | 0.37 | 0.98 | 0.16 | 37.5 | 0.95 | 0.43 |
| Hex | D5 | 87 | 5 | 0 | 25 | 62 | 10 | 26 | 5F | 2B |
| Octal | 325 | 207 | 5 | 0 | 45 | 142 | 20 | 46 | 137 | 53 |
| Binary | 11010101 | 10000111 | 101 | 0 | 100101 | 1100010 | 10000 | 100110 | 1011111 | 101011 |
Color Harmonies of #D58705
Complementary color
Monochromatic Colors of #D58705
Black with #D58705
Text Example
Text Example
White with #D58705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58705; }
p { color: rgb(213,135,5); }
H1.HeaderClassName
{
color: #D58705;
}
.AnyTagClassName
{
color: #D58705;
}
</style>
background-color css
<style>
a { background-color: #D58705; }
a { background-color: rgb(213,135,5); }
div.DivClassName
{
background-color: #D58705;
}
.BgClassName
{
background-color: #D58705;
}
</style>
border-color css
<style>
span { border-color: #D58705; }
span { border-color: rgb(213,135,5); }
td.TdClassName
{
border-color: #D58705;
}
.TagClassName
{
border-color: #D58705;
}
</style>