Shades of Gamboge #DA8D15
Tints of Gamboge #DA8D15
RGB
CMYK
RGB Variations
Color information
#DA8D15 (or 0xDA8D15) is known color: Gamboge. HEX triplet: DA, 8D and 15. RGB value is (218,141,21). Sum of RGB (Red+Green+Blue) = 218+141+21=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D15 is #2572EA. Grayscale: #969696. Windows color (decimal): -2454251 or 1412570. OLE color: 1412570.
HSL color Cylindrical-coordinate representation of color #DA8D15: hue angle of 36.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8D15 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 21 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.15 |
| HSL | 36.55º | 0.82% | 0.47% | - |
| HSV(B) | 36.55º | 0.9% | 0.85% | - |
| XYZ | 38.57 | 34.01 | 5.24 | - |
| YUV | 150.34 | 55.01 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 21 | 0 | 0.35 | 0.90 | 0.15 | 36.55 | 0.82 | 0.47 |
| Hex | DA | 8D | 15 | 0 | 23 | 5A | F | 25 | 52 | 2F |
| Octal | 332 | 215 | 25 | 0 | 43 | 132 | 17 | 45 | 122 | 57 |
| Binary | 11011010 | 10001101 | 10101 | 0 | 100011 | 1011010 | 1111 | 100101 | 1010010 | 101111 |
Color Harmonies of #DA8D15
Complementary color
Monochromatic Colors of #DA8D15
Black with #DA8D15
Text Example
Text Example
White with #DA8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D15; }
p { color: rgb(218,141,21); }
H1.HeaderClassName
{
color: #DA8D15;
}
.AnyTagClassName
{
color: #DA8D15;
}
</style>
background-color css
<style>
a { background-color: #DA8D15; }
a { background-color: rgb(218,141,21); }
div.DivClassName
{
background-color: #DA8D15;
}
.BgClassName
{
background-color: #DA8D15;
}
</style>
border-color css
<style>
span { border-color: #DA8D15; }
span { border-color: rgb(218,141,21); }
td.TdClassName
{
border-color: #DA8D15;
}
.TagClassName
{
border-color: #DA8D15;
}
</style>