Shades of Gamboge #DA9215
Tints of Gamboge #DA9215
RGB
CMYK
RGB Variations
Color information
#DA9215 (or 0xDA9215) is known color: Gamboge. HEX triplet: DA, 92 and 15. RGB value is (218,146,21). Sum of RGB (Red+Green+Blue) = 218+146+21=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9215 is #256DEA. Grayscale: #999999. Windows color (decimal): -2452971 or 1413850. OLE color: 1413850.
HSL color Cylindrical-coordinate representation of color #DA9215: hue angle of 38.07º 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 #DA9215 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.15 |
| HSL | 38.07º | 0.82% | 0.47% | - |
| HSV(B) | 38.07º | 0.9% | 0.85% | - |
| XYZ | 39.33 | 35.52 | 5.49 | - |
| YUV | 153.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 21 | 0 | 0.33 | 0.90 | 0.15 | 38.07 | 0.82 | 0.47 |
| Hex | DA | 92 | 15 | 0 | 21 | 5A | F | 26 | 52 | 2F |
| Octal | 332 | 222 | 25 | 0 | 41 | 132 | 17 | 46 | 122 | 57 |
| Binary | 11011010 | 10010010 | 10101 | 0 | 100001 | 1011010 | 1111 | 100110 | 1010010 | 101111 |
Color Harmonies of #DA9215
Complementary color
Monochromatic Colors of #DA9215
Black with #DA9215
Text Example
Text Example
White with #DA9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9215; }
p { color: rgb(218,146,21); }
H1.HeaderClassName
{
color: #DA9215;
}
.AnyTagClassName
{
color: #DA9215;
}
</style>
background-color css
<style>
a { background-color: #DA9215; }
a { background-color: rgb(218,146,21); }
div.DivClassName
{
background-color: #DA9215;
}
.BgClassName
{
background-color: #DA9215;
}
</style>
border-color css
<style>
span { border-color: #DA9215; }
span { border-color: rgb(218,146,21); }
td.TdClassName
{
border-color: #DA9215;
}
.TagClassName
{
border-color: #DA9215;
}
</style>