Shades of Gamboge #DA860C
Tints of Gamboge #DA860C
RGB
CMYK
RGB Variations
Color information
#DA860C (or 0xDA860C) is known color: Gamboge. HEX triplet: DA, 86 and 0C. RGB value is (218,134,12). Sum of RGB (Red+Green+Blue) = 218+134+12=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA860C is #2579F3. Grayscale: #919191. Windows color (decimal): -2456052 or 820954. OLE color: 820954.
HSL color Cylindrical-coordinate representation of color #DA860C: hue angle of 35.53º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA860C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.15 |
| HSL | 35.53º | 0.9% | 0.45% | - |
| HSV(B) | 35.53º | 0.94% | 0.85% | - |
| XYZ | 37.5 | 31.98 | 4.54 | - |
| YUV | 145.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 12 | 0 | 0.39 | 0.94 | 0.15 | 35.53 | 0.9 | 0.45 |
| Hex | DA | 86 | C | 0 | 27 | 5E | F | 24 | 5A | 2D |
| Octal | 332 | 206 | 14 | 0 | 47 | 136 | 17 | 44 | 132 | 55 |
| Binary | 11011010 | 10000110 | 1100 | 0 | 100111 | 1011110 | 1111 | 100100 | 1011010 | 101101 |
Color Harmonies of #DA860C
Complementary color
Monochromatic Colors of #DA860C
Black with #DA860C
Text Example
Text Example
White with #DA860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA860C; }
p { color: rgb(218,134,12); }
H1.HeaderClassName
{
color: #DA860C;
}
.AnyTagClassName
{
color: #DA860C;
}
</style>
background-color css
<style>
a { background-color: #DA860C; }
a { background-color: rgb(218,134,12); }
div.DivClassName
{
background-color: #DA860C;
}
.BgClassName
{
background-color: #DA860C;
}
</style>
border-color css
<style>
span { border-color: #DA860C; }
span { border-color: rgb(218,134,12); }
td.TdClassName
{
border-color: #DA860C;
}
.TagClassName
{
border-color: #DA860C;
}
</style>