Shades of Galliano #DAA42D
Tints of Galliano #DAA42D
RGB
CMYK
RGB Variations
Color information
#DAA42D (or 0xDAA42D) is known color: Galliano. HEX triplet: DA, A4 and 2D. RGB value is (218,164,45). Sum of RGB (Red+Green+Blue) = 218+164+45=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA42D is #255BD2. Grayscale: #A7A7A7. Windows color (decimal): -2448339 or 2991322. OLE color: 2991322.
HSL color Cylindrical-coordinate representation of color #DAA42D: hue angle of 41.27º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAA42D is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 45 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.15 |
| HSL | 41.27º | 0.7% | 0.52% | - |
| HSV(B) | 41.27º | 0.79% | 0.85% | - |
| XYZ | 42.66 | 41.65 | 8.27 | - |
| YUV | 166.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 45 | 0 | 0.25 | 0.79 | 0.15 | 41.27 | 0.7 | 0.52 |
| Hex | DA | A4 | 2D | 0 | 19 | 4F | F | 29 | 46 | 34 |
| Octal | 332 | 244 | 55 | 0 | 31 | 117 | 17 | 51 | 106 | 64 |
| Binary | 11011010 | 10100100 | 101101 | 0 | 11001 | 1001111 | 1111 | 101001 | 1000110 | 110100 |
Color Harmonies of #DAA42D
Complementary color
Monochromatic Colors of #DAA42D
Black with #DAA42D
Text Example
Text Example
White with #DAA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA42D; }
p { color: rgb(218,164,45); }
H1.HeaderClassName
{
color: #DAA42D;
}
.AnyTagClassName
{
color: #DAA42D;
}
</style>
background-color css
<style>
a { background-color: #DAA42D; }
a { background-color: rgb(218,164,45); }
div.DivClassName
{
background-color: #DAA42D;
}
.BgClassName
{
background-color: #DAA42D;
}
</style>
border-color css
<style>
span { border-color: #DAA42D; }
span { border-color: rgb(218,164,45); }
td.TdClassName
{
border-color: #DAA42D;
}
.TagClassName
{
border-color: #DAA42D;
}
</style>