Shades of Gamboge #DAA90A
Tints of Gamboge #DAA90A
RGB
CMYK
RGB Variations
Color information
#DAA90A (or 0xDAA90A) is known color: Gamboge. HEX triplet: DA, A9 and 0A. RGB value is (218,169,10). Sum of RGB (Red+Green+Blue) = 218+169+10=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA90A is #2556F5. Grayscale: #A6A6A6. Windows color (decimal): -2447094 or 698842. OLE color: 698842.
HSL color Cylindrical-coordinate representation of color #DAA90A: hue angle of 45.87º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAA90A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.15 |
| HSL | 45.87º | 0.91% | 0.45% | - |
| HSV(B) | 45.87º | 0.95% | 0.85% | - |
| XYZ | 43.16 | 43.3 | 6.37 | - |
| YUV | 165.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 10 | 0 | 0.22 | 0.95 | 0.15 | 45.87 | 0.91 | 0.45 |
| Hex | DA | A9 | A | 0 | 16 | 5F | F | 2E | 5B | 2D |
| Octal | 332 | 251 | 12 | 0 | 26 | 137 | 17 | 56 | 133 | 55 |
| Binary | 11011010 | 10101001 | 1010 | 0 | 10110 | 1011111 | 1111 | 101110 | 1011011 | 101101 |
Color Harmonies of #DAA90A
Complementary color
Monochromatic Colors of #DAA90A
Black with #DAA90A
Text Example
Text Example
White with #DAA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA90A; }
p { color: rgb(218,169,10); }
H1.HeaderClassName
{
color: #DAA90A;
}
.AnyTagClassName
{
color: #DAA90A;
}
</style>
background-color css
<style>
a { background-color: #DAA90A; }
a { background-color: rgb(218,169,10); }
div.DivClassName
{
background-color: #DAA90A;
}
.BgClassName
{
background-color: #DAA90A;
}
</style>
border-color css
<style>
span { border-color: #DAA90A; }
span { border-color: rgb(218,169,10); }
td.TdClassName
{
border-color: #DAA90A;
}
.TagClassName
{
border-color: #DAA90A;
}
</style>