Shades of Gamboge #DA9315
Tints of Gamboge #DA9315
RGB
CMYK
RGB Variations
Color information
#DA9315 (or 0xDA9315) is known color: Gamboge. HEX triplet: DA, 93 and 15. RGB value is (218,147,21). Sum of RGB (Red+Green+Blue) = 218+147+21=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9315 is #256CEA. Grayscale: #9A9A9A. Windows color (decimal): -2452715 or 1414106. OLE color: 1414106.
HSL color Cylindrical-coordinate representation of color #DA9315: hue angle of 38.38º 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 #DA9315 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.15 |
| HSL | 38.38º | 0.82% | 0.47% | - |
| HSV(B) | 38.38º | 0.9% | 0.85% | - |
| XYZ | 39.48 | 35.83 | 5.54 | - |
| YUV | 153.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 21 | 0 | 0.33 | 0.90 | 0.15 | 38.38 | 0.82 | 0.47 |
| Hex | DA | 93 | 15 | 0 | 21 | 5A | F | 26 | 52 | 2F |
| Octal | 332 | 223 | 25 | 0 | 41 | 132 | 17 | 46 | 122 | 57 |
| Binary | 11011010 | 10010011 | 10101 | 0 | 100001 | 1011010 | 1111 | 100110 | 1010010 | 101111 |
Color Harmonies of #DA9315
Complementary color
Monochromatic Colors of #DA9315
Black with #DA9315
Text Example
Text Example
White with #DA9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9315; }
p { color: rgb(218,147,21); }
H1.HeaderClassName
{
color: #DA9315;
}
.AnyTagClassName
{
color: #DA9315;
}
</style>
background-color css
<style>
a { background-color: #DA9315; }
a { background-color: rgb(218,147,21); }
div.DivClassName
{
background-color: #DA9315;
}
.BgClassName
{
background-color: #DA9315;
}
</style>
border-color css
<style>
span { border-color: #DA9315; }
span { border-color: rgb(218,147,21); }
td.TdClassName
{
border-color: #DA9315;
}
.TagClassName
{
border-color: #DA9315;
}
</style>