Shades of Galliano #D4A82C
Tints of Galliano #D4A82C
RGB
CMYK
RGB Variations
Color information
#D4A82C (or 0xD4A82C) is known color: Galliano. HEX triplet: D4, A8 and 2C. RGB value is (212,168,44). Sum of RGB (Red+Green+Blue) = 212+168+44=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A82C is #2B57D3. Grayscale: #A7A7A7. Windows color (decimal): -2840532 or 2926804. OLE color: 2926804.
HSL color Cylindrical-coordinate representation of color #D4A82C: hue angle of 44.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4A82C is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 44 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.17 |
| HSL | 44.29º | 0.66% | 0.5% | - |
| HSV(B) | 44.29º | 0.79% | 0.83% | - |
| XYZ | 41.61 | 42.18 | 8.33 | - |
| YUV | 167.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 44 | 0 | 0.21 | 0.79 | 0.17 | 44.29 | 0.66 | 0.5 |
| Hex | D4 | A8 | 2C | 0 | 15 | 4F | 11 | 2C | 42 | 32 |
| Octal | 324 | 250 | 54 | 0 | 25 | 117 | 21 | 54 | 102 | 62 |
| Binary | 11010100 | 10101000 | 101100 | 0 | 10101 | 1001111 | 10001 | 101100 | 1000010 | 110010 |
Color Harmonies of #D4A82C
Complementary color
Monochromatic Colors of #D4A82C
Black with #D4A82C
Text Example
Text Example
White with #D4A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A82C; }
p { color: rgb(212,168,44); }
H1.HeaderClassName
{
color: #D4A82C;
}
.AnyTagClassName
{
color: #D4A82C;
}
</style>
background-color css
<style>
a { background-color: #D4A82C; }
a { background-color: rgb(212,168,44); }
div.DivClassName
{
background-color: #D4A82C;
}
.BgClassName
{
background-color: #D4A82C;
}
</style>
border-color css
<style>
span { border-color: #D4A82C; }
span { border-color: rgb(212,168,44); }
td.TdClassName
{
border-color: #D4A82C;
}
.TagClassName
{
border-color: #D4A82C;
}
</style>