Shades of Gamboge #DAAB0D
Tints of Gamboge #DAAB0D
RGB
CMYK
RGB Variations
Color information
#DAAB0D (or 0xDAAB0D) is known color: Gamboge. HEX triplet: DA, AB and 0D. RGB value is (218,171,13). Sum of RGB (Red+Green+Blue) = 218+171+13=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAB0D is #2554F2. Grayscale: #A7A7A7. Windows color (decimal): -2446579 or 895962. OLE color: 895962.
HSL color Cylindrical-coordinate representation of color #DAAB0D: hue angle of 46.24º 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 #DAAB0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.15 |
| HSL | 46.24º | 0.89% | 0.45% | - |
| HSV(B) | 46.24º | 0.94% | 0.85% | - |
| XYZ | 43.55 | 44.06 | 6.59 | - |
| YUV | 167.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 13 | 0 | 0.22 | 0.94 | 0.15 | 46.24 | 0.89 | 0.45 |
| Hex | DA | AB | D | 0 | 16 | 5E | F | 2E | 59 | 2D |
| Octal | 332 | 253 | 15 | 0 | 26 | 136 | 17 | 56 | 131 | 55 |
| Binary | 11011010 | 10101011 | 1101 | 0 | 10110 | 1011110 | 1111 | 101110 | 1011001 | 101101 |
Color Harmonies of #DAAB0D
Complementary color
Monochromatic Colors of #DAAB0D
Black with #DAAB0D
Text Example
Text Example
White with #DAAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB0D; }
p { color: rgb(218,171,13); }
H1.HeaderClassName
{
color: #DAAB0D;
}
.AnyTagClassName
{
color: #DAAB0D;
}
</style>
background-color css
<style>
a { background-color: #DAAB0D; }
a { background-color: rgb(218,171,13); }
div.DivClassName
{
background-color: #DAAB0D;
}
.BgClassName
{
background-color: #DAAB0D;
}
</style>
border-color css
<style>
span { border-color: #DAAB0D; }
span { border-color: rgb(218,171,13); }
td.TdClassName
{
border-color: #DAAB0D;
}
.TagClassName
{
border-color: #DAAB0D;
}
</style>