Shades of Gamboge #DF870C
Tints of Gamboge #DF870C
RGB
CMYK
RGB Variations
Color information
#DF870C (or 0xDF870C) is known color: Gamboge. HEX triplet: DF, 87 and 0C. RGB value is (223,135,12). Sum of RGB (Red+Green+Blue) = 223+135+12=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF870C is #2078F3. Grayscale: #939393. Windows color (decimal): -2128116 or 821215. OLE color: 821215.
HSL color Cylindrical-coordinate representation of color #DF870C: hue angle of 34.98º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF870C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.13 |
| HSL | 34.98º | 0.9% | 0.46% | - |
| HSV(B) | 34.98º | 0.95% | 0.87% | - |
| XYZ | 39.16 | 33.04 | 4.66 | - |
| YUV | 147.29 | 51.65 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 12 | 0 | 0.39 | 0.95 | 0.13 | 34.98 | 0.9 | 0.46 |
| Hex | DF | 87 | C | 0 | 27 | 5F | D | 23 | 5A | 2E |
| Octal | 337 | 207 | 14 | 0 | 47 | 137 | 15 | 43 | 132 | 56 |
| Binary | 11011111 | 10000111 | 1100 | 0 | 100111 | 1011111 | 1101 | 100011 | 1011010 | 101110 |
Color Harmonies of #DF870C
Complementary color
Monochromatic Colors of #DF870C
Black with #DF870C
Text Example
Text Example
White with #DF870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF870C; }
p { color: rgb(223,135,12); }
H1.HeaderClassName
{
color: #DF870C;
}
.AnyTagClassName
{
color: #DF870C;
}
</style>
background-color css
<style>
a { background-color: #DF870C; }
a { background-color: rgb(223,135,12); }
div.DivClassName
{
background-color: #DF870C;
}
.BgClassName
{
background-color: #DF870C;
}
</style>
border-color css
<style>
span { border-color: #DF870C; }
span { border-color: rgb(223,135,12); }
td.TdClassName
{
border-color: #DF870C;
}
.TagClassName
{
border-color: #DF870C;
}
</style>