Shades of Gamboge #DA8814
Tints of Gamboge #DA8814
RGB
CMYK
RGB Variations
Color information
#DA8814 (or 0xDA8814) is known color: Gamboge. HEX triplet: DA, 88 and 14. RGB value is (218,136,20). Sum of RGB (Red+Green+Blue) = 218+136+20=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8814 is #2577EB. Grayscale: #939393. Windows color (decimal): -2455532 or 1345754. OLE color: 1345754.
HSL color Cylindrical-coordinate representation of color #DA8814: hue angle of 35.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8814 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 20 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.15 |
| HSL | 35.15º | 0.83% | 0.47% | - |
| HSV(B) | 35.15º | 0.91% | 0.85% | - |
| XYZ | 37.84 | 32.56 | 4.95 | - |
| YUV | 147.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 20 | 0 | 0.38 | 0.91 | 0.15 | 35.15 | 0.83 | 0.47 |
| Hex | DA | 88 | 14 | 0 | 26 | 5B | F | 23 | 53 | 2F |
| Octal | 332 | 210 | 24 | 0 | 46 | 133 | 17 | 43 | 123 | 57 |
| Binary | 11011010 | 10001000 | 10100 | 0 | 100110 | 1011011 | 1111 | 100011 | 1010011 | 101111 |
Color Harmonies of #DA8814
Complementary color
Monochromatic Colors of #DA8814
Black with #DA8814
Text Example
Text Example
White with #DA8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8814; }
p { color: rgb(218,136,20); }
H1.HeaderClassName
{
color: #DA8814;
}
.AnyTagClassName
{
color: #DA8814;
}
</style>
background-color css
<style>
a { background-color: #DA8814; }
a { background-color: rgb(218,136,20); }
div.DivClassName
{
background-color: #DA8814;
}
.BgClassName
{
background-color: #DA8814;
}
</style>
border-color css
<style>
span { border-color: #DA8814; }
span { border-color: rgb(218,136,20); }
td.TdClassName
{
border-color: #DA8814;
}
.TagClassName
{
border-color: #DA8814;
}
</style>