Shades of Galliano #D1A62B
Tints of Galliano #D1A62B
RGB
CMYK
RGB Variations
Color information
#D1A62B (or 0xD1A62B) is known color: Galliano. HEX triplet: D1, A6 and 2B. RGB value is (209,166,43). Sum of RGB (Red+Green+Blue) = 209+166+43=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A62B is #2E59D4. Grayscale: #A5A5A5. Windows color (decimal): -3037653 or 2860753. OLE color: 2860753.
HSL color Cylindrical-coordinate representation of color #D1A62B: hue angle of 44.46º 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 #D1A62B is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 43 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.18 |
| HSL | 44.46º | 0.66% | 0.49% | - |
| HSV(B) | 44.46º | 0.79% | 0.82% | - |
| XYZ | 40.37 | 41 | 8.07 | - |
| YUV | 164.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 43 | 0 | 0.21 | 0.79 | 0.18 | 44.46 | 0.66 | 0.49 |
| Hex | D1 | A6 | 2B | 0 | 15 | 4F | 12 | 2C | 42 | 31 |
| Octal | 321 | 246 | 53 | 0 | 25 | 117 | 22 | 54 | 102 | 61 |
| Binary | 11010001 | 10100110 | 101011 | 0 | 10101 | 1001111 | 10010 | 101100 | 1000010 | 110001 |
Color Harmonies of #D1A62B
Complementary color
Monochromatic Colors of #D1A62B
Black with #D1A62B
Text Example
Text Example
White with #D1A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A62B; }
p { color: rgb(209,166,43); }
H1.HeaderClassName
{
color: #D1A62B;
}
.AnyTagClassName
{
color: #D1A62B;
}
</style>
background-color css
<style>
a { background-color: #D1A62B; }
a { background-color: rgb(209,166,43); }
div.DivClassName
{
background-color: #D1A62B;
}
.BgClassName
{
background-color: #D1A62B;
}
</style>
border-color css
<style>
span { border-color: #D1A62B; }
span { border-color: rgb(209,166,43); }
td.TdClassName
{
border-color: #D1A62B;
}
.TagClassName
{
border-color: #D1A62B;
}
</style>