Shades of Galliano #D7A31B
Tints of Galliano #D7A31B
RGB
CMYK
RGB Variations
Color information
#D7A31B (or 0xD7A31B) is known color: Galliano. HEX triplet: D7, A3 and 1B. RGB value is (215,163,27). Sum of RGB (Red+Green+Blue) = 215+163+27=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A31B is #285CE4. Grayscale: #A3A3A3. Windows color (decimal): -2645221 or 1811415. OLE color: 1811415.
HSL color Cylindrical-coordinate representation of color #D7A31B: hue angle of 43.4º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7A31B is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 27 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.16 |
| HSL | 43.4º | 0.78% | 0.47% | - |
| HSV(B) | 43.4º | 0.87% | 0.84% | - |
| XYZ | 41.32 | 40.72 | 6.72 | - |
| YUV | 163.04 | 51.23 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 27 | 0 | 0.24 | 0.87 | 0.16 | 43.4 | 0.78 | 0.47 |
| Hex | D7 | A3 | 1B | 0 | 18 | 57 | 10 | 2B | 4E | 2F |
| Octal | 327 | 243 | 33 | 0 | 30 | 127 | 20 | 53 | 116 | 57 |
| Binary | 11010111 | 10100011 | 11011 | 0 | 11000 | 1010111 | 10000 | 101011 | 1001110 | 101111 |
Color Harmonies of #D7A31B
Complementary color
Monochromatic Colors of #D7A31B
Black with #D7A31B
Text Example
Text Example
White with #D7A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A31B; }
p { color: rgb(215,163,27); }
H1.HeaderClassName
{
color: #D7A31B;
}
.AnyTagClassName
{
color: #D7A31B;
}
</style>
background-color css
<style>
a { background-color: #D7A31B; }
a { background-color: rgb(215,163,27); }
div.DivClassName
{
background-color: #D7A31B;
}
.BgClassName
{
background-color: #D7A31B;
}
</style>
border-color css
<style>
span { border-color: #D7A31B; }
span { border-color: rgb(215,163,27); }
td.TdClassName
{
border-color: #D7A31B;
}
.TagClassName
{
border-color: #D7A31B;
}
</style>