Shades of Galliano #D4AD28
Tints of Galliano #D4AD28
RGB
CMYK
RGB Variations
Color information
#D4AD28 (or 0xD4AD28) is known color: Galliano. HEX triplet: D4, AD and 28. RGB value is (212,173,40). Sum of RGB (Red+Green+Blue) = 212+173+40=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD28 is #2B52D7. Grayscale: #AAAAAA. Windows color (decimal): -2839256 or 2665940. OLE color: 2665940.
HSL color Cylindrical-coordinate representation of color #D4AD28: hue angle of 46.4º 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 #D4AD28 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 40 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.17 |
| HSL | 46.4º | 0.68% | 0.49% | - |
| HSV(B) | 46.4º | 0.81% | 0.83% | - |
| XYZ | 42.48 | 44.04 | 8.27 | - |
| YUV | 169.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 40 | 0 | 0.18 | 0.81 | 0.17 | 46.4 | 0.68 | 0.49 |
| Hex | D4 | AD | 28 | 0 | 12 | 51 | 11 | 2E | 44 | 31 |
| Octal | 324 | 255 | 50 | 0 | 22 | 121 | 21 | 56 | 104 | 61 |
| Binary | 11010100 | 10101101 | 101000 | 0 | 10010 | 1010001 | 10001 | 101110 | 1000100 | 110001 |
Color Harmonies of #D4AD28
Complementary color
Monochromatic Colors of #D4AD28
Black with #D4AD28
Text Example
Text Example
White with #D4AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD28; }
p { color: rgb(212,173,40); }
H1.HeaderClassName
{
color: #D4AD28;
}
.AnyTagClassName
{
color: #D4AD28;
}
</style>
background-color css
<style>
a { background-color: #D4AD28; }
a { background-color: rgb(212,173,40); }
div.DivClassName
{
background-color: #D4AD28;
}
.BgClassName
{
background-color: #D4AD28;
}
</style>
border-color css
<style>
span { border-color: #D4AD28; }
span { border-color: rgb(212,173,40); }
td.TdClassName
{
border-color: #D4AD28;
}
.TagClassName
{
border-color: #D4AD28;
}
</style>