Shades of Galliano #D1A726
Tints of Galliano #D1A726
RGB
CMYK
RGB Variations
Color information
#D1A726 (or 0xD1A726) is known color: Galliano. HEX triplet: D1, A7 and 26. RGB value is (209,167,38). Sum of RGB (Red+Green+Blue) = 209+167+38=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A726 is #2E58D9. Grayscale: #A5A5A5. Windows color (decimal): -3037402 or 2533329. OLE color: 2533329.
HSL color Cylindrical-coordinate representation of color #D1A726: hue angle of 45.26º 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 #D1A726 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 38 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.18 |
| HSL | 45.26º | 0.69% | 0.48% | - |
| HSV(B) | 45.26º | 0.82% | 0.82% | - |
| XYZ | 40.46 | 41.33 | 7.68 | - |
| YUV | 164.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 38 | 0 | 0.20 | 0.82 | 0.18 | 45.26 | 0.69 | 0.48 |
| Hex | D1 | A7 | 26 | 0 | 14 | 52 | 12 | 2D | 45 | 30 |
| Octal | 321 | 247 | 46 | 0 | 24 | 122 | 22 | 55 | 105 | 60 |
| Binary | 11010001 | 10100111 | 100110 | 0 | 10100 | 1010010 | 10010 | 101101 | 1000101 | 110000 |
Color Harmonies of #D1A726
Complementary color
Monochromatic Colors of #D1A726
Black with #D1A726
Text Example
Text Example
White with #D1A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A726; }
p { color: rgb(209,167,38); }
H1.HeaderClassName
{
color: #D1A726;
}
.AnyTagClassName
{
color: #D1A726;
}
</style>
background-color css
<style>
a { background-color: #D1A726; }
a { background-color: rgb(209,167,38); }
div.DivClassName
{
background-color: #D1A726;
}
.BgClassName
{
background-color: #D1A726;
}
</style>
border-color css
<style>
span { border-color: #D1A726; }
span { border-color: rgb(209,167,38); }
td.TdClassName
{
border-color: #D1A726;
}
.TagClassName
{
border-color: #D1A726;
}
</style>