Shades of Gamboge #DF9B12
Tints of Gamboge #DF9B12
RGB
CMYK
RGB Variations
Color information
#DF9B12 (or 0xDF9B12) is known color: Gamboge. HEX triplet: DF, 9B and 12. RGB value is (223,155,18). Sum of RGB (Red+Green+Blue) = 223+155+18=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9B12 is #2064ED. Grayscale: #A0A0A0. Windows color (decimal): -2122990 or 1219551. OLE color: 1219551.
HSL color Cylindrical-coordinate representation of color #DF9B12: hue angle of 40.1º 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 #DF9B12 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.13 |
| HSL | 40.1º | 0.85% | 0.47% | - |
| HSV(B) | 40.1º | 0.92% | 0.87% | - |
| XYZ | 42.26 | 39.17 | 5.91 | - |
| YUV | 159.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 18 | 0 | 0.30 | 0.92 | 0.13 | 40.1 | 0.85 | 0.47 |
| Hex | DF | 9B | 12 | 0 | 1E | 5C | D | 28 | 55 | 2F |
| Octal | 337 | 233 | 22 | 0 | 36 | 134 | 15 | 50 | 125 | 57 |
| Binary | 11011111 | 10011011 | 10010 | 0 | 11110 | 1011100 | 1101 | 101000 | 1010101 | 101111 |
Color Harmonies of #DF9B12
Complementary color
Monochromatic Colors of #DF9B12
Black with #DF9B12
Text Example
Text Example
White with #DF9B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B12; }
p { color: rgb(223,155,18); }
H1.HeaderClassName
{
color: #DF9B12;
}
.AnyTagClassName
{
color: #DF9B12;
}
</style>
background-color css
<style>
a { background-color: #DF9B12; }
a { background-color: rgb(223,155,18); }
div.DivClassName
{
background-color: #DF9B12;
}
.BgClassName
{
background-color: #DF9B12;
}
</style>
border-color css
<style>
span { border-color: #DF9B12; }
span { border-color: rgb(223,155,18); }
td.TdClassName
{
border-color: #DF9B12;
}
.TagClassName
{
border-color: #DF9B12;
}
</style>