Shades of Gamboge #DF960B
Tints of Gamboge #DF960B
RGB
CMYK
RGB Variations
Color information
#DF960B (or 0xDF960B) is known color: Gamboge. HEX triplet: DF, 96 and 0B. RGB value is (223,150,11). Sum of RGB (Red+Green+Blue) = 223+150+11=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF960B is #2069F4. Grayscale: #9C9C9C. Windows color (decimal): -2124277 or 759519. OLE color: 759519.
HSL color Cylindrical-coordinate representation of color #DF960B: hue angle of 39.34º degrees, saturation: 0.91, 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 #DF960B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.13 |
| HSL | 39.34º | 0.91% | 0.46% | - |
| HSV(B) | 39.34º | 0.95% | 0.87% | - |
| XYZ | 41.4 | 37.52 | 5.38 | - |
| YUV | 155.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 11 | 0 | 0.33 | 0.95 | 0.13 | 39.34 | 0.91 | 0.46 |
| Hex | DF | 96 | B | 0 | 21 | 5F | D | 27 | 5B | 2E |
| Octal | 337 | 226 | 13 | 0 | 41 | 137 | 15 | 47 | 133 | 56 |
| Binary | 11011111 | 10010110 | 1011 | 0 | 100001 | 1011111 | 1101 | 100111 | 1011011 | 101110 |
Color Harmonies of #DF960B
Complementary color
Monochromatic Colors of #DF960B
Black with #DF960B
Text Example
Text Example
White with #DF960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF960B; }
p { color: rgb(223,150,11); }
H1.HeaderClassName
{
color: #DF960B;
}
.AnyTagClassName
{
color: #DF960B;
}
</style>
background-color css
<style>
a { background-color: #DF960B; }
a { background-color: rgb(223,150,11); }
div.DivClassName
{
background-color: #DF960B;
}
.BgClassName
{
background-color: #DF960B;
}
</style>
border-color css
<style>
span { border-color: #DF960B; }
span { border-color: rgb(223,150,11); }
td.TdClassName
{
border-color: #DF960B;
}
.TagClassName
{
border-color: #DF960B;
}
</style>