Shades of Gamboge #D5850D
Tints of Gamboge #D5850D
RGB
CMYK
RGB Variations
Color information
#D5850D (or 0xD5850D) is known color: Gamboge. HEX triplet: D5, 85 and 0D. RGB value is (213,133,13). Sum of RGB (Red+Green+Blue) = 213+133+13=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5850D is #2A7AF2. Grayscale: #8F8F8F. Windows color (decimal): -2783987 or 886229. OLE color: 886229.
HSL color Cylindrical-coordinate representation of color #D5850D: hue angle of 36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5850D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.16 |
| HSL | 36º | 0.88% | 0.44% | - |
| HSV(B) | 36º | 0.94% | 0.84% | - |
| XYZ | 35.9 | 30.95 | 4.46 | - |
| YUV | 143.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 13 | 0 | 0.38 | 0.94 | 0.16 | 36 | 0.88 | 0.44 |
| Hex | D5 | 85 | D | 0 | 26 | 5E | 10 | 24 | 58 | 2C |
| Octal | 325 | 205 | 15 | 0 | 46 | 136 | 20 | 44 | 130 | 54 |
| Binary | 11010101 | 10000101 | 1101 | 0 | 100110 | 1011110 | 10000 | 100100 | 1011000 | 101100 |
Color Harmonies of #D5850D
Complementary color
Monochromatic Colors of #D5850D
Black with #D5850D
Text Example
Text Example
White with #D5850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5850D; }
p { color: rgb(213,133,13); }
H1.HeaderClassName
{
color: #D5850D;
}
.AnyTagClassName
{
color: #D5850D;
}
</style>
background-color css
<style>
a { background-color: #D5850D; }
a { background-color: rgb(213,133,13); }
div.DivClassName
{
background-color: #D5850D;
}
.BgClassName
{
background-color: #D5850D;
}
</style>
border-color css
<style>
span { border-color: #D5850D; }
span { border-color: rgb(213,133,13); }
td.TdClassName
{
border-color: #D5850D;
}
.TagClassName
{
border-color: #D5850D;
}
</style>