Shades of Gamboge #DA8811
Tints of Gamboge #DA8811
RGB
CMYK
RGB Variations
Color information
#DA8811 (or 0xDA8811) is known color: Gamboge. HEX triplet: DA, 88 and 11. RGB value is (218,136,17). Sum of RGB (Red+Green+Blue) = 218+136+17=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8811 is #2577EE. Grayscale: #939393. Windows color (decimal): -2455535 or 1149146. OLE color: 1149146.
HSL color Cylindrical-coordinate representation of color #DA8811: hue angle of 35.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA8811 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 17 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.15 |
| HSL | 35.52º | 0.86% | 0.46% | - |
| HSV(B) | 35.52º | 0.92% | 0.85% | - |
| XYZ | 37.82 | 32.55 | 4.82 | - |
| YUV | 146.95 | 54.67 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 17 | 0 | 0.38 | 0.92 | 0.15 | 35.52 | 0.86 | 0.46 |
| Hex | DA | 88 | 11 | 0 | 26 | 5C | F | 24 | 56 | 2E |
| Octal | 332 | 210 | 21 | 0 | 46 | 134 | 17 | 44 | 126 | 56 |
| Binary | 11011010 | 10001000 | 10001 | 0 | 100110 | 1011100 | 1111 | 100100 | 1010110 | 101110 |
Color Harmonies of #DA8811
Complementary color
Monochromatic Colors of #DA8811
Black with #DA8811
Text Example
Text Example
White with #DA8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8811; }
p { color: rgb(218,136,17); }
H1.HeaderClassName
{
color: #DA8811;
}
.AnyTagClassName
{
color: #DA8811;
}
</style>
background-color css
<style>
a { background-color: #DA8811; }
a { background-color: rgb(218,136,17); }
div.DivClassName
{
background-color: #DA8811;
}
.BgClassName
{
background-color: #DA8811;
}
</style>
border-color css
<style>
span { border-color: #DA8811; }
span { border-color: rgb(218,136,17); }
td.TdClassName
{
border-color: #DA8811;
}
.TagClassName
{
border-color: #DA8811;
}
</style>