Shades of Galliano #DAA42F
Tints of Galliano #DAA42F
RGB
CMYK
RGB Variations
Color information
#DAA42F (or 0xDAA42F) is known color: Galliano. HEX triplet: DA, A4 and 2F. RGB value is (218,164,47). Sum of RGB (Red+Green+Blue) = 218+164+47=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA42F is #255BD0. Grayscale: #A7A7A7. Windows color (decimal): -2448337 or 3122394. OLE color: 3122394.
HSL color Cylindrical-coordinate representation of color #DAA42F: hue angle of 41.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAA42F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 47 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.15 |
| HSL | 41.05º | 0.7% | 0.52% | - |
| HSV(B) | 41.05º | 0.78% | 0.85% | - |
| XYZ | 42.7 | 41.66 | 8.48 | - |
| YUV | 166.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 47 | 0 | 0.25 | 0.78 | 0.15 | 41.05 | 0.7 | 0.52 |
| Hex | DA | A4 | 2F | 0 | 19 | 4E | F | 29 | 46 | 34 |
| Octal | 332 | 244 | 57 | 0 | 31 | 116 | 17 | 51 | 106 | 64 |
| Binary | 11011010 | 10100100 | 101111 | 0 | 11001 | 1001110 | 1111 | 101001 | 1000110 | 110100 |
Color Harmonies of #DAA42F
Complementary color
Monochromatic Colors of #DAA42F
Black with #DAA42F
Text Example
Text Example
White with #DAA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA42F; }
p { color: rgb(218,164,47); }
H1.HeaderClassName
{
color: #DAA42F;
}
.AnyTagClassName
{
color: #DAA42F;
}
</style>
background-color css
<style>
a { background-color: #DAA42F; }
a { background-color: rgb(218,164,47); }
div.DivClassName
{
background-color: #DAA42F;
}
.BgClassName
{
background-color: #DAA42F;
}
</style>
border-color css
<style>
span { border-color: #DAA42F; }
span { border-color: rgb(218,164,47); }
td.TdClassName
{
border-color: #DAA42F;
}
.TagClassName
{
border-color: #DAA42F;
}
</style>