Shades of Gamboge #DF8812
Tints of Gamboge #DF8812
RGB
CMYK
RGB Variations
Color information
#DF8812 (or 0xDF8812) is known color: Gamboge. HEX triplet: DF, 88 and 12. RGB value is (223,136,18). Sum of RGB (Red+Green+Blue) = 223+136+18=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8812 is #2077ED. Grayscale: #959595. Windows color (decimal): -2127854 or 1214687. OLE color: 1214687.
HSL color Cylindrical-coordinate representation of color #DF8812: hue angle of 34.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF8812 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.13 |
| HSL | 34.54º | 0.85% | 0.47% | - |
| HSV(B) | 34.54º | 0.92% | 0.87% | - |
| XYZ | 39.34 | 33.34 | 4.93 | - |
| YUV | 148.56 | 54.32 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 18 | 0 | 0.39 | 0.92 | 0.13 | 34.54 | 0.85 | 0.47 |
| Hex | DF | 88 | 12 | 0 | 27 | 5C | D | 23 | 55 | 2F |
| Octal | 337 | 210 | 22 | 0 | 47 | 134 | 15 | 43 | 125 | 57 |
| Binary | 11011111 | 10001000 | 10010 | 0 | 100111 | 1011100 | 1101 | 100011 | 1010101 | 101111 |
Color Harmonies of #DF8812
Complementary color
Monochromatic Colors of #DF8812
Black with #DF8812
Text Example
Text Example
White with #DF8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8812; }
p { color: rgb(223,136,18); }
H1.HeaderClassName
{
color: #DF8812;
}
.AnyTagClassName
{
color: #DF8812;
}
</style>
background-color css
<style>
a { background-color: #DF8812; }
a { background-color: rgb(223,136,18); }
div.DivClassName
{
background-color: #DF8812;
}
.BgClassName
{
background-color: #DF8812;
}
</style>
border-color css
<style>
span { border-color: #DF8812; }
span { border-color: rgb(223,136,18); }
td.TdClassName
{
border-color: #DF8812;
}
.TagClassName
{
border-color: #DF8812;
}
</style>