Shades of Gamboge #DA940C
Tints of Gamboge #DA940C
RGB
CMYK
RGB Variations
Color information
#DA940C (or 0xDA940C) is known color: Gamboge. HEX triplet: DA, 94 and 0C. RGB value is (218,148,12). Sum of RGB (Red+Green+Blue) = 218+148+12=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA940C is #256BF3. Grayscale: #9A9A9A. Windows color (decimal): -2452468 or 824538. OLE color: 824538.
HSL color Cylindrical-coordinate representation of color #DA940C: hue angle of 39.61º degrees, saturation: 0.9, 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 #DA940C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.15 |
| HSL | 39.61º | 0.9% | 0.45% | - |
| HSV(B) | 39.61º | 0.94% | 0.85% | - |
| XYZ | 39.57 | 36.11 | 5.23 | - |
| YUV | 153.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 12 | 0 | 0.32 | 0.94 | 0.15 | 39.61 | 0.9 | 0.45 |
| Hex | DA | 94 | C | 0 | 20 | 5E | F | 28 | 5A | 2D |
| Octal | 332 | 224 | 14 | 0 | 40 | 136 | 17 | 50 | 132 | 55 |
| Binary | 11011010 | 10010100 | 1100 | 0 | 100000 | 1011110 | 1111 | 101000 | 1011010 | 101101 |
Color Harmonies of #DA940C
Complementary color
Monochromatic Colors of #DA940C
Black with #DA940C
Text Example
Text Example
White with #DA940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA940C; }
p { color: rgb(218,148,12); }
H1.HeaderClassName
{
color: #DA940C;
}
.AnyTagClassName
{
color: #DA940C;
}
</style>
background-color css
<style>
a { background-color: #DA940C; }
a { background-color: rgb(218,148,12); }
div.DivClassName
{
background-color: #DA940C;
}
.BgClassName
{
background-color: #DA940C;
}
</style>
border-color css
<style>
span { border-color: #DA940C; }
span { border-color: rgb(218,148,12); }
td.TdClassName
{
border-color: #DA940C;
}
.TagClassName
{
border-color: #DA940C;
}
</style>