Shades of Galliano #D7A21C
Tints of Galliano #D7A21C
RGB
CMYK
RGB Variations
Color information
#D7A21C (or 0xD7A21C) is known color: Galliano. HEX triplet: D7, A2 and 1C. RGB value is (215,162,28). Sum of RGB (Red+Green+Blue) = 215+162+28=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A21C is #285DE3. Grayscale: #A3A3A3. Windows color (decimal): -2645476 or 1876695. OLE color: 1876695.
HSL color Cylindrical-coordinate representation of color #D7A21C: hue angle of 42.99º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7A21C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 162 | 28 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.16 |
| HSL | 42.99º | 0.77% | 0.48% | - |
| HSV(B) | 42.99º | 0.87% | 0.84% | - |
| XYZ | 41.15 | 40.37 | 6.72 | - |
| YUV | 162.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 162 | 28 | 0 | 0.25 | 0.87 | 0.16 | 42.99 | 0.77 | 0.48 |
| Hex | D7 | A2 | 1C | 0 | 19 | 57 | 10 | 2B | 4D | 30 |
| Octal | 327 | 242 | 34 | 0 | 31 | 127 | 20 | 53 | 115 | 60 |
| Binary | 11010111 | 10100010 | 11100 | 0 | 11001 | 1010111 | 10000 | 101011 | 1001101 | 110000 |
Color Harmonies of #D7A21C
Complementary color
Monochromatic Colors of #D7A21C
Black with #D7A21C
Text Example
Text Example
White with #D7A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A21C; }
p { color: rgb(215,162,28); }
H1.HeaderClassName
{
color: #D7A21C;
}
.AnyTagClassName
{
color: #D7A21C;
}
</style>
background-color css
<style>
a { background-color: #D7A21C; }
a { background-color: rgb(215,162,28); }
div.DivClassName
{
background-color: #D7A21C;
}
.BgClassName
{
background-color: #D7A21C;
}
</style>
border-color css
<style>
span { border-color: #D7A21C; }
span { border-color: rgb(215,162,28); }
td.TdClassName
{
border-color: #D7A21C;
}
.TagClassName
{
border-color: #D7A21C;
}
</style>