Shades of Gamboge #DF8813
Tints of Gamboge #DF8813
RGB
CMYK
RGB Variations
Color information
#DF8813 (or 0xDF8813) is known color: Gamboge. HEX triplet: DF, 88 and 13. RGB value is (223,136,19). Sum of RGB (Red+Green+Blue) = 223+136+19=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8813 is #2077EC. Grayscale: #959595. Windows color (decimal): -2127853 or 1280223. OLE color: 1280223.
HSL color Cylindrical-coordinate representation of color #DF8813: hue angle of 34.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8813 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.13 |
| HSL | 34.41º | 0.84% | 0.47% | - |
| HSV(B) | 34.41º | 0.91% | 0.87% | - |
| XYZ | 39.35 | 33.34 | 4.98 | - |
| YUV | 148.68 | 54.82 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 19 | 0 | 0.39 | 0.91 | 0.13 | 34.41 | 0.84 | 0.47 |
| Hex | DF | 88 | 13 | 0 | 27 | 5B | D | 22 | 54 | 2F |
| Octal | 337 | 210 | 23 | 0 | 47 | 133 | 15 | 42 | 124 | 57 |
| Binary | 11011111 | 10001000 | 10011 | 0 | 100111 | 1011011 | 1101 | 100010 | 1010100 | 101111 |
Color Harmonies of #DF8813
Complementary color
Monochromatic Colors of #DF8813
Black with #DF8813
Text Example
Text Example
White with #DF8813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8813; }
p { color: rgb(223,136,19); }
H1.HeaderClassName
{
color: #DF8813;
}
.AnyTagClassName
{
color: #DF8813;
}
</style>
background-color css
<style>
a { background-color: #DF8813; }
a { background-color: rgb(223,136,19); }
div.DivClassName
{
background-color: #DF8813;
}
.BgClassName
{
background-color: #DF8813;
}
</style>
border-color css
<style>
span { border-color: #DF8813; }
span { border-color: rgb(223,136,19); }
td.TdClassName
{
border-color: #DF8813;
}
.TagClassName
{
border-color: #DF8813;
}
</style>