Shades of Galliano #D1A426
Tints of Galliano #D1A426
RGB
CMYK
RGB Variations
Color information
#D1A426 (or 0xD1A426) is known color: Galliano. HEX triplet: D1, A4 and 26. RGB value is (209,164,38). Sum of RGB (Red+Green+Blue) = 209+164+38=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A426 is #2E5BD9. Grayscale: #A3A3A3. Windows color (decimal): -3038170 or 2532561. OLE color: 2532561.
HSL color Cylindrical-coordinate representation of color #D1A426: hue angle of 44.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1A426 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 38 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.18 |
| HSL | 44.21º | 0.69% | 0.48% | - |
| HSV(B) | 44.21º | 0.82% | 0.82% | - |
| XYZ | 39.92 | 40.25 | 7.5 | - |
| YUV | 163.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 38 | 0 | 0.22 | 0.82 | 0.18 | 44.21 | 0.69 | 0.48 |
| Hex | D1 | A4 | 26 | 0 | 16 | 52 | 12 | 2C | 45 | 30 |
| Octal | 321 | 244 | 46 | 0 | 26 | 122 | 22 | 54 | 105 | 60 |
| Binary | 11010001 | 10100100 | 100110 | 0 | 10110 | 1010010 | 10010 | 101100 | 1000101 | 110000 |
Color Harmonies of #D1A426
Complementary color
Monochromatic Colors of #D1A426
Black with #D1A426
Text Example
Text Example
White with #D1A426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A426; }
p { color: rgb(209,164,38); }
H1.HeaderClassName
{
color: #D1A426;
}
.AnyTagClassName
{
color: #D1A426;
}
</style>
background-color css
<style>
a { background-color: #D1A426; }
a { background-color: rgb(209,164,38); }
div.DivClassName
{
background-color: #D1A426;
}
.BgClassName
{
background-color: #D1A426;
}
</style>
border-color css
<style>
span { border-color: #D1A426; }
span { border-color: rgb(209,164,38); }
td.TdClassName
{
border-color: #D1A426;
}
.TagClassName
{
border-color: #D1A426;
}
</style>