Shades of Galliano #D4A330
Tints of Galliano #D4A330
RGB
CMYK
RGB Variations
Color information
#D4A330 (or 0xD4A330) is known color: Galliano. HEX triplet: D4, A3 and 30. RGB value is (212,163,48). Sum of RGB (Red+Green+Blue) = 212+163+48=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A330 is #2B5CCF. Grayscale: #A5A5A5. Windows color (decimal): -2841808 or 3187668. OLE color: 3187668.
HSL color Cylindrical-coordinate representation of color #D4A330: hue angle of 42.07º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4A330 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 48 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.17 |
| HSL | 42.07º | 0.66% | 0.51% | - |
| HSV(B) | 42.07º | 0.77% | 0.83% | - |
| XYZ | 40.78 | 40.4 | 8.45 | - |
| YUV | 164.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 48 | 0 | 0.23 | 0.77 | 0.17 | 42.07 | 0.66 | 0.51 |
| Hex | D4 | A3 | 30 | 0 | 17 | 4D | 11 | 2A | 42 | 33 |
| Octal | 324 | 243 | 60 | 0 | 27 | 115 | 21 | 52 | 102 | 63 |
| Binary | 11010100 | 10100011 | 110000 | 0 | 10111 | 1001101 | 10001 | 101010 | 1000010 | 110011 |
Color Harmonies of #D4A330
Complementary color
Monochromatic Colors of #D4A330
Black with #D4A330
Text Example
Text Example
White with #D4A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A330; }
p { color: rgb(212,163,48); }
H1.HeaderClassName
{
color: #D4A330;
}
.AnyTagClassName
{
color: #D4A330;
}
</style>
background-color css
<style>
a { background-color: #D4A330; }
a { background-color: rgb(212,163,48); }
div.DivClassName
{
background-color: #D4A330;
}
.BgClassName
{
background-color: #D4A330;
}
</style>
border-color css
<style>
span { border-color: #D4A330; }
span { border-color: rgb(212,163,48); }
td.TdClassName
{
border-color: #D4A330;
}
.TagClassName
{
border-color: #D4A330;
}
</style>