Shades of Gamboge #D38705
Tints of Gamboge #D38705
RGB
CMYK
RGB Variations
Color information
#D38705 (or 0xD38705) is known color: Gamboge. HEX triplet: D3, 87 and 05. RGB value is (211,135,5). Sum of RGB (Red+Green+Blue) = 211+135+5=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D38705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38705 is #2C78FA. Grayscale: #8F8F8F. Windows color (decimal): -2914555 or 362451. OLE color: 362451.
HSL color Cylindrical-coordinate representation of color #D38705: hue angle of 37.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D38705 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.17 |
| HSL | 37.86º | 0.95% | 0.42% | - |
| HSV(B) | 37.86º | 0.98% | 0.83% | - |
| XYZ | 35.56 | 31.19 | 4.29 | - |
| YUV | 142.9 | 50.18 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 5 | 0 | 0.36 | 0.98 | 0.17 | 37.86 | 0.95 | 0.42 |
| Hex | D3 | 87 | 5 | 0 | 24 | 62 | 11 | 26 | 5F | 2A |
| Octal | 323 | 207 | 5 | 0 | 44 | 142 | 21 | 46 | 137 | 52 |
| Binary | 11010011 | 10000111 | 101 | 0 | 100100 | 1100010 | 10001 | 100110 | 1011111 | 101010 |
Color Harmonies of #D38705
Complementary color
Monochromatic Colors of #D38705
Black with #D38705
Text Example
Text Example
White with #D38705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38705; }
p { color: rgb(211,135,5); }
H1.HeaderClassName
{
color: #D38705;
}
.AnyTagClassName
{
color: #D38705;
}
</style>
background-color css
<style>
a { background-color: #D38705; }
a { background-color: rgb(211,135,5); }
div.DivClassName
{
background-color: #D38705;
}
.BgClassName
{
background-color: #D38705;
}
</style>
border-color css
<style>
span { border-color: #D38705; }
span { border-color: rgb(211,135,5); }
td.TdClassName
{
border-color: #D38705;
}
.TagClassName
{
border-color: #D38705;
}
</style>