Shades of Galliano #D4AA28
Tints of Galliano #D4AA28
RGB
CMYK
RGB Variations
Color information
#D4AA28 (or 0xD4AA28) is known color: Galliano. HEX triplet: D4, AA and 28. RGB value is (212,170,40). Sum of RGB (Red+Green+Blue) = 212+170+40=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AA28 is #2B55D7. Grayscale: #A8A8A8. Windows color (decimal): -2840024 or 2665172. OLE color: 2665172.
HSL color Cylindrical-coordinate representation of color #D4AA28: hue angle of 45.35º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4AA28 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 40 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.17 |
| HSL | 45.35º | 0.68% | 0.49% | - |
| HSV(B) | 45.35º | 0.81% | 0.83% | - |
| XYZ | 41.91 | 42.9 | 8.08 | - |
| YUV | 167.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 40 | 0 | 0.20 | 0.81 | 0.17 | 45.35 | 0.68 | 0.49 |
| Hex | D4 | AA | 28 | 0 | 14 | 51 | 11 | 2D | 44 | 31 |
| Octal | 324 | 252 | 50 | 0 | 24 | 121 | 21 | 55 | 104 | 61 |
| Binary | 11010100 | 10101010 | 101000 | 0 | 10100 | 1010001 | 10001 | 101101 | 1000100 | 110001 |
Color Harmonies of #D4AA28
Complementary color
Monochromatic Colors of #D4AA28
Black with #D4AA28
Text Example
Text Example
White with #D4AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA28; }
p { color: rgb(212,170,40); }
H1.HeaderClassName
{
color: #D4AA28;
}
.AnyTagClassName
{
color: #D4AA28;
}
</style>
background-color css
<style>
a { background-color: #D4AA28; }
a { background-color: rgb(212,170,40); }
div.DivClassName
{
background-color: #D4AA28;
}
.BgClassName
{
background-color: #D4AA28;
}
</style>
border-color css
<style>
span { border-color: #D4AA28; }
span { border-color: rgb(212,170,40); }
td.TdClassName
{
border-color: #D4AA28;
}
.TagClassName
{
border-color: #D4AA28;
}
</style>