Shades of Gamboge #DF9412
Tints of Gamboge #DF9412
RGB
CMYK
RGB Variations
Color information
#DF9412 (or 0xDF9412) is known color: Gamboge. HEX triplet: DF, 94 and 12. RGB value is (223,148,18). Sum of RGB (Red+Green+Blue) = 223+148+18=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9412 is #206BED. Grayscale: #9C9C9C. Windows color (decimal): -2124782 or 1217759. OLE color: 1217759.
HSL color Cylindrical-coordinate representation of color #DF9412: hue angle of 38.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF9412 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 18 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.13 |
| HSL | 38.05º | 0.85% | 0.47% | - |
| HSV(B) | 38.05º | 0.92% | 0.87% | - |
| XYZ | 41.13 | 36.91 | 5.53 | - |
| YUV | 155.61 | 50.35 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 18 | 0 | 0.34 | 0.92 | 0.13 | 38.05 | 0.85 | 0.47 |
| Hex | DF | 94 | 12 | 0 | 22 | 5C | D | 26 | 55 | 2F |
| Octal | 337 | 224 | 22 | 0 | 42 | 134 | 15 | 46 | 125 | 57 |
| Binary | 11011111 | 10010100 | 10010 | 0 | 100010 | 1011100 | 1101 | 100110 | 1010101 | 101111 |
Color Harmonies of #DF9412
Complementary color
Monochromatic Colors of #DF9412
Black with #DF9412
Text Example
Text Example
White with #DF9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9412; }
p { color: rgb(223,148,18); }
H1.HeaderClassName
{
color: #DF9412;
}
.AnyTagClassName
{
color: #DF9412;
}
</style>
background-color css
<style>
a { background-color: #DF9412; }
a { background-color: rgb(223,148,18); }
div.DivClassName
{
background-color: #DF9412;
}
.BgClassName
{
background-color: #DF9412;
}
</style>
border-color css
<style>
span { border-color: #DF9412; }
span { border-color: rgb(223,148,18); }
td.TdClassName
{
border-color: #DF9412;
}
.TagClassName
{
border-color: #DF9412;
}
</style>