Shades of Galliano #DAA728
Tints of Galliano #DAA728
RGB
CMYK
RGB Variations
Color information
#DAA728 (or 0xDAA728) is known color: Galliano. HEX triplet: DA, A7 and 28. RGB value is (218,167,40). Sum of RGB (Red+Green+Blue) = 218+167+40=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA728 is #2558D7. Grayscale: #A8A8A8. Windows color (decimal): -2447576 or 2664410. OLE color: 2664410.
HSL color Cylindrical-coordinate representation of color #DAA728: hue angle of 42.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAA728 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 40 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.15 |
| HSL | 42.81º | 0.71% | 0.51% | - |
| HSV(B) | 42.81º | 0.82% | 0.85% | - |
| XYZ | 43.12 | 42.7 | 7.98 | - |
| YUV | 167.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 40 | 0 | 0.23 | 0.82 | 0.15 | 42.81 | 0.71 | 0.51 |
| Hex | DA | A7 | 28 | 0 | 17 | 52 | F | 2B | 47 | 33 |
| Octal | 332 | 247 | 50 | 0 | 27 | 122 | 17 | 53 | 107 | 63 |
| Binary | 11011010 | 10100111 | 101000 | 0 | 10111 | 1010010 | 1111 | 101011 | 1000111 | 110011 |
Color Harmonies of #DAA728
Complementary color
Monochromatic Colors of #DAA728
Black with #DAA728
Text Example
Text Example
White with #DAA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA728; }
p { color: rgb(218,167,40); }
H1.HeaderClassName
{
color: #DAA728;
}
.AnyTagClassName
{
color: #DAA728;
}
</style>
background-color css
<style>
a { background-color: #DAA728; }
a { background-color: rgb(218,167,40); }
div.DivClassName
{
background-color: #DAA728;
}
.BgClassName
{
background-color: #DAA728;
}
</style>
border-color css
<style>
span { border-color: #DAA728; }
span { border-color: rgb(218,167,40); }
td.TdClassName
{
border-color: #DAA728;
}
.TagClassName
{
border-color: #DAA728;
}
</style>