Shades of Gamboge #DF961A
Tints of Gamboge #DF961A
RGB
CMYK
RGB Variations
Color information
#DF961A (or 0xDF961A) is known color: Gamboge. HEX triplet: DF, 96 and 1A. RGB value is (223,150,26). Sum of RGB (Red+Green+Blue) = 223+150+26=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF961A is #2069E5. Grayscale: #9E9E9E. Windows color (decimal): -2124262 or 1742559. OLE color: 1742559.
HSL color Cylindrical-coordinate representation of color #DF961A: hue angle of 37.77º degrees, saturation: 0.79, 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 #DF961A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 26 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.77º | 0.79% | 0.49% | - |
| HSV(B) | 37.77º | 0.88% | 0.87% | - |
| XYZ | 41.52 | 37.58 | 6.04 | - |
| YUV | 157.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 26 | 0 | 0.33 | 0.88 | 0.13 | 37.77 | 0.79 | 0.49 |
| Hex | DF | 96 | 1A | 0 | 21 | 58 | D | 26 | 4F | 31 |
| Octal | 337 | 226 | 32 | 0 | 41 | 130 | 15 | 46 | 117 | 61 |
| Binary | 11011111 | 10010110 | 11010 | 0 | 100001 | 1011000 | 1101 | 100110 | 1001111 | 110001 |
Color Harmonies of #DF961A
Complementary color
Monochromatic Colors of #DF961A
Black with #DF961A
Text Example
Text Example
White with #DF961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF961A; }
p { color: rgb(223,150,26); }
H1.HeaderClassName
{
color: #DF961A;
}
.AnyTagClassName
{
color: #DF961A;
}
</style>
background-color css
<style>
a { background-color: #DF961A; }
a { background-color: rgb(223,150,26); }
div.DivClassName
{
background-color: #DF961A;
}
.BgClassName
{
background-color: #DF961A;
}
</style>
border-color css
<style>
span { border-color: #DF961A; }
span { border-color: rgb(223,150,26); }
td.TdClassName
{
border-color: #DF961A;
}
.TagClassName
{
border-color: #DF961A;
}
</style>