Shades of Galliano #DAA228
Tints of Galliano #DAA228
RGB
CMYK
RGB Variations
Color information
#DAA228 (or 0xDAA228) is known color: Galliano. HEX triplet: DA, A2 and 28. RGB value is (218,162,40). Sum of RGB (Red+Green+Blue) = 218+162+40=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA228 is #255DD7. Grayscale: #A5A5A5. Windows color (decimal): -2448856 or 2663130. OLE color: 2663130.
HSL color Cylindrical-coordinate representation of color #DAA228: hue angle of 41.12º 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 #DAA228 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 40 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.15 |
| HSL | 41.12º | 0.71% | 0.51% | - |
| HSV(B) | 41.12º | 0.82% | 0.85% | - |
| XYZ | 42.22 | 40.9 | 7.68 | - |
| YUV | 164.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 40 | 0 | 0.26 | 0.82 | 0.15 | 41.12 | 0.71 | 0.51 |
| Hex | DA | A2 | 28 | 0 | 1A | 52 | F | 29 | 47 | 33 |
| Octal | 332 | 242 | 50 | 0 | 32 | 122 | 17 | 51 | 107 | 63 |
| Binary | 11011010 | 10100010 | 101000 | 0 | 11010 | 1010010 | 1111 | 101001 | 1000111 | 110011 |
Color Harmonies of #DAA228
Complementary color
Monochromatic Colors of #DAA228
Black with #DAA228
Text Example
Text Example
White with #DAA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA228; }
p { color: rgb(218,162,40); }
H1.HeaderClassName
{
color: #DAA228;
}
.AnyTagClassName
{
color: #DAA228;
}
</style>
background-color css
<style>
a { background-color: #DAA228; }
a { background-color: rgb(218,162,40); }
div.DivClassName
{
background-color: #DAA228;
}
.BgClassName
{
background-color: #DAA228;
}
</style>
border-color css
<style>
span { border-color: #DAA228; }
span { border-color: rgb(218,162,40); }
td.TdClassName
{
border-color: #DAA228;
}
.TagClassName
{
border-color: #DAA228;
}
</style>