Shades of Gamboge #DF8A08
Tints of Gamboge #DF8A08
RGB
CMYK
RGB Variations
Color information
#DF8A08 (or 0xDF8A08) is known color: Gamboge. HEX triplet: DF, 8A and 08. RGB value is (223,138,8). Sum of RGB (Red+Green+Blue) = 223+138+8=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A08 is #2075F7. Grayscale: #959595. Windows color (decimal): -2127352 or 559839. OLE color: 559839.
HSL color Cylindrical-coordinate representation of color #DF8A08: hue angle of 36.28º degrees, saturation: 0.93, 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 #DF8A08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.13 |
| HSL | 36.28º | 0.93% | 0.45% | - |
| HSV(B) | 36.28º | 0.96% | 0.87% | - |
| XYZ | 39.56 | 33.88 | 4.68 | - |
| YUV | 148.6 | 48.66 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 8 | 0 | 0.38 | 0.96 | 0.13 | 36.28 | 0.93 | 0.45 |
| Hex | DF | 8A | 8 | 0 | 26 | 60 | D | 24 | 5D | 2D |
| Octal | 337 | 212 | 10 | 0 | 46 | 140 | 15 | 44 | 135 | 55 |
| Binary | 11011111 | 10001010 | 1000 | 0 | 100110 | 1100000 | 1101 | 100100 | 1011101 | 101101 |
Color Harmonies of #DF8A08
Complementary color
Monochromatic Colors of #DF8A08
Black with #DF8A08
Text Example
Text Example
White with #DF8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A08; }
p { color: rgb(223,138,8); }
H1.HeaderClassName
{
color: #DF8A08;
}
.AnyTagClassName
{
color: #DF8A08;
}
</style>
background-color css
<style>
a { background-color: #DF8A08; }
a { background-color: rgb(223,138,8); }
div.DivClassName
{
background-color: #DF8A08;
}
.BgClassName
{
background-color: #DF8A08;
}
</style>
border-color css
<style>
span { border-color: #DF8A08; }
span { border-color: rgb(223,138,8); }
td.TdClassName
{
border-color: #DF8A08;
}
.TagClassName
{
border-color: #DF8A08;
}
</style>