Shades of Galliano #D5A12D
Tints of Galliano #D5A12D
RGB
CMYK
RGB Variations
Color information
#D5A12D (or 0xD5A12D) is known color: Galliano. HEX triplet: D5, A1 and 2D. RGB value is (213,161,45). Sum of RGB (Red+Green+Blue) = 213+161+45=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A12D is #2A5ED2. Grayscale: #A3A3A3. Windows color (decimal): -2776787 or 2990549. OLE color: 2990549.
HSL color Cylindrical-coordinate representation of color #D5A12D: hue angle of 41.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5A12D is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 45 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.16 |
| HSL | 41.43º | 0.67% | 0.51% | - |
| HSV(B) | 41.43º | 0.79% | 0.84% | - |
| XYZ | 40.66 | 39.83 | 8.03 | - |
| YUV | 163.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 45 | 0 | 0.24 | 0.79 | 0.16 | 41.43 | 0.67 | 0.51 |
| Hex | D5 | A1 | 2D | 0 | 18 | 4F | 10 | 29 | 43 | 33 |
| Octal | 325 | 241 | 55 | 0 | 30 | 117 | 20 | 51 | 103 | 63 |
| Binary | 11010101 | 10100001 | 101101 | 0 | 11000 | 1001111 | 10000 | 101001 | 1000011 | 110011 |
Color Harmonies of #D5A12D
Complementary color
Monochromatic Colors of #D5A12D
Black with #D5A12D
Text Example
Text Example
White with #D5A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A12D; }
p { color: rgb(213,161,45); }
H1.HeaderClassName
{
color: #D5A12D;
}
.AnyTagClassName
{
color: #D5A12D;
}
</style>
background-color css
<style>
a { background-color: #D5A12D; }
a { background-color: rgb(213,161,45); }
div.DivClassName
{
background-color: #D5A12D;
}
.BgClassName
{
background-color: #D5A12D;
}
</style>
border-color css
<style>
span { border-color: #D5A12D; }
span { border-color: rgb(213,161,45); }
td.TdClassName
{
border-color: #D5A12D;
}
.TagClassName
{
border-color: #D5A12D;
}
</style>