Shades of Galliano #D7A327
Tints of Galliano #D7A327
RGB
CMYK
RGB Variations
Color information
#D7A327 (or 0xD7A327) is known color: Galliano. HEX triplet: D7, A3 and 27. RGB value is (215,163,39). Sum of RGB (Red+Green+Blue) = 215+163+39=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A327 is #285CD8. Grayscale: #A4A4A4. Windows color (decimal): -2645209 or 2597847. OLE color: 2597847.
HSL color Cylindrical-coordinate representation of color #D7A327: hue angle of 42.27º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7A327 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 39 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.16 |
| HSL | 42.27º | 0.69% | 0.5% | - |
| HSV(B) | 42.27º | 0.82% | 0.84% | - |
| XYZ | 41.49 | 40.79 | 7.61 | - |
| YUV | 164.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 39 | 0 | 0.24 | 0.82 | 0.16 | 42.27 | 0.69 | 0.5 |
| Hex | D7 | A3 | 27 | 0 | 18 | 52 | 10 | 2A | 45 | 32 |
| Octal | 327 | 243 | 47 | 0 | 30 | 122 | 20 | 52 | 105 | 62 |
| Binary | 11010111 | 10100011 | 100111 | 0 | 11000 | 1010010 | 10000 | 101010 | 1000101 | 110010 |
Color Harmonies of #D7A327
Complementary color
Monochromatic Colors of #D7A327
Black with #D7A327
Text Example
Text Example
White with #D7A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A327; }
p { color: rgb(215,163,39); }
H1.HeaderClassName
{
color: #D7A327;
}
.AnyTagClassName
{
color: #D7A327;
}
</style>
background-color css
<style>
a { background-color: #D7A327; }
a { background-color: rgb(215,163,39); }
div.DivClassName
{
background-color: #D7A327;
}
.BgClassName
{
background-color: #D7A327;
}
</style>
border-color css
<style>
span { border-color: #D7A327; }
span { border-color: rgb(215,163,39); }
td.TdClassName
{
border-color: #D7A327;
}
.TagClassName
{
border-color: #D7A327;
}
</style>