Shades of Galliano #DAA232
Tints of Galliano #DAA232
RGB
CMYK
RGB Variations
Color information
#DAA232 (or 0xDAA232) is known color: Galliano. HEX triplet: DA, A2 and 32. RGB value is (218,162,50). Sum of RGB (Red+Green+Blue) = 218+162+50=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA232 is #255DCD. Grayscale: #A6A6A6. Windows color (decimal): -2448846 or 3318490. OLE color: 3318490.
HSL color Cylindrical-coordinate representation of color #DAA232: hue angle of 40º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAA232 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 50 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.15 |
| HSL | 40º | 0.69% | 0.53% | - |
| HSV(B) | 40º | 0.77% | 0.85% | - |
| XYZ | 42.41 | 40.98 | 8.69 | - |
| YUV | 165.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 50 | 0 | 0.26 | 0.77 | 0.15 | 40 | 0.69 | 0.53 |
| Hex | DA | A2 | 32 | 0 | 1A | 4D | F | 28 | 45 | 35 |
| Octal | 332 | 242 | 62 | 0 | 32 | 115 | 17 | 50 | 105 | 65 |
| Binary | 11011010 | 10100010 | 110010 | 0 | 11010 | 1001101 | 1111 | 101000 | 1000101 | 110101 |
Color Harmonies of #DAA232
Complementary color
Monochromatic Colors of #DAA232
Black with #DAA232
Text Example
Text Example
White with #DAA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA232; }
p { color: rgb(218,162,50); }
H1.HeaderClassName
{
color: #DAA232;
}
.AnyTagClassName
{
color: #DAA232;
}
</style>
background-color css
<style>
a { background-color: #DAA232; }
a { background-color: rgb(218,162,50); }
div.DivClassName
{
background-color: #DAA232;
}
.BgClassName
{
background-color: #DAA232;
}
</style>
border-color css
<style>
span { border-color: #DAA232; }
span { border-color: rgb(218,162,50); }
td.TdClassName
{
border-color: #DAA232;
}
.TagClassName
{
border-color: #DAA232;
}
</style>