Shades of Gamboge #DF961B
Tints of Gamboge #DF961B
RGB
CMYK
RGB Variations
Color information
#DF961B (or 0xDF961B) is known color: Gamboge. HEX triplet: DF, 96 and 1B. RGB value is (223,150,27). Sum of RGB (Red+Green+Blue) = 223+150+27=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF961B is #2069E4. Grayscale: #9E9E9E. Windows color (decimal): -2124261 or 1808095. OLE color: 1808095.
HSL color Cylindrical-coordinate representation of color #DF961B: hue angle of 37.65º 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 #DF961B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.65º | 0.78% | 0.49% | - |
| HSV(B) | 37.65º | 0.88% | 0.87% | - |
| XYZ | 41.54 | 37.58 | 6.1 | - |
| YUV | 157.81 | 54.18 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 27 | 0 | 0.33 | 0.88 | 0.13 | 37.65 | 0.78 | 0.49 |
| Hex | DF | 96 | 1B | 0 | 21 | 58 | D | 26 | 4E | 31 |
| Octal | 337 | 226 | 33 | 0 | 41 | 130 | 15 | 46 | 116 | 61 |
| Binary | 11011111 | 10010110 | 11011 | 0 | 100001 | 1011000 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DF961B
Complementary color
Monochromatic Colors of #DF961B
Black with #DF961B
Text Example
Text Example
White with #DF961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF961B; }
p { color: rgb(223,150,27); }
H1.HeaderClassName
{
color: #DF961B;
}
.AnyTagClassName
{
color: #DF961B;
}
</style>
background-color css
<style>
a { background-color: #DF961B; }
a { background-color: rgb(223,150,27); }
div.DivClassName
{
background-color: #DF961B;
}
.BgClassName
{
background-color: #DF961B;
}
</style>
border-color css
<style>
span { border-color: #DF961B; }
span { border-color: rgb(223,150,27); }
td.TdClassName
{
border-color: #DF961B;
}
.TagClassName
{
border-color: #DF961B;
}
</style>