Shades of Gamboge #DF8A0D
Tints of Gamboge #DF8A0D
RGB
CMYK
RGB Variations
Color information
#DF8A0D (or 0xDF8A0D) is known color: Gamboge. HEX triplet: DF, 8A and 0D. RGB value is (223,138,13). Sum of RGB (Red+Green+Blue) = 223+138+13=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A0D is #2075F2. Grayscale: #959595. Windows color (decimal): -2127347 or 887519. OLE color: 887519.
HSL color Cylindrical-coordinate representation of color #DF8A0D: hue angle of 35.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF8A0D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.13 |
| HSL | 35.71º | 0.89% | 0.46% | - |
| HSV(B) | 35.71º | 0.94% | 0.87% | - |
| XYZ | 39.59 | 33.89 | 4.84 | - |
| YUV | 149.17 | 51.16 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 13 | 0 | 0.38 | 0.94 | 0.13 | 35.71 | 0.89 | 0.46 |
| Hex | DF | 8A | D | 0 | 26 | 5E | D | 24 | 59 | 2E |
| Octal | 337 | 212 | 15 | 0 | 46 | 136 | 15 | 44 | 131 | 56 |
| Binary | 11011111 | 10001010 | 1101 | 0 | 100110 | 1011110 | 1101 | 100100 | 1011001 | 101110 |
Color Harmonies of #DF8A0D
Complementary color
Monochromatic Colors of #DF8A0D
Black with #DF8A0D
Text Example
Text Example
White with #DF8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A0D; }
p { color: rgb(223,138,13); }
H1.HeaderClassName
{
color: #DF8A0D;
}
.AnyTagClassName
{
color: #DF8A0D;
}
</style>
background-color css
<style>
a { background-color: #DF8A0D; }
a { background-color: rgb(223,138,13); }
div.DivClassName
{
background-color: #DF8A0D;
}
.BgClassName
{
background-color: #DF8A0D;
}
</style>
border-color css
<style>
span { border-color: #DF8A0D; }
span { border-color: rgb(223,138,13); }
td.TdClassName
{
border-color: #DF8A0D;
}
.TagClassName
{
border-color: #DF8A0D;
}
</style>