Shades of Gamboge #DAA513
Tints of Gamboge #DAA513
RGB
CMYK
RGB Variations
Color information
#DAA513 (or 0xDAA513) is known color: Gamboge. HEX triplet: DA, A5 and 13. RGB value is (218,165,19). Sum of RGB (Red+Green+Blue) = 218+165+19=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA513 is #255AEC. Grayscale: #A4A4A4. Windows color (decimal): -2448109 or 1287642. OLE color: 1287642.
HSL color Cylindrical-coordinate representation of color #DAA513: hue angle of 44.02º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAA513 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.15 |
| HSL | 44.02º | 0.84% | 0.46% | - |
| HSV(B) | 44.02º | 0.91% | 0.85% | - |
| XYZ | 42.49 | 41.86 | 6.46 | - |
| YUV | 164.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 19 | 0 | 0.24 | 0.91 | 0.15 | 44.02 | 0.84 | 0.46 |
| Hex | DA | A5 | 13 | 0 | 18 | 5B | F | 2C | 54 | 2E |
| Octal | 332 | 245 | 23 | 0 | 30 | 133 | 17 | 54 | 124 | 56 |
| Binary | 11011010 | 10100101 | 10011 | 0 | 11000 | 1011011 | 1111 | 101100 | 1010100 | 101110 |
Color Harmonies of #DAA513
Complementary color
Monochromatic Colors of #DAA513
Black with #DAA513
Text Example
Text Example
White with #DAA513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA513; }
p { color: rgb(218,165,19); }
H1.HeaderClassName
{
color: #DAA513;
}
.AnyTagClassName
{
color: #DAA513;
}
</style>
background-color css
<style>
a { background-color: #DAA513; }
a { background-color: rgb(218,165,19); }
div.DivClassName
{
background-color: #DAA513;
}
.BgClassName
{
background-color: #DAA513;
}
</style>
border-color css
<style>
span { border-color: #DAA513; }
span { border-color: rgb(218,165,19); }
td.TdClassName
{
border-color: #DAA513;
}
.TagClassName
{
border-color: #DAA513;
}
</style>