Shades of Galliano #DAAF20
Tints of Galliano #DAAF20
RGB
CMYK
RGB Variations
Color information
#DAAF20 (or 0xDAAF20) is known color: Galliano. HEX triplet: DA, AF and 20. RGB value is (218,175,32). Sum of RGB (Red+Green+Blue) = 218+175+32=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF20 is #2550DF. Grayscale: #ACACAC. Windows color (decimal): -2445536 or 2142170. OLE color: 2142170.
HSL color Cylindrical-coordinate representation of color #DAAF20: hue angle of 46.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAAF20 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 32 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.15 |
| HSL | 46.13º | 0.74% | 0.49% | - |
| HSV(B) | 46.13º | 0.85% | 0.85% | - |
| XYZ | 44.5 | 45.67 | 7.84 | - |
| YUV | 171.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 32 | 0 | 0.20 | 0.85 | 0.15 | 46.13 | 0.74 | 0.49 |
| Hex | DA | AF | 20 | 0 | 14 | 55 | F | 2E | 4A | 31 |
| Octal | 332 | 257 | 40 | 0 | 24 | 125 | 17 | 56 | 112 | 61 |
| Binary | 11011010 | 10101111 | 100000 | 0 | 10100 | 1010101 | 1111 | 101110 | 1001010 | 110001 |
Color Harmonies of #DAAF20
Complementary color
Monochromatic Colors of #DAAF20
Black with #DAAF20
Text Example
Text Example
White with #DAAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF20; }
p { color: rgb(218,175,32); }
H1.HeaderClassName
{
color: #DAAF20;
}
.AnyTagClassName
{
color: #DAAF20;
}
</style>
background-color css
<style>
a { background-color: #DAAF20; }
a { background-color: rgb(218,175,32); }
div.DivClassName
{
background-color: #DAAF20;
}
.BgClassName
{
background-color: #DAAF20;
}
</style>
border-color css
<style>
span { border-color: #DAAF20; }
span { border-color: rgb(218,175,32); }
td.TdClassName
{
border-color: #DAAF20;
}
.TagClassName
{
border-color: #DAAF20;
}
</style>