Shades of Gamboge #DA950A
Tints of Gamboge #DA950A
RGB
CMYK
RGB Variations
Color information
#DA950A (or 0xDA950A) is known color: Gamboge. HEX triplet: DA, 95 and 0A. RGB value is (218,149,10). Sum of RGB (Red+Green+Blue) = 218+149+10=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA950A is #256AF5. Grayscale: #9A9A9A. Windows color (decimal): -2452214 or 693722. OLE color: 693722.
HSL color Cylindrical-coordinate representation of color #DA950A: hue angle of 40.1º 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 #DA950A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 10 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.15 |
| HSL | 40.1º | 0.91% | 0.45% | - |
| HSV(B) | 40.1º | 0.95% | 0.85% | - |
| XYZ | 39.72 | 36.42 | 5.22 | - |
| YUV | 153.79 | 46.86 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 10 | 0 | 0.32 | 0.95 | 0.15 | 40.1 | 0.91 | 0.45 |
| Hex | DA | 95 | A | 0 | 20 | 5F | F | 28 | 5B | 2D |
| Octal | 332 | 225 | 12 | 0 | 40 | 137 | 17 | 50 | 133 | 55 |
| Binary | 11011010 | 10010101 | 1010 | 0 | 100000 | 1011111 | 1111 | 101000 | 1011011 | 101101 |
Color Harmonies of #DA950A
Complementary color
Monochromatic Colors of #DA950A
Black with #DA950A
Text Example
Text Example
White with #DA950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA950A; }
p { color: rgb(218,149,10); }
H1.HeaderClassName
{
color: #DA950A;
}
.AnyTagClassName
{
color: #DA950A;
}
</style>
background-color css
<style>
a { background-color: #DA950A; }
a { background-color: rgb(218,149,10); }
div.DivClassName
{
background-color: #DA950A;
}
.BgClassName
{
background-color: #DA950A;
}
</style>
border-color css
<style>
span { border-color: #DA950A; }
span { border-color: rgb(218,149,10); }
td.TdClassName
{
border-color: #DA950A;
}
.TagClassName
{
border-color: #DA950A;
}
</style>