Shades of Gamboge #DF970B
Tints of Gamboge #DF970B
RGB
CMYK
RGB Variations
Color information
#DF970B (or 0xDF970B) is known color: Gamboge. HEX triplet: DF, 97 and 0B. RGB value is (223,151,11). Sum of RGB (Red+Green+Blue) = 223+151+11=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF970B is #2068F4. Grayscale: #9D9D9D. Windows color (decimal): -2124021 or 759775. OLE color: 759775.
HSL color Cylindrical-coordinate representation of color #DF970B: hue angle of 39.62º 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 #DF970B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.13 |
| HSL | 39.62º | 0.91% | 0.46% | - |
| HSV(B) | 39.62º | 0.95% | 0.87% | - |
| XYZ | 41.56 | 37.85 | 5.43 | - |
| YUV | 156.57 | 45.85 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 11 | 0 | 0.32 | 0.95 | 0.13 | 39.62 | 0.91 | 0.46 |
| Hex | DF | 97 | B | 0 | 20 | 5F | D | 28 | 5B | 2E |
| Octal | 337 | 227 | 13 | 0 | 40 | 137 | 15 | 50 | 133 | 56 |
| Binary | 11011111 | 10010111 | 1011 | 0 | 100000 | 1011111 | 1101 | 101000 | 1011011 | 101110 |
Color Harmonies of #DF970B
Complementary color
Monochromatic Colors of #DF970B
Black with #DF970B
Text Example
Text Example
White with #DF970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF970B; }
p { color: rgb(223,151,11); }
H1.HeaderClassName
{
color: #DF970B;
}
.AnyTagClassName
{
color: #DF970B;
}
</style>
background-color css
<style>
a { background-color: #DF970B; }
a { background-color: rgb(223,151,11); }
div.DivClassName
{
background-color: #DF970B;
}
.BgClassName
{
background-color: #DF970B;
}
</style>
border-color css
<style>
span { border-color: #DF970B; }
span { border-color: rgb(223,151,11); }
td.TdClassName
{
border-color: #DF970B;
}
.TagClassName
{
border-color: #DF970B;
}
</style>