Shades of Galliano #DAA42B
Tints of Galliano #DAA42B
RGB
CMYK
RGB Variations
Color information
#DAA42B (or 0xDAA42B) is known color: Galliano. HEX triplet: DA, A4 and 2B. RGB value is (218,164,43). Sum of RGB (Red+Green+Blue) = 218+164+43=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA42B is #255BD4. Grayscale: #A6A6A6. Windows color (decimal): -2448341 or 2860250. OLE color: 2860250.
HSL color Cylindrical-coordinate representation of color #DAA42B: hue angle of 41.49º 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 #DAA42B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 43 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.15 |
| HSL | 41.49º | 0.7% | 0.51% | - |
| HSV(B) | 41.49º | 0.8% | 0.85% | - |
| XYZ | 42.62 | 41.63 | 8.07 | - |
| YUV | 166.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 43 | 0 | 0.25 | 0.80 | 0.15 | 41.49 | 0.7 | 0.51 |
| Hex | DA | A4 | 2B | 0 | 19 | 50 | F | 29 | 46 | 33 |
| Octal | 332 | 244 | 53 | 0 | 31 | 120 | 17 | 51 | 106 | 63 |
| Binary | 11011010 | 10100100 | 101011 | 0 | 11001 | 1010000 | 1111 | 101001 | 1000110 | 110011 |
Color Harmonies of #DAA42B
Complementary color
Monochromatic Colors of #DAA42B
Black with #DAA42B
Text Example
Text Example
White with #DAA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA42B; }
p { color: rgb(218,164,43); }
H1.HeaderClassName
{
color: #DAA42B;
}
.AnyTagClassName
{
color: #DAA42B;
}
</style>
background-color css
<style>
a { background-color: #DAA42B; }
a { background-color: rgb(218,164,43); }
div.DivClassName
{
background-color: #DAA42B;
}
.BgClassName
{
background-color: #DAA42B;
}
</style>
border-color css
<style>
span { border-color: #DAA42B; }
span { border-color: rgb(218,164,43); }
td.TdClassName
{
border-color: #DAA42B;
}
.TagClassName
{
border-color: #DAA42B;
}
</style>