Shades of Galliano #D1A52B
Tints of Galliano #D1A52B
RGB
CMYK
RGB Variations
Color information
#D1A52B (or 0xD1A52B) is known color: Galliano. HEX triplet: D1, A5 and 2B. RGB value is (209,165,43). Sum of RGB (Red+Green+Blue) = 209+165+43=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A52B is #2E5AD4. Grayscale: #A4A4A4. Windows color (decimal): -3037909 or 2860497. OLE color: 2860497.
HSL color Cylindrical-coordinate representation of color #D1A52B: hue angle of 44.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1A52B is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 165 | 43 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.18 |
| HSL | 44.1º | 0.66% | 0.49% | - |
| HSV(B) | 44.1º | 0.79% | 0.82% | - |
| XYZ | 40.19 | 40.64 | 8.01 | - |
| YUV | 164.25 | 59.58 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 43 | 0 | 0.21 | 0.79 | 0.18 | 44.1 | 0.66 | 0.49 |
| Hex | D1 | A5 | 2B | 0 | 15 | 4F | 12 | 2C | 42 | 31 |
| Octal | 321 | 245 | 53 | 0 | 25 | 117 | 22 | 54 | 102 | 61 |
| Binary | 11010001 | 10100101 | 101011 | 0 | 10101 | 1001111 | 10010 | 101100 | 1000010 | 110001 |
Color Harmonies of #D1A52B
Complementary color
Monochromatic Colors of #D1A52B
Black with #D1A52B
Text Example
Text Example
White with #D1A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A52B; }
p { color: rgb(209,165,43); }
H1.HeaderClassName
{
color: #D1A52B;
}
.AnyTagClassName
{
color: #D1A52B;
}
</style>
background-color css
<style>
a { background-color: #D1A52B; }
a { background-color: rgb(209,165,43); }
div.DivClassName
{
background-color: #D1A52B;
}
.BgClassName
{
background-color: #D1A52B;
}
</style>
border-color css
<style>
span { border-color: #D1A52B; }
span { border-color: rgb(209,165,43); }
td.TdClassName
{
border-color: #D1A52B;
}
.TagClassName
{
border-color: #D1A52B;
}
</style>