Shades of Galliano #DAA21B
Tints of Galliano #DAA21B
RGB
CMYK
RGB Variations
Color information
#DAA21B (or 0xDAA21B) is known color: Galliano. HEX triplet: DA, A2 and 1B. RGB value is (218,162,27). Sum of RGB (Red+Green+Blue) = 218+162+27=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA21B is #255DE4. Grayscale: #A3A3A3. Windows color (decimal): -2448869 or 1811162. OLE color: 1811162.
HSL color Cylindrical-coordinate representation of color #DAA21B: hue angle of 42.41º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA21B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 27 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.15 |
| HSL | 42.41º | 0.78% | 0.48% | - |
| HSV(B) | 42.41º | 0.88% | 0.85% | - |
| XYZ | 42.03 | 40.83 | 6.7 | - |
| YUV | 163.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 27 | 0 | 0.26 | 0.88 | 0.15 | 42.41 | 0.78 | 0.48 |
| Hex | DA | A2 | 1B | 0 | 1A | 58 | F | 2A | 4E | 30 |
| Octal | 332 | 242 | 33 | 0 | 32 | 130 | 17 | 52 | 116 | 60 |
| Binary | 11011010 | 10100010 | 11011 | 0 | 11010 | 1011000 | 1111 | 101010 | 1001110 | 110000 |
Color Harmonies of #DAA21B
Complementary color
Monochromatic Colors of #DAA21B
Black with #DAA21B
Text Example
Text Example
White with #DAA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA21B; }
p { color: rgb(218,162,27); }
H1.HeaderClassName
{
color: #DAA21B;
}
.AnyTagClassName
{
color: #DAA21B;
}
</style>
background-color css
<style>
a { background-color: #DAA21B; }
a { background-color: rgb(218,162,27); }
div.DivClassName
{
background-color: #DAA21B;
}
.BgClassName
{
background-color: #DAA21B;
}
</style>
border-color css
<style>
span { border-color: #DAA21B; }
span { border-color: rgb(218,162,27); }
td.TdClassName
{
border-color: #DAA21B;
}
.TagClassName
{
border-color: #DAA21B;
}
</style>