Shades of Galliano #D5AA2B
Tints of Galliano #D5AA2B
RGB
CMYK
RGB Variations
Color information
#D5AA2B (or 0xD5AA2B) is known color: Galliano. HEX triplet: D5, AA and 2B. RGB value is (213,170,43). Sum of RGB (Red+Green+Blue) = 213+170+43=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA2B is #2A55D4. Grayscale: #A8A8A8. Windows color (decimal): -2774485 or 2861781. OLE color: 2861781.
HSL color Cylindrical-coordinate representation of color #D5AA2B: hue angle of 44.82º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5AA2B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 43 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.16 |
| HSL | 44.82º | 0.67% | 0.5% | - |
| HSV(B) | 44.82º | 0.8% | 0.84% | - |
| XYZ | 42.25 | 43.07 | 8.37 | - |
| YUV | 168.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 43 | 0 | 0.20 | 0.80 | 0.16 | 44.82 | 0.67 | 0.5 |
| Hex | D5 | AA | 2B | 0 | 14 | 50 | 10 | 2D | 43 | 32 |
| Octal | 325 | 252 | 53 | 0 | 24 | 120 | 20 | 55 | 103 | 62 |
| Binary | 11010101 | 10101010 | 101011 | 0 | 10100 | 1010000 | 10000 | 101101 | 1000011 | 110010 |
Color Harmonies of #D5AA2B
Complementary color
Monochromatic Colors of #D5AA2B
Black with #D5AA2B
Text Example
Text Example
White with #D5AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA2B; }
p { color: rgb(213,170,43); }
H1.HeaderClassName
{
color: #D5AA2B;
}
.AnyTagClassName
{
color: #D5AA2B;
}
</style>
background-color css
<style>
a { background-color: #D5AA2B; }
a { background-color: rgb(213,170,43); }
div.DivClassName
{
background-color: #D5AA2B;
}
.BgClassName
{
background-color: #D5AA2B;
}
</style>
border-color css
<style>
span { border-color: #D5AA2B; }
span { border-color: rgb(213,170,43); }
td.TdClassName
{
border-color: #D5AA2B;
}
.TagClassName
{
border-color: #D5AA2B;
}
</style>