Shades of Gamboge #DA8813
Tints of Gamboge #DA8813
RGB
CMYK
RGB Variations
Color information
#DA8813 (or 0xDA8813) is known color: Gamboge. HEX triplet: DA, 88 and 13. RGB value is (218,136,19). Sum of RGB (Red+Green+Blue) = 218+136+19=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8813 is #2577EC. Grayscale: #939393. Windows color (decimal): -2455533 or 1280218. OLE color: 1280218.
HSL color Cylindrical-coordinate representation of color #DA8813: hue angle of 35.28º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8813 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 19 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.15 |
| HSL | 35.28º | 0.84% | 0.46% | - |
| HSV(B) | 35.28º | 0.91% | 0.85% | - |
| XYZ | 37.84 | 32.56 | 4.91 | - |
| YUV | 147.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 19 | 0 | 0.38 | 0.91 | 0.15 | 35.28 | 0.84 | 0.46 |
| Hex | DA | 88 | 13 | 0 | 26 | 5B | F | 23 | 54 | 2E |
| Octal | 332 | 210 | 23 | 0 | 46 | 133 | 17 | 43 | 124 | 56 |
| Binary | 11011010 | 10001000 | 10011 | 0 | 100110 | 1011011 | 1111 | 100011 | 1010100 | 101110 |
Color Harmonies of #DA8813
Complementary color
Monochromatic Colors of #DA8813
Black with #DA8813
Text Example
Text Example
White with #DA8813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8813; }
p { color: rgb(218,136,19); }
H1.HeaderClassName
{
color: #DA8813;
}
.AnyTagClassName
{
color: #DA8813;
}
</style>
background-color css
<style>
a { background-color: #DA8813; }
a { background-color: rgb(218,136,19); }
div.DivClassName
{
background-color: #DA8813;
}
.BgClassName
{
background-color: #DA8813;
}
</style>
border-color css
<style>
span { border-color: #DA8813; }
span { border-color: rgb(218,136,19); }
td.TdClassName
{
border-color: #DA8813;
}
.TagClassName
{
border-color: #DA8813;
}
</style>