Shades of Gamboge #DF9915
Tints of Gamboge #DF9915
RGB
CMYK
RGB Variations
Color information
#DF9915 (or 0xDF9915) is known color: Gamboge. HEX triplet: DF, 99 and 15. RGB value is (223,153,21). Sum of RGB (Red+Green+Blue) = 223+153+21=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9915 is #2066EA. Grayscale: #9F9F9F. Windows color (decimal): -2123499 or 1415647. OLE color: 1415647.
HSL color Cylindrical-coordinate representation of color #DF9915: hue angle of 39.21º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF9915 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.13 |
| HSL | 39.21º | 0.83% | 0.48% | - |
| HSV(B) | 39.21º | 0.91% | 0.87% | - |
| XYZ | 41.96 | 38.52 | 5.93 | - |
| YUV | 158.88 | 50.19 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 21 | 0 | 0.31 | 0.91 | 0.13 | 39.21 | 0.83 | 0.48 |
| Hex | DF | 99 | 15 | 0 | 1F | 5B | D | 27 | 53 | 30 |
| Octal | 337 | 231 | 25 | 0 | 37 | 133 | 15 | 47 | 123 | 60 |
| Binary | 11011111 | 10011001 | 10101 | 0 | 11111 | 1011011 | 1101 | 100111 | 1010011 | 110000 |
Color Harmonies of #DF9915
Complementary color
Monochromatic Colors of #DF9915
Black with #DF9915
Text Example
Text Example
White with #DF9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9915; }
p { color: rgb(223,153,21); }
H1.HeaderClassName
{
color: #DF9915;
}
.AnyTagClassName
{
color: #DF9915;
}
</style>
background-color css
<style>
a { background-color: #DF9915; }
a { background-color: rgb(223,153,21); }
div.DivClassName
{
background-color: #DF9915;
}
.BgClassName
{
background-color: #DF9915;
}
</style>
border-color css
<style>
span { border-color: #DF9915; }
span { border-color: rgb(223,153,21); }
td.TdClassName
{
border-color: #DF9915;
}
.TagClassName
{
border-color: #DF9915;
}
</style>