Shades of Galliano #D5A52F
Tints of Galliano #D5A52F
RGB
CMYK
RGB Variations
Color information
#D5A52F (or 0xD5A52F) is known color: Galliano. HEX triplet: D5, A5 and 2F. RGB value is (213,165,47). Sum of RGB (Red+Green+Blue) = 213+165+47=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A52F is #2A5AD0. Grayscale: #A6A6A6. Windows color (decimal): -2775761 or 3122645. OLE color: 3122645.
HSL color Cylindrical-coordinate representation of color #D5A52F: hue angle of 42.65º 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 #D5A52F is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 47 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.16 |
| HSL | 42.65º | 0.66% | 0.51% | - |
| HSV(B) | 42.65º | 0.78% | 0.84% | - |
| XYZ | 41.41 | 41.26 | 8.47 | - |
| YUV | 165.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 47 | 0 | 0.23 | 0.78 | 0.16 | 42.65 | 0.66 | 0.51 |
| Hex | D5 | A5 | 2F | 0 | 17 | 4E | 10 | 2B | 42 | 33 |
| Octal | 325 | 245 | 57 | 0 | 27 | 116 | 20 | 53 | 102 | 63 |
| Binary | 11010101 | 10100101 | 101111 | 0 | 10111 | 1001110 | 10000 | 101011 | 1000010 | 110011 |
Color Harmonies of #D5A52F
Complementary color
Monochromatic Colors of #D5A52F
Black with #D5A52F
Text Example
Text Example
White with #D5A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A52F; }
p { color: rgb(213,165,47); }
H1.HeaderClassName
{
color: #D5A52F;
}
.AnyTagClassName
{
color: #D5A52F;
}
</style>
background-color css
<style>
a { background-color: #D5A52F; }
a { background-color: rgb(213,165,47); }
div.DivClassName
{
background-color: #D5A52F;
}
.BgClassName
{
background-color: #D5A52F;
}
</style>
border-color css
<style>
span { border-color: #D5A52F; }
span { border-color: rgb(213,165,47); }
td.TdClassName
{
border-color: #D5A52F;
}
.TagClassName
{
border-color: #D5A52F;
}
</style>