Shades of Gamboge #D3860B
Tints of Gamboge #D3860B
RGB
CMYK
RGB Variations
Color information
#D3860B (or 0xD3860B) is known color: Gamboge. HEX triplet: D3, 86 and 0B. RGB value is (211,134,11). Sum of RGB (Red+Green+Blue) = 211+134+11=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3860B is #2C79F4. Grayscale: #8F8F8F. Windows color (decimal): -2914805 or 755411. OLE color: 755411.
HSL color Cylindrical-coordinate representation of color #D3860B: hue angle of 36.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3860B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.17 |
| HSL | 36.9º | 0.9% | 0.44% | - |
| HSV(B) | 36.9º | 0.95% | 0.83% | - |
| XYZ | 35.45 | 30.92 | 4.42 | - |
| YUV | 143 | 53.51 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 11 | 0 | 0.36 | 0.95 | 0.17 | 36.9 | 0.9 | 0.44 |
| Hex | D3 | 86 | B | 0 | 24 | 5F | 11 | 25 | 5A | 2C |
| Octal | 323 | 206 | 13 | 0 | 44 | 137 | 21 | 45 | 132 | 54 |
| Binary | 11010011 | 10000110 | 1011 | 0 | 100100 | 1011111 | 10001 | 100101 | 1011010 | 101100 |
Color Harmonies of #D3860B
Complementary color
Monochromatic Colors of #D3860B
Black with #D3860B
Text Example
Text Example
White with #D3860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3860B; }
p { color: rgb(211,134,11); }
H1.HeaderClassName
{
color: #D3860B;
}
.AnyTagClassName
{
color: #D3860B;
}
</style>
background-color css
<style>
a { background-color: #D3860B; }
a { background-color: rgb(211,134,11); }
div.DivClassName
{
background-color: #D3860B;
}
.BgClassName
{
background-color: #D3860B;
}
</style>
border-color css
<style>
span { border-color: #D3860B; }
span { border-color: rgb(211,134,11); }
td.TdClassName
{
border-color: #D3860B;
}
.TagClassName
{
border-color: #D3860B;
}
</style>