Shades of Galliano #D4A60F
Tints of Galliano #D4A60F
RGB
CMYK
RGB Variations
Color information
#D4A60F (or 0xD4A60F) is known color: Galliano. HEX triplet: D4, A6 and 0F. RGB value is (212,166,15). Sum of RGB (Red+Green+Blue) = 212+166+15=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A60F is #2B59F0. Grayscale: #A3A3A3. Windows color (decimal): -2841073 or 1025748. OLE color: 1025748.
HSL color Cylindrical-coordinate representation of color #D4A60F: hue angle of 45.99º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4A60F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.17 |
| HSL | 45.99º | 0.87% | 0.45% | - |
| HSV(B) | 45.99º | 0.93% | 0.83% | - |
| XYZ | 40.87 | 41.3 | 6.27 | - |
| YUV | 162.54 | 44.74 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 15 | 0 | 0.22 | 0.93 | 0.17 | 45.99 | 0.87 | 0.45 |
| Hex | D4 | A6 | F | 0 | 16 | 5D | 11 | 2E | 57 | 2D |
| Octal | 324 | 246 | 17 | 0 | 26 | 135 | 21 | 56 | 127 | 55 |
| Binary | 11010100 | 10100110 | 1111 | 0 | 10110 | 1011101 | 10001 | 101110 | 1010111 | 101101 |
Color Harmonies of #D4A60F
Complementary color
Monochromatic Colors of #D4A60F
Black with #D4A60F
Text Example
Text Example
White with #D4A60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A60F; }
p { color: rgb(212,166,15); }
H1.HeaderClassName
{
color: #D4A60F;
}
.AnyTagClassName
{
color: #D4A60F;
}
</style>
background-color css
<style>
a { background-color: #D4A60F; }
a { background-color: rgb(212,166,15); }
div.DivClassName
{
background-color: #D4A60F;
}
.BgClassName
{
background-color: #D4A60F;
}
</style>
border-color css
<style>
span { border-color: #D4A60F; }
span { border-color: rgb(212,166,15); }
td.TdClassName
{
border-color: #D4A60F;
}
.TagClassName
{
border-color: #D4A60F;
}
</style>