Shades of Gamboge #DF971B
Tints of Gamboge #DF971B
RGB
CMYK
RGB Variations
Color information
#DF971B (or 0xDF971B) is known color: Gamboge. HEX triplet: DF, 97 and 1B. RGB value is (223,151,27). Sum of RGB (Red+Green+Blue) = 223+151+27=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF971B is #2068E4. Grayscale: #9E9E9E. Windows color (decimal): -2124005 or 1808351. OLE color: 1808351.
HSL color Cylindrical-coordinate representation of color #DF971B: hue angle of 37.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF971B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.13 |
| HSL | 37.96º | 0.78% | 0.49% | - |
| HSV(B) | 37.96º | 0.88% | 0.87% | - |
| XYZ | 41.7 | 37.9 | 6.15 | - |
| YUV | 158.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 27 | 0 | 0.32 | 0.88 | 0.13 | 37.96 | 0.78 | 0.49 |
| Hex | DF | 97 | 1B | 0 | 20 | 58 | D | 26 | 4E | 31 |
| Octal | 337 | 227 | 33 | 0 | 40 | 130 | 15 | 46 | 116 | 61 |
| Binary | 11011111 | 10010111 | 11011 | 0 | 100000 | 1011000 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DF971B
Complementary color
Monochromatic Colors of #DF971B
Black with #DF971B
Text Example
Text Example
White with #DF971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF971B; }
p { color: rgb(223,151,27); }
H1.HeaderClassName
{
color: #DF971B;
}
.AnyTagClassName
{
color: #DF971B;
}
</style>
background-color css
<style>
a { background-color: #DF971B; }
a { background-color: rgb(223,151,27); }
div.DivClassName
{
background-color: #DF971B;
}
.BgClassName
{
background-color: #DF971B;
}
</style>
border-color css
<style>
span { border-color: #DF971B; }
span { border-color: rgb(223,151,27); }
td.TdClassName
{
border-color: #DF971B;
}
.TagClassName
{
border-color: #DF971B;
}
</style>