Shades of Gamboge #DAA807
Tints of Gamboge #DAA807
RGB
CMYK
RGB Variations
Color information
#DAA807 (or 0xDAA807) is known color: Gamboge. HEX triplet: DA, A8 and 07. RGB value is (218,168,7). Sum of RGB (Red+Green+Blue) = 218+168+7=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA807 is #2557F8. Grayscale: #A5A5A5. Windows color (decimal): -2447353 or 501978. OLE color: 501978.
HSL color Cylindrical-coordinate representation of color #DAA807: hue angle of 45.78º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAA807 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.15 |
| HSL | 45.78º | 0.94% | 0.44% | - |
| HSV(B) | 45.78º | 0.97% | 0.85% | - |
| XYZ | 42.95 | 42.93 | 6.22 | - |
| YUV | 164.6 | 39.07 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 7 | 0 | 0.23 | 0.97 | 0.15 | 45.78 | 0.94 | 0.44 |
| Hex | DA | A8 | 7 | 0 | 17 | 61 | F | 2E | 5E | 2C |
| Octal | 332 | 250 | 7 | 0 | 27 | 141 | 17 | 56 | 136 | 54 |
| Binary | 11011010 | 10101000 | 111 | 0 | 10111 | 1100001 | 1111 | 101110 | 1011110 | 101100 |
Color Harmonies of #DAA807
Complementary color
Monochromatic Colors of #DAA807
Black with #DAA807
Text Example
Text Example
White with #DAA807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA807; }
p { color: rgb(218,168,7); }
H1.HeaderClassName
{
color: #DAA807;
}
.AnyTagClassName
{
color: #DAA807;
}
</style>
background-color css
<style>
a { background-color: #DAA807; }
a { background-color: rgb(218,168,7); }
div.DivClassName
{
background-color: #DAA807;
}
.BgClassName
{
background-color: #DAA807;
}
</style>
border-color css
<style>
span { border-color: #DAA807; }
span { border-color: rgb(218,168,7); }
td.TdClassName
{
border-color: #DAA807;
}
.TagClassName
{
border-color: #DAA807;
}
</style>