Shades of Gamboge #DA910D
Tints of Gamboge #DA910D
RGB
CMYK
RGB Variations
Color information
#DA910D (or 0xDA910D) is known color: Gamboge. HEX triplet: DA, 91 and 0D. RGB value is (218,145,13). Sum of RGB (Red+Green+Blue) = 218+145+13=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA910D is #256EF2. Grayscale: #989898. Windows color (decimal): -2453235 or 889306. OLE color: 889306.
HSL color Cylindrical-coordinate representation of color #DA910D: hue angle of 38.63º 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 #DA910D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.15 |
| HSL | 38.63º | 0.89% | 0.45% | - |
| HSV(B) | 38.63º | 0.94% | 0.85% | - |
| XYZ | 39.11 | 35.19 | 5.11 | - |
| YUV | 151.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 13 | 0 | 0.33 | 0.94 | 0.15 | 38.63 | 0.89 | 0.45 |
| Hex | DA | 91 | D | 0 | 21 | 5E | F | 27 | 59 | 2D |
| Octal | 332 | 221 | 15 | 0 | 41 | 136 | 17 | 47 | 131 | 55 |
| Binary | 11011010 | 10010001 | 1101 | 0 | 100001 | 1011110 | 1111 | 100111 | 1011001 | 101101 |
Color Harmonies of #DA910D
Complementary color
Monochromatic Colors of #DA910D
Black with #DA910D
Text Example
Text Example
White with #DA910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA910D; }
p { color: rgb(218,145,13); }
H1.HeaderClassName
{
color: #DA910D;
}
.AnyTagClassName
{
color: #DA910D;
}
</style>
background-color css
<style>
a { background-color: #DA910D; }
a { background-color: rgb(218,145,13); }
div.DivClassName
{
background-color: #DA910D;
}
.BgClassName
{
background-color: #DA910D;
}
</style>
border-color css
<style>
span { border-color: #DA910D; }
span { border-color: rgb(218,145,13); }
td.TdClassName
{
border-color: #DA910D;
}
.TagClassName
{
border-color: #DA910D;
}
</style>