Shades of Gamboge #DAA908
Tints of Gamboge #DAA908
RGB
CMYK
RGB Variations
Color information
#DAA908 (or 0xDAA908) is known color: Gamboge. HEX triplet: DA, A9 and 08. RGB value is (218,169,8). Sum of RGB (Red+Green+Blue) = 218+169+8=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA908 is #2556F7. Grayscale: #A5A5A5. Windows color (decimal): -2447096 or 567770. OLE color: 567770.
HSL color Cylindrical-coordinate representation of color #DAA908: hue angle of 46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAA908 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.15 |
| HSL | 46º | 0.93% | 0.44% | - |
| HSV(B) | 46º | 0.96% | 0.85% | - |
| XYZ | 43.15 | 43.3 | 6.31 | - |
| YUV | 165.3 | 39.23 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 8 | 0 | 0.22 | 0.96 | 0.15 | 46 | 0.93 | 0.44 |
| Hex | DA | A9 | 8 | 0 | 16 | 60 | F | 2E | 5D | 2C |
| Octal | 332 | 251 | 10 | 0 | 26 | 140 | 17 | 56 | 135 | 54 |
| Binary | 11011010 | 10101001 | 1000 | 0 | 10110 | 1100000 | 1111 | 101110 | 1011101 | 101100 |
Color Harmonies of #DAA908
Complementary color
Monochromatic Colors of #DAA908
Black with #DAA908
Text Example
Text Example
White with #DAA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA908; }
p { color: rgb(218,169,8); }
H1.HeaderClassName
{
color: #DAA908;
}
.AnyTagClassName
{
color: #DAA908;
}
</style>
background-color css
<style>
a { background-color: #DAA908; }
a { background-color: rgb(218,169,8); }
div.DivClassName
{
background-color: #DAA908;
}
.BgClassName
{
background-color: #DAA908;
}
</style>
border-color css
<style>
span { border-color: #DAA908; }
span { border-color: rgb(218,169,8); }
td.TdClassName
{
border-color: #DAA908;
}
.TagClassName
{
border-color: #DAA908;
}
</style>