Shades of Galliano #D4A825
Tints of Galliano #D4A825
RGB
CMYK
RGB Variations
Color information
#D4A825 (or 0xD4A825) is known color: Galliano. HEX triplet: D4, A8 and 25. RGB value is (212,168,37). Sum of RGB (Red+Green+Blue) = 212+168+37=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A825 is #2B57DA. Grayscale: #A6A6A6. Windows color (decimal): -2840539 or 2468052. OLE color: 2468052.
HSL color Cylindrical-coordinate representation of color #D4A825: hue angle of 44.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4A825 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 37 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.17 |
| HSL | 44.91º | 0.7% | 0.49% | - |
| HSV(B) | 44.91º | 0.83% | 0.83% | - |
| XYZ | 41.49 | 42.14 | 7.7 | - |
| YUV | 166.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 37 | 0 | 0.21 | 0.83 | 0.17 | 44.91 | 0.7 | 0.49 |
| Hex | D4 | A8 | 25 | 0 | 15 | 53 | 11 | 2D | 46 | 31 |
| Octal | 324 | 250 | 45 | 0 | 25 | 123 | 21 | 55 | 106 | 61 |
| Binary | 11010100 | 10101000 | 100101 | 0 | 10101 | 1010011 | 10001 | 101101 | 1000110 | 110001 |
Color Harmonies of #D4A825
Complementary color
Monochromatic Colors of #D4A825
Black with #D4A825
Text Example
Text Example
White with #D4A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A825; }
p { color: rgb(212,168,37); }
H1.HeaderClassName
{
color: #D4A825;
}
.AnyTagClassName
{
color: #D4A825;
}
</style>
background-color css
<style>
a { background-color: #D4A825; }
a { background-color: rgb(212,168,37); }
div.DivClassName
{
background-color: #D4A825;
}
.BgClassName
{
background-color: #D4A825;
}
</style>
border-color css
<style>
span { border-color: #D4A825; }
span { border-color: rgb(212,168,37); }
td.TdClassName
{
border-color: #D4A825;
}
.TagClassName
{
border-color: #D4A825;
}
</style>