Shades of Gamboge #DF991C
Tints of Gamboge #DF991C
RGB
CMYK
RGB Variations
Color information
#DF991C (or 0xDF991C) is known color: Gamboge. HEX triplet: DF, 99 and 1C. RGB value is (223,153,28). Sum of RGB (Red+Green+Blue) = 223+153+28=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF991C is #2066E3. Grayscale: #A0A0A0. Windows color (decimal): -2123492 or 1874399. OLE color: 1874399.
HSL color Cylindrical-coordinate representation of color #DF991C: hue angle of 38.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF991C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 28 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.13 |
| HSL | 38.46º | 0.78% | 0.49% | - |
| HSV(B) | 38.46º | 0.87% | 0.87% | - |
| XYZ | 42.03 | 38.55 | 6.32 | - |
| YUV | 159.68 | 53.69 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 28 | 0 | 0.31 | 0.87 | 0.13 | 38.46 | 0.78 | 0.49 |
| Hex | DF | 99 | 1C | 0 | 1F | 57 | D | 26 | 4E | 31 |
| Octal | 337 | 231 | 34 | 0 | 37 | 127 | 15 | 46 | 116 | 61 |
| Binary | 11011111 | 10011001 | 11100 | 0 | 11111 | 1010111 | 1101 | 100110 | 1001110 | 110001 |
Color Harmonies of #DF991C
Complementary color
Monochromatic Colors of #DF991C
Black with #DF991C
Text Example
Text Example
White with #DF991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF991C; }
p { color: rgb(223,153,28); }
H1.HeaderClassName
{
color: #DF991C;
}
.AnyTagClassName
{
color: #DF991C;
}
</style>
background-color css
<style>
a { background-color: #DF991C; }
a { background-color: rgb(223,153,28); }
div.DivClassName
{
background-color: #DF991C;
}
.BgClassName
{
background-color: #DF991C;
}
</style>
border-color css
<style>
span { border-color: #DF991C; }
span { border-color: rgb(223,153,28); }
td.TdClassName
{
border-color: #DF991C;
}
.TagClassName
{
border-color: #DF991C;
}
</style>