Shades of Galliano #D1A228
Tints of Galliano #D1A228
RGB
CMYK
RGB Variations
Color information
#D1A228 (or 0xD1A228) is known color: Galliano. HEX triplet: D1, A2 and 28. RGB value is (209,162,40). Sum of RGB (Red+Green+Blue) = 209+162+40=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A228 is #2E5DD7. Grayscale: #A2A2A2. Windows color (decimal): -3038680 or 2663121. OLE color: 2663121.
HSL color Cylindrical-coordinate representation of color #D1A228: hue angle of 43.31º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1A228 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 40 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.18 |
| HSL | 43.31º | 0.68% | 0.49% | - |
| HSV(B) | 43.31º | 0.81% | 0.82% | - |
| XYZ | 39.6 | 39.55 | 7.55 | - |
| YUV | 162.15 | 59.07 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 40 | 0 | 0.22 | 0.81 | 0.18 | 43.31 | 0.68 | 0.49 |
| Hex | D1 | A2 | 28 | 0 | 16 | 51 | 12 | 2B | 44 | 31 |
| Octal | 321 | 242 | 50 | 0 | 26 | 121 | 22 | 53 | 104 | 61 |
| Binary | 11010001 | 10100010 | 101000 | 0 | 10110 | 1010001 | 10010 | 101011 | 1000100 | 110001 |
Color Harmonies of #D1A228
Complementary color
Monochromatic Colors of #D1A228
Black with #D1A228
Text Example
Text Example
White with #D1A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A228; }
p { color: rgb(209,162,40); }
H1.HeaderClassName
{
color: #D1A228;
}
.AnyTagClassName
{
color: #D1A228;
}
</style>
background-color css
<style>
a { background-color: #D1A228; }
a { background-color: rgb(209,162,40); }
div.DivClassName
{
background-color: #D1A228;
}
.BgClassName
{
background-color: #D1A228;
}
</style>
border-color css
<style>
span { border-color: #D1A228; }
span { border-color: rgb(209,162,40); }
td.TdClassName
{
border-color: #D1A228;
}
.TagClassName
{
border-color: #D1A228;
}
</style>