Shades of Galliano #DAA32C
Tints of Galliano #DAA32C
RGB
CMYK
RGB Variations
Color information
#DAA32C (or 0xDAA32C) is known color: Galliano. HEX triplet: DA, A3 and 2C. RGB value is (218,163,44). Sum of RGB (Red+Green+Blue) = 218+163+44=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA32C is #255CD3. Grayscale: #A6A6A6. Windows color (decimal): -2448596 or 2925530. OLE color: 2925530.
HSL color Cylindrical-coordinate representation of color #DAA32C: hue angle of 41.03º 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 #DAA32C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 44 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.15 |
| HSL | 41.03º | 0.7% | 0.51% | - |
| HSV(B) | 41.03º | 0.8% | 0.85% | - |
| XYZ | 42.47 | 41.28 | 8.11 | - |
| YUV | 165.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 44 | 0 | 0.25 | 0.80 | 0.15 | 41.03 | 0.7 | 0.51 |
| Hex | DA | A3 | 2C | 0 | 19 | 50 | F | 29 | 46 | 33 |
| Octal | 332 | 243 | 54 | 0 | 31 | 120 | 17 | 51 | 106 | 63 |
| Binary | 11011010 | 10100011 | 101100 | 0 | 11001 | 1010000 | 1111 | 101001 | 1000110 | 110011 |
Color Harmonies of #DAA32C
Complementary color
Monochromatic Colors of #DAA32C
Black with #DAA32C
Text Example
Text Example
White with #DAA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA32C; }
p { color: rgb(218,163,44); }
H1.HeaderClassName
{
color: #DAA32C;
}
.AnyTagClassName
{
color: #DAA32C;
}
</style>
background-color css
<style>
a { background-color: #DAA32C; }
a { background-color: rgb(218,163,44); }
div.DivClassName
{
background-color: #DAA32C;
}
.BgClassName
{
background-color: #DAA32C;
}
</style>
border-color css
<style>
span { border-color: #DAA32C; }
span { border-color: rgb(218,163,44); }
td.TdClassName
{
border-color: #DAA32C;
}
.TagClassName
{
border-color: #DAA32C;
}
</style>