Shades of Gamboge #DF8809
Tints of Gamboge #DF8809
RGB
CMYK
RGB Variations
Color information
#DF8809 (or 0xDF8809) is known color: Gamboge. HEX triplet: DF, 88 and 09. RGB value is (223,136,9). Sum of RGB (Red+Green+Blue) = 223+136+9=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8809 is #2077F6. Grayscale: #949494. Windows color (decimal): -2127863 or 624863. OLE color: 624863.
HSL color Cylindrical-coordinate representation of color #DF8809: hue angle of 35.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF8809 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.13 |
| HSL | 35.61º | 0.92% | 0.45% | - |
| HSV(B) | 35.61º | 0.96% | 0.87% | - |
| XYZ | 39.28 | 33.32 | 4.62 | - |
| YUV | 147.54 | 49.82 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 9 | 0 | 0.39 | 0.96 | 0.13 | 35.61 | 0.92 | 0.45 |
| Hex | DF | 88 | 9 | 0 | 27 | 60 | D | 24 | 5C | 2D |
| Octal | 337 | 210 | 11 | 0 | 47 | 140 | 15 | 44 | 134 | 55 |
| Binary | 11011111 | 10001000 | 1001 | 0 | 100111 | 1100000 | 1101 | 100100 | 1011100 | 101101 |
Color Harmonies of #DF8809
Complementary color
Monochromatic Colors of #DF8809
Black with #DF8809
Text Example
Text Example
White with #DF8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8809; }
p { color: rgb(223,136,9); }
H1.HeaderClassName
{
color: #DF8809;
}
.AnyTagClassName
{
color: #DF8809;
}
</style>
background-color css
<style>
a { background-color: #DF8809; }
a { background-color: rgb(223,136,9); }
div.DivClassName
{
background-color: #DF8809;
}
.BgClassName
{
background-color: #DF8809;
}
</style>
border-color css
<style>
span { border-color: #DF8809; }
span { border-color: rgb(223,136,9); }
td.TdClassName
{
border-color: #DF8809;
}
.TagClassName
{
border-color: #DF8809;
}
</style>