Shades of Galliano #D1AA2B
Tints of Galliano #D1AA2B
RGB
CMYK
RGB Variations
Color information
#D1AA2B (or 0xD1AA2B) is known color: Galliano. HEX triplet: D1, AA and 2B. RGB value is (209,170,43). Sum of RGB (Red+Green+Blue) = 209+170+43=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA2B is #2E55D4. Grayscale: #A7A7A7. Windows color (decimal): -3036629 or 2861777. OLE color: 2861777.
HSL color Cylindrical-coordinate representation of color #D1AA2B: hue angle of 45.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1AA2B is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 43 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.18 |
| HSL | 45.9º | 0.66% | 0.49% | - |
| HSV(B) | 45.9º | 0.79% | 0.82% | - |
| XYZ | 41.11 | 42.48 | 8.32 | - |
| YUV | 167.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 43 | 0 | 0.19 | 0.79 | 0.18 | 45.9 | 0.66 | 0.49 |
| Hex | D1 | AA | 2B | 0 | 13 | 4F | 12 | 2E | 42 | 31 |
| Octal | 321 | 252 | 53 | 0 | 23 | 117 | 22 | 56 | 102 | 61 |
| Binary | 11010001 | 10101010 | 101011 | 0 | 10011 | 1001111 | 10010 | 101110 | 1000010 | 110001 |
Color Harmonies of #D1AA2B
Complementary color
Monochromatic Colors of #D1AA2B
Black with #D1AA2B
Text Example
Text Example
White with #D1AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA2B; }
p { color: rgb(209,170,43); }
H1.HeaderClassName
{
color: #D1AA2B;
}
.AnyTagClassName
{
color: #D1AA2B;
}
</style>
background-color css
<style>
a { background-color: #D1AA2B; }
a { background-color: rgb(209,170,43); }
div.DivClassName
{
background-color: #D1AA2B;
}
.BgClassName
{
background-color: #D1AA2B;
}
</style>
border-color css
<style>
span { border-color: #D1AA2B; }
span { border-color: rgb(209,170,43); }
td.TdClassName
{
border-color: #D1AA2B;
}
.TagClassName
{
border-color: #D1AA2B;
}
</style>