Shades of Galliano #D1AA2A
Tints of Galliano #D1AA2A
RGB
CMYK
RGB Variations
Color information
#D1AA2A (or 0xD1AA2A) is known color: Galliano. HEX triplet: D1, AA and 2A. RGB value is (209,170,42). Sum of RGB (Red+Green+Blue) = 209+170+42=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA2A is #2E55D5. Grayscale: #A7A7A7. Windows color (decimal): -3036630 or 2796241. OLE color: 2796241.
HSL color Cylindrical-coordinate representation of color #D1AA2A: hue angle of 45.99º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1AA2A is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 42 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.18 |
| HSL | 45.99º | 0.67% | 0.49% | - |
| HSV(B) | 45.99º | 0.8% | 0.82% | - |
| XYZ | 41.09 | 42.47 | 8.22 | - |
| YUV | 167.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 42 | 0 | 0.19 | 0.80 | 0.18 | 45.99 | 0.67 | 0.49 |
| Hex | D1 | AA | 2A | 0 | 13 | 50 | 12 | 2E | 43 | 31 |
| Octal | 321 | 252 | 52 | 0 | 23 | 120 | 22 | 56 | 103 | 61 |
| Binary | 11010001 | 10101010 | 101010 | 0 | 10011 | 1010000 | 10010 | 101110 | 1000011 | 110001 |
Color Harmonies of #D1AA2A
Complementary color
Monochromatic Colors of #D1AA2A
Black with #D1AA2A
Text Example
Text Example
White with #D1AA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA2A; }
p { color: rgb(209,170,42); }
H1.HeaderClassName
{
color: #D1AA2A;
}
.AnyTagClassName
{
color: #D1AA2A;
}
</style>
background-color css
<style>
a { background-color: #D1AA2A; }
a { background-color: rgb(209,170,42); }
div.DivClassName
{
background-color: #D1AA2A;
}
.BgClassName
{
background-color: #D1AA2A;
}
</style>
border-color css
<style>
span { border-color: #D1AA2A; }
span { border-color: rgb(209,170,42); }
td.TdClassName
{
border-color: #D1AA2A;
}
.TagClassName
{
border-color: #D1AA2A;
}
</style>