Shades of Gamboge #DA950B
Tints of Gamboge #DA950B
RGB
CMYK
RGB Variations
Color information
#DA950B (or 0xDA950B) is known color: Gamboge. HEX triplet: DA, 95 and 0B. RGB value is (218,149,11). Sum of RGB (Red+Green+Blue) = 218+149+11=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA950B is #256AF4. Grayscale: #9A9A9A. Windows color (decimal): -2452213 or 759258. OLE color: 759258.
HSL color Cylindrical-coordinate representation of color #DA950B: hue angle of 40º degrees, saturation: 0.9, 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 #DA950B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.15 |
| HSL | 40º | 0.9% | 0.45% | - |
| HSV(B) | 40º | 0.95% | 0.85% | - |
| XYZ | 39.72 | 36.42 | 5.25 | - |
| YUV | 153.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 11 | 0 | 0.32 | 0.95 | 0.15 | 40 | 0.9 | 0.45 |
| Hex | DA | 95 | B | 0 | 20 | 5F | F | 28 | 5A | 2D |
| Octal | 332 | 225 | 13 | 0 | 40 | 137 | 17 | 50 | 132 | 55 |
| Binary | 11011010 | 10010101 | 1011 | 0 | 100000 | 1011111 | 1111 | 101000 | 1011010 | 101101 |
Color Harmonies of #DA950B
Complementary color
Monochromatic Colors of #DA950B
Black with #DA950B
Text Example
Text Example
White with #DA950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA950B; }
p { color: rgb(218,149,11); }
H1.HeaderClassName
{
color: #DA950B;
}
.AnyTagClassName
{
color: #DA950B;
}
</style>
background-color css
<style>
a { background-color: #DA950B; }
a { background-color: rgb(218,149,11); }
div.DivClassName
{
background-color: #DA950B;
}
.BgClassName
{
background-color: #DA950B;
}
</style>
border-color css
<style>
span { border-color: #DA950B; }
span { border-color: rgb(218,149,11); }
td.TdClassName
{
border-color: #DA950B;
}
.TagClassName
{
border-color: #DA950B;
}
</style>