Shades of Gamboge #DA940E
Tints of Gamboge #DA940E
RGB
CMYK
RGB Variations
Color information
#DA940E (or 0xDA940E) is known color: Gamboge. HEX triplet: DA, 94 and 0E. RGB value is (218,148,14). Sum of RGB (Red+Green+Blue) = 218+148+14=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA940E is #256BF1. Grayscale: #9A9A9A. Windows color (decimal): -2452466 or 955610. OLE color: 955610.
HSL color Cylindrical-coordinate representation of color #DA940E: hue angle of 39.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA940E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.15 |
| HSL | 39.41º | 0.88% | 0.45% | - |
| HSV(B) | 39.41º | 0.94% | 0.85% | - |
| XYZ | 39.58 | 36.12 | 5.3 | - |
| YUV | 153.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 14 | 0 | 0.32 | 0.94 | 0.15 | 39.41 | 0.88 | 0.45 |
| Hex | DA | 94 | E | 0 | 20 | 5E | F | 27 | 58 | 2D |
| Octal | 332 | 224 | 16 | 0 | 40 | 136 | 17 | 47 | 130 | 55 |
| Binary | 11011010 | 10010100 | 1110 | 0 | 100000 | 1011110 | 1111 | 100111 | 1011000 | 101101 |
Color Harmonies of #DA940E
Complementary color
Monochromatic Colors of #DA940E
Black with #DA940E
Text Example
Text Example
White with #DA940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA940E; }
p { color: rgb(218,148,14); }
H1.HeaderClassName
{
color: #DA940E;
}
.AnyTagClassName
{
color: #DA940E;
}
</style>
background-color css
<style>
a { background-color: #DA940E; }
a { background-color: rgb(218,148,14); }
div.DivClassName
{
background-color: #DA940E;
}
.BgClassName
{
background-color: #DA940E;
}
</style>
border-color css
<style>
span { border-color: #DA940E; }
span { border-color: rgb(218,148,14); }
td.TdClassName
{
border-color: #DA940E;
}
.TagClassName
{
border-color: #DA940E;
}
</style>