Shades of Galliano #D5A726
Tints of Galliano #D5A726
RGB
CMYK
RGB Variations
Color information
#D5A726 (or 0xD5A726) is known color: Galliano. HEX triplet: D5, A7 and 26. RGB value is (213,167,38). Sum of RGB (Red+Green+Blue) = 213+167+38=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A726 is #2A58D9. Grayscale: #A6A6A6. Windows color (decimal): -2775258 or 2533333. OLE color: 2533333.
HSL color Cylindrical-coordinate representation of color #D5A726: hue angle of 44.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5A726 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 38 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.16 |
| HSL | 44.23º | 0.7% | 0.49% | - |
| HSV(B) | 44.23º | 0.82% | 0.84% | - |
| XYZ | 41.61 | 41.92 | 7.73 | - |
| YUV | 166.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 38 | 0 | 0.22 | 0.82 | 0.16 | 44.23 | 0.7 | 0.49 |
| Hex | D5 | A7 | 26 | 0 | 16 | 52 | 10 | 2C | 46 | 31 |
| Octal | 325 | 247 | 46 | 0 | 26 | 122 | 20 | 54 | 106 | 61 |
| Binary | 11010101 | 10100111 | 100110 | 0 | 10110 | 1010010 | 10000 | 101100 | 1000110 | 110001 |
Color Harmonies of #D5A726
Complementary color
Monochromatic Colors of #D5A726
Black with #D5A726
Text Example
Text Example
White with #D5A726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A726; }
p { color: rgb(213,167,38); }
H1.HeaderClassName
{
color: #D5A726;
}
.AnyTagClassName
{
color: #D5A726;
}
</style>
background-color css
<style>
a { background-color: #D5A726; }
a { background-color: rgb(213,167,38); }
div.DivClassName
{
background-color: #D5A726;
}
.BgClassName
{
background-color: #D5A726;
}
</style>
border-color css
<style>
span { border-color: #D5A726; }
span { border-color: rgb(213,167,38); }
td.TdClassName
{
border-color: #D5A726;
}
.TagClassName
{
border-color: #D5A726;
}
</style>