Shades of Gamboge #DA960A
Tints of Gamboge #DA960A
RGB
CMYK
RGB Variations
Color information
#DA960A (or 0xDA960A) is known color: Gamboge. HEX triplet: DA, 96 and 0A. RGB value is (218,150,10). Sum of RGB (Red+Green+Blue) = 218+150+10=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA960A is #2569F5. Grayscale: #9A9A9A. Windows color (decimal): -2451958 or 693978. OLE color: 693978.
HSL color Cylindrical-coordinate representation of color #DA960A: hue angle of 40.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA960A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.15 |
| HSL | 40.38º | 0.91% | 0.45% | - |
| HSV(B) | 40.38º | 0.95% | 0.85% | - |
| XYZ | 39.87 | 36.74 | 5.28 | - |
| YUV | 154.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 10 | 0 | 0.31 | 0.95 | 0.15 | 40.38 | 0.91 | 0.45 |
| Hex | DA | 96 | A | 0 | 1F | 5F | F | 28 | 5B | 2D |
| Octal | 332 | 226 | 12 | 0 | 37 | 137 | 17 | 50 | 133 | 55 |
| Binary | 11011010 | 10010110 | 1010 | 0 | 11111 | 1011111 | 1111 | 101000 | 1011011 | 101101 |
Color Harmonies of #DA960A
Complementary color
Monochromatic Colors of #DA960A
Black with #DA960A
Text Example
Text Example
White with #DA960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA960A; }
p { color: rgb(218,150,10); }
H1.HeaderClassName
{
color: #DA960A;
}
.AnyTagClassName
{
color: #DA960A;
}
</style>
background-color css
<style>
a { background-color: #DA960A; }
a { background-color: rgb(218,150,10); }
div.DivClassName
{
background-color: #DA960A;
}
.BgClassName
{
background-color: #DA960A;
}
</style>
border-color css
<style>
span { border-color: #DA960A; }
span { border-color: rgb(218,150,10); }
td.TdClassName
{
border-color: #DA960A;
}
.TagClassName
{
border-color: #DA960A;
}
</style>