Shades of Galliano #D7AA2B
Tints of Galliano #D7AA2B
RGB
CMYK
RGB Variations
Color information
#D7AA2B (or 0xD7AA2B) is known color: Galliano. HEX triplet: D7, AA and 2B. RGB value is (215,170,43). Sum of RGB (Red+Green+Blue) = 215+170+43=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AA2B is #2855D4. Grayscale: #A9A9A9. Windows color (decimal): -2643413 or 2861783. OLE color: 2861783.
HSL color Cylindrical-coordinate representation of color #D7AA2B: hue angle of 44.3º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7AA2B is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 43 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.16 |
| HSL | 44.3º | 0.68% | 0.51% | - |
| HSV(B) | 44.3º | 0.8% | 0.84% | - |
| XYZ | 42.84 | 43.37 | 8.4 | - |
| YUV | 168.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 43 | 0 | 0.21 | 0.8 | 0.16 | 44.3 | 0.68 | 0.51 |
| Hex | D7 | AA | 2B | 0 | 15 | 50 | 10 | 2C | 44 | 33 |
| Octal | 327 | 252 | 53 | 0 | 25 | 120 | 20 | 54 | 104 | 63 |
| Binary | 11010111 | 10101010 | 101011 | 0 | 10101 | 1010000 | 10000 | 101100 | 1000100 | 110011 |
Color Harmonies of #D7AA2B
Complementary color
Monochromatic Colors of #D7AA2B
Black with #D7AA2B
Text Example
Text Example
White with #D7AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA2B; }
p { color: rgb(215,170,43); }
H1.HeaderClassName
{
color: #D7AA2B;
}
.AnyTagClassName
{
color: #D7AA2B;
}
</style>
background-color css
<style>
a { background-color: #D7AA2B; }
a { background-color: rgb(215,170,43); }
div.DivClassName
{
background-color: #D7AA2B;
}
.BgClassName
{
background-color: #D7AA2B;
}
</style>
border-color css
<style>
span { border-color: #D7AA2B; }
span { border-color: rgb(215,170,43); }
td.TdClassName
{
border-color: #D7AA2B;
}
.TagClassName
{
border-color: #D7AA2B;
}
</style>