Shades of Galliano #D3AC14
Tints of Galliano #D3AC14
RGB
CMYK
RGB Variations
Color information
#D3AC14 (or 0xD3AC14) is known color: Galliano. HEX triplet: D3, AC and 14. RGB value is (211,172,20). Sum of RGB (Red+Green+Blue) = 211+172+20=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AC14 is #2C53EB. Grayscale: #A6A6A6. Windows color (decimal): -2905068 or 1354963. OLE color: 1354963.
HSL color Cylindrical-coordinate representation of color #D3AC14: hue angle of 47.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3AC14 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.17 |
| HSL | 47.75º | 0.83% | 0.45% | - |
| HSV(B) | 47.75º | 0.91% | 0.83% | - |
| XYZ | 41.74 | 43.4 | 6.84 | - |
| YUV | 166.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 20 | 0 | 0.18 | 0.91 | 0.17 | 47.75 | 0.83 | 0.45 |
| Hex | D3 | AC | 14 | 0 | 12 | 5B | 11 | 30 | 53 | 2D |
| Octal | 323 | 254 | 24 | 0 | 22 | 133 | 21 | 60 | 123 | 55 |
| Binary | 11010011 | 10101100 | 10100 | 0 | 10010 | 1011011 | 10001 | 110000 | 1010011 | 101101 |
Color Harmonies of #D3AC14
Complementary color
Monochromatic Colors of #D3AC14
Black with #D3AC14
Text Example
Text Example
White with #D3AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC14; }
p { color: rgb(211,172,20); }
H1.HeaderClassName
{
color: #D3AC14;
}
.AnyTagClassName
{
color: #D3AC14;
}
</style>
background-color css
<style>
a { background-color: #D3AC14; }
a { background-color: rgb(211,172,20); }
div.DivClassName
{
background-color: #D3AC14;
}
.BgClassName
{
background-color: #D3AC14;
}
</style>
border-color css
<style>
span { border-color: #D3AC14; }
span { border-color: rgb(211,172,20); }
td.TdClassName
{
border-color: #D3AC14;
}
.TagClassName
{
border-color: #D3AC14;
}
</style>