Shades of Galliano #D7AC2B
Tints of Galliano #D7AC2B
RGB
CMYK
RGB Variations
Color information
#D7AC2B (or 0xD7AC2B) is known color: Galliano. HEX triplet: D7, AC and 2B. RGB value is (215,172,43). Sum of RGB (Red+Green+Blue) = 215+172+43=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AC2B is #2853D4. Grayscale: #AAAAAA. Windows color (decimal): -2642901 or 2862295. OLE color: 2862295.
HSL color Cylindrical-coordinate representation of color #D7AC2B: hue angle of 45º 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 #D7AC2B is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 43 | - |
| CMYK | 0 | 0.2 | 0.8 | 0.16 |
| HSL | 45º | 0.68% | 0.51% | - |
| HSV(B) | 45º | 0.8% | 0.84% | - |
| XYZ | 43.21 | 44.13 | 8.53 | - |
| YUV | 170.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 43 | 0 | 0.2 | 0.8 | 0.16 | 45 | 0.68 | 0.51 |
| Hex | D7 | AC | 2B | 0 | 14 | 50 | 10 | 2D | 44 | 33 |
| Octal | 327 | 254 | 53 | 0 | 24 | 120 | 20 | 55 | 104 | 63 |
| Binary | 11010111 | 10101100 | 101011 | 0 | 10100 | 1010000 | 10000 | 101101 | 1000100 | 110011 |
Color Harmonies of #D7AC2B
Complementary color
Monochromatic Colors of #D7AC2B
Black with #D7AC2B
Text Example
Text Example
White with #D7AC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC2B; }
p { color: rgb(215,172,43); }
H1.HeaderClassName
{
color: #D7AC2B;
}
.AnyTagClassName
{
color: #D7AC2B;
}
</style>
background-color css
<style>
a { background-color: #D7AC2B; }
a { background-color: rgb(215,172,43); }
div.DivClassName
{
background-color: #D7AC2B;
}
.BgClassName
{
background-color: #D7AC2B;
}
</style>
border-color css
<style>
span { border-color: #D7AC2B; }
span { border-color: rgb(215,172,43); }
td.TdClassName
{
border-color: #D7AC2B;
}
.TagClassName
{
border-color: #D7AC2B;
}
</style>