Shades of Gamboge #DA8914
Tints of Gamboge #DA8914
RGB
CMYK
RGB Variations
Color information
#DA8914 (or 0xDA8914) is known color: Gamboge. HEX triplet: DA, 89 and 14. RGB value is (218,137,20). Sum of RGB (Red+Green+Blue) = 218+137+20=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8914 is #2576EB. Grayscale: #949494. Windows color (decimal): -2455276 or 1346010. OLE color: 1346010.
HSL color Cylindrical-coordinate representation of color #DA8914: hue angle of 35.45º 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 #DA8914 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.15 |
| HSL | 35.45º | 0.83% | 0.47% | - |
| HSV(B) | 35.45º | 0.91% | 0.85% | - |
| XYZ | 37.99 | 32.85 | 5 | - |
| YUV | 147.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 20 | 0 | 0.37 | 0.91 | 0.15 | 35.45 | 0.83 | 0.47 |
| Hex | DA | 89 | 14 | 0 | 25 | 5B | F | 23 | 53 | 2F |
| Octal | 332 | 211 | 24 | 0 | 45 | 133 | 17 | 43 | 123 | 57 |
| Binary | 11011010 | 10001001 | 10100 | 0 | 100101 | 1011011 | 1111 | 100011 | 1010011 | 101111 |
Color Harmonies of #DA8914
Complementary color
Monochromatic Colors of #DA8914
Black with #DA8914
Text Example
Text Example
White with #DA8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8914; }
p { color: rgb(218,137,20); }
H1.HeaderClassName
{
color: #DA8914;
}
.AnyTagClassName
{
color: #DA8914;
}
</style>
background-color css
<style>
a { background-color: #DA8914; }
a { background-color: rgb(218,137,20); }
div.DivClassName
{
background-color: #DA8914;
}
.BgClassName
{
background-color: #DA8914;
}
</style>
border-color css
<style>
span { border-color: #DA8914; }
span { border-color: rgb(218,137,20); }
td.TdClassName
{
border-color: #DA8914;
}
.TagClassName
{
border-color: #DA8914;
}
</style>