Shades of Gamboge #DF880A
Tints of Gamboge #DF880A
RGB
CMYK
RGB Variations
Color information
#DF880A (or 0xDF880A) is known color: Gamboge. HEX triplet: DF, 88 and 0A. RGB value is (223,136,10). Sum of RGB (Red+Green+Blue) = 223+136+10=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF880A is #2077F5. Grayscale: #949494. Windows color (decimal): -2127862 or 690399. OLE color: 690399.
HSL color Cylindrical-coordinate representation of color #DF880A: hue angle of 35.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF880A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.13 |
| HSL | 35.49º | 0.91% | 0.46% | - |
| HSV(B) | 35.49º | 0.96% | 0.87% | - |
| XYZ | 39.29 | 33.32 | 4.65 | - |
| YUV | 147.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 10 | 0 | 0.39 | 0.96 | 0.13 | 35.49 | 0.91 | 0.46 |
| Hex | DF | 88 | A | 0 | 27 | 60 | D | 23 | 5B | 2E |
| Octal | 337 | 210 | 12 | 0 | 47 | 140 | 15 | 43 | 133 | 56 |
| Binary | 11011111 | 10001000 | 1010 | 0 | 100111 | 1100000 | 1101 | 100011 | 1011011 | 101110 |
Color Harmonies of #DF880A
Complementary color
Monochromatic Colors of #DF880A
Black with #DF880A
Text Example
Text Example
White with #DF880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF880A; }
p { color: rgb(223,136,10); }
H1.HeaderClassName
{
color: #DF880A;
}
.AnyTagClassName
{
color: #DF880A;
}
</style>
background-color css
<style>
a { background-color: #DF880A; }
a { background-color: rgb(223,136,10); }
div.DivClassName
{
background-color: #DF880A;
}
.BgClassName
{
background-color: #DF880A;
}
</style>
border-color css
<style>
span { border-color: #DF880A; }
span { border-color: rgb(223,136,10); }
td.TdClassName
{
border-color: #DF880A;
}
.TagClassName
{
border-color: #DF880A;
}
</style>