Shades of Gamboge #DA880C
Tints of Gamboge #DA880C
RGB
CMYK
RGB Variations
Color information
#DA880C (or 0xDA880C) is known color: Gamboge. HEX triplet: DA, 88 and 0C. RGB value is (218,136,12). Sum of RGB (Red+Green+Blue) = 218+136+12=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA880C is #2577F3. Grayscale: #929292. Windows color (decimal): -2455540 or 821466. OLE color: 821466.
HSL color Cylindrical-coordinate representation of color #DA880C: hue angle of 36.12º 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 #DA880C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.15 |
| HSL | 36.12º | 0.9% | 0.45% | - |
| HSV(B) | 36.12º | 0.94% | 0.85% | - |
| XYZ | 37.78 | 32.54 | 4.64 | - |
| YUV | 146.38 | 52.17 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 12 | 0 | 0.38 | 0.94 | 0.15 | 36.12 | 0.9 | 0.45 |
| Hex | DA | 88 | C | 0 | 26 | 5E | F | 24 | 5A | 2D |
| Octal | 332 | 210 | 14 | 0 | 46 | 136 | 17 | 44 | 132 | 55 |
| Binary | 11011010 | 10001000 | 1100 | 0 | 100110 | 1011110 | 1111 | 100100 | 1011010 | 101101 |
Color Harmonies of #DA880C
Complementary color
Monochromatic Colors of #DA880C
Black with #DA880C
Text Example
Text Example
White with #DA880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA880C; }
p { color: rgb(218,136,12); }
H1.HeaderClassName
{
color: #DA880C;
}
.AnyTagClassName
{
color: #DA880C;
}
</style>
background-color css
<style>
a { background-color: #DA880C; }
a { background-color: rgb(218,136,12); }
div.DivClassName
{
background-color: #DA880C;
}
.BgClassName
{
background-color: #DA880C;
}
</style>
border-color css
<style>
span { border-color: #DA880C; }
span { border-color: rgb(218,136,12); }
td.TdClassName
{
border-color: #DA880C;
}
.TagClassName
{
border-color: #DA880C;
}
</style>