Shades of Galliano #D5A51C
Tints of Galliano #D5A51C
RGB
CMYK
RGB Variations
Color information
#D5A51C (or 0xD5A51C) is known color: Galliano. HEX triplet: D5, A5 and 1C. RGB value is (213,165,28). Sum of RGB (Red+Green+Blue) = 213+165+28=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A51C is #2A5AE3. Grayscale: #A4A4A4. Windows color (decimal): -2775780 or 1877461. OLE color: 1877461.
HSL color Cylindrical-coordinate representation of color #D5A51C: hue angle of 44.43º degrees, saturation: 0.77, 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 #D5A51C is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 28 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.16 |
| HSL | 44.43º | 0.77% | 0.47% | - |
| HSV(B) | 44.43º | 0.87% | 0.84% | - |
| XYZ | 41.11 | 41.14 | 6.87 | - |
| YUV | 163.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 28 | 0 | 0.23 | 0.87 | 0.16 | 44.43 | 0.77 | 0.47 |
| Hex | D5 | A5 | 1C | 0 | 17 | 57 | 10 | 2C | 4D | 2F |
| Octal | 325 | 245 | 34 | 0 | 27 | 127 | 20 | 54 | 115 | 57 |
| Binary | 11010101 | 10100101 | 11100 | 0 | 10111 | 1010111 | 10000 | 101100 | 1001101 | 101111 |
Color Harmonies of #D5A51C
Complementary color
Monochromatic Colors of #D5A51C
Black with #D5A51C
Text Example
Text Example
White with #D5A51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A51C; }
p { color: rgb(213,165,28); }
H1.HeaderClassName
{
color: #D5A51C;
}
.AnyTagClassName
{
color: #D5A51C;
}
</style>
background-color css
<style>
a { background-color: #D5A51C; }
a { background-color: rgb(213,165,28); }
div.DivClassName
{
background-color: #D5A51C;
}
.BgClassName
{
background-color: #D5A51C;
}
</style>
border-color css
<style>
span { border-color: #D5A51C; }
span { border-color: rgb(213,165,28); }
td.TdClassName
{
border-color: #D5A51C;
}
.TagClassName
{
border-color: #D5A51C;
}
</style>