Shades of Galliano #D5A22F
Tints of Galliano #D5A22F
RGB
CMYK
RGB Variations
Color information
#D5A22F (or 0xD5A22F) is known color: Galliano. HEX triplet: D5, A2 and 2F. RGB value is (213,162,47). Sum of RGB (Red+Green+Blue) = 213+162+47=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A22F is #2A5DD0. Grayscale: #A4A4A4. Windows color (decimal): -2776529 or 3121877. OLE color: 3121877.
HSL color Cylindrical-coordinate representation of color #D5A22F: hue angle of 41.57º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5A22F is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 47 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.16 |
| HSL | 41.57º | 0.66% | 0.51% | - |
| HSV(B) | 41.57º | 0.78% | 0.84% | - |
| XYZ | 40.87 | 40.19 | 8.29 | - |
| YUV | 164.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 47 | 0 | 0.24 | 0.78 | 0.16 | 41.57 | 0.66 | 0.51 |
| Hex | D5 | A2 | 2F | 0 | 18 | 4E | 10 | 2A | 42 | 33 |
| Octal | 325 | 242 | 57 | 0 | 30 | 116 | 20 | 52 | 102 | 63 |
| Binary | 11010101 | 10100010 | 101111 | 0 | 11000 | 1001110 | 10000 | 101010 | 1000010 | 110011 |
Color Harmonies of #D5A22F
Complementary color
Monochromatic Colors of #D5A22F
Black with #D5A22F
Text Example
Text Example
White with #D5A22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A22F; }
p { color: rgb(213,162,47); }
H1.HeaderClassName
{
color: #D5A22F;
}
.AnyTagClassName
{
color: #D5A22F;
}
</style>
background-color css
<style>
a { background-color: #D5A22F; }
a { background-color: rgb(213,162,47); }
div.DivClassName
{
background-color: #D5A22F;
}
.BgClassName
{
background-color: #D5A22F;
}
</style>
border-color css
<style>
span { border-color: #D5A22F; }
span { border-color: rgb(213,162,47); }
td.TdClassName
{
border-color: #D5A22F;
}
.TagClassName
{
border-color: #D5A22F;
}
</style>