Shades of Galliano #DAA92C
Tints of Galliano #DAA92C
RGB
CMYK
RGB Variations
Color information
#DAA92C (or 0xDAA92C) is known color: Galliano. HEX triplet: DA, A9 and 2C. RGB value is (218,169,44). Sum of RGB (Red+Green+Blue) = 218+169+44=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA92C is #2556D3. Grayscale: #A9A9A9. Windows color (decimal): -2447060 or 2927066. OLE color: 2927066.
HSL color Cylindrical-coordinate representation of color #DAA92C: hue angle of 43.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAA92C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 44 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.15 |
| HSL | 43.1º | 0.7% | 0.51% | - |
| HSV(B) | 43.1º | 0.8% | 0.85% | - |
| XYZ | 43.56 | 43.46 | 8.48 | - |
| YUV | 169.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 44 | 0 | 0.22 | 0.80 | 0.15 | 43.1 | 0.7 | 0.51 |
| Hex | DA | A9 | 2C | 0 | 16 | 50 | F | 2B | 46 | 33 |
| Octal | 332 | 251 | 54 | 0 | 26 | 120 | 17 | 53 | 106 | 63 |
| Binary | 11011010 | 10101001 | 101100 | 0 | 10110 | 1010000 | 1111 | 101011 | 1000110 | 110011 |
Color Harmonies of #DAA92C
Complementary color
Monochromatic Colors of #DAA92C
Black with #DAA92C
Text Example
Text Example
White with #DAA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA92C; }
p { color: rgb(218,169,44); }
H1.HeaderClassName
{
color: #DAA92C;
}
.AnyTagClassName
{
color: #DAA92C;
}
</style>
background-color css
<style>
a { background-color: #DAA92C; }
a { background-color: rgb(218,169,44); }
div.DivClassName
{
background-color: #DAA92C;
}
.BgClassName
{
background-color: #DAA92C;
}
</style>
border-color css
<style>
span { border-color: #DAA92C; }
span { border-color: rgb(218,169,44); }
td.TdClassName
{
border-color: #DAA92C;
}
.TagClassName
{
border-color: #DAA92C;
}
</style>