Shades of Galliano #DAA729
Tints of Galliano #DAA729
RGB
CMYK
RGB Variations
Color information
#DAA729 (or 0xDAA729) is known color: Galliano. HEX triplet: DA, A7 and 29. RGB value is (218,167,41). Sum of RGB (Red+Green+Blue) = 218+167+41=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA729 is #2558D6. Grayscale: #A8A8A8. Windows color (decimal): -2447575 or 2729946. OLE color: 2729946.
HSL color Cylindrical-coordinate representation of color #DAA729: hue angle of 42.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAA729 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 41 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.15 |
| HSL | 42.71º | 0.71% | 0.51% | - |
| HSV(B) | 42.71º | 0.81% | 0.85% | - |
| XYZ | 43.13 | 42.7 | 8.07 | - |
| YUV | 167.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 41 | 0 | 0.23 | 0.81 | 0.15 | 42.71 | 0.71 | 0.51 |
| Hex | DA | A7 | 29 | 0 | 17 | 51 | F | 2B | 47 | 33 |
| Octal | 332 | 247 | 51 | 0 | 27 | 121 | 17 | 53 | 107 | 63 |
| Binary | 11011010 | 10100111 | 101001 | 0 | 10111 | 1010001 | 1111 | 101011 | 1000111 | 110011 |
Color Harmonies of #DAA729
Complementary color
Monochromatic Colors of #DAA729
Black with #DAA729
Text Example
Text Example
White with #DAA729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA729; }
p { color: rgb(218,167,41); }
H1.HeaderClassName
{
color: #DAA729;
}
.AnyTagClassName
{
color: #DAA729;
}
</style>
background-color css
<style>
a { background-color: #DAA729; }
a { background-color: rgb(218,167,41); }
div.DivClassName
{
background-color: #DAA729;
}
.BgClassName
{
background-color: #DAA729;
}
</style>
border-color css
<style>
span { border-color: #DAA729; }
span { border-color: rgb(218,167,41); }
td.TdClassName
{
border-color: #DAA729;
}
.TagClassName
{
border-color: #DAA729;
}
</style>