Shades of Galliano #DAAD20
Tints of Galliano #DAAD20
RGB
CMYK
RGB Variations
Color information
#DAAD20 (or 0xDAAD20) is known color: Galliano. HEX triplet: DA, AD and 20. RGB value is (218,173,32). Sum of RGB (Red+Green+Blue) = 218+173+32=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD20 is #2552DF. Grayscale: #AAAAAA. Windows color (decimal): -2446048 or 2141658. OLE color: 2141658.
HSL color Cylindrical-coordinate representation of color #DAAD20: hue angle of 45.48º 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 #DAAD20 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 32 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.15 |
| HSL | 45.48º | 0.74% | 0.49% | - |
| HSV(B) | 45.48º | 0.85% | 0.85% | - |
| XYZ | 44.12 | 44.9 | 7.71 | - |
| YUV | 170.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 32 | 0 | 0.21 | 0.85 | 0.15 | 45.48 | 0.74 | 0.49 |
| Hex | DA | AD | 20 | 0 | 15 | 55 | F | 2D | 4A | 31 |
| Octal | 332 | 255 | 40 | 0 | 25 | 125 | 17 | 55 | 112 | 61 |
| Binary | 11011010 | 10101101 | 100000 | 0 | 10101 | 1010101 | 1111 | 101101 | 1001010 | 110001 |
Color Harmonies of #DAAD20
Complementary color
Monochromatic Colors of #DAAD20
Black with #DAAD20
Text Example
Text Example
White with #DAAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD20; }
p { color: rgb(218,173,32); }
H1.HeaderClassName
{
color: #DAAD20;
}
.AnyTagClassName
{
color: #DAAD20;
}
</style>
background-color css
<style>
a { background-color: #DAAD20; }
a { background-color: rgb(218,173,32); }
div.DivClassName
{
background-color: #DAAD20;
}
.BgClassName
{
background-color: #DAAD20;
}
</style>
border-color css
<style>
span { border-color: #DAAD20; }
span { border-color: rgb(218,173,32); }
td.TdClassName
{
border-color: #DAAD20;
}
.TagClassName
{
border-color: #DAAD20;
}
</style>