Shades of Gamboge #DA990D
Tints of Gamboge #DA990D
RGB
CMYK
RGB Variations
Color information
#DA990D (or 0xDA990D) is known color: Gamboge. HEX triplet: DA, 99 and 0D. RGB value is (218,153,13). Sum of RGB (Red+Green+Blue) = 218+153+13=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA990D is #2566F2. Grayscale: #9D9D9D. Windows color (decimal): -2451187 or 891354. OLE color: 891354.
HSL color Cylindrical-coordinate representation of color #DA990D: hue angle of 40.98º degrees, saturation: 0.89, 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 #DA990D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.15 |
| HSL | 40.98º | 0.89% | 0.45% | - |
| HSV(B) | 40.98º | 0.94% | 0.85% | - |
| XYZ | 40.38 | 37.72 | 5.53 | - |
| YUV | 156.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 13 | 0 | 0.30 | 0.94 | 0.15 | 40.98 | 0.89 | 0.45 |
| Hex | DA | 99 | D | 0 | 1E | 5E | F | 29 | 59 | 2D |
| Octal | 332 | 231 | 15 | 0 | 36 | 136 | 17 | 51 | 131 | 55 |
| Binary | 11011010 | 10011001 | 1101 | 0 | 11110 | 1011110 | 1111 | 101001 | 1011001 | 101101 |
Color Harmonies of #DA990D
Complementary color
Monochromatic Colors of #DA990D
Black with #DA990D
Text Example
Text Example
White with #DA990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA990D; }
p { color: rgb(218,153,13); }
H1.HeaderClassName
{
color: #DA990D;
}
.AnyTagClassName
{
color: #DA990D;
}
</style>
background-color css
<style>
a { background-color: #DA990D; }
a { background-color: rgb(218,153,13); }
div.DivClassName
{
background-color: #DA990D;
}
.BgClassName
{
background-color: #DA990D;
}
</style>
border-color css
<style>
span { border-color: #DA990D; }
span { border-color: rgb(218,153,13); }
td.TdClassName
{
border-color: #DA990D;
}
.TagClassName
{
border-color: #DA990D;
}
</style>