Shades of Galliano #D3A31A
Tints of Galliano #D3A31A
RGB
CMYK
RGB Variations
Color information
#D3A31A (or 0xD3A31A) is known color: Galliano. HEX triplet: D3, A3 and 1A. RGB value is (211,163,26). Sum of RGB (Red+Green+Blue) = 211+163+26=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A31A is #2C5CE5. Grayscale: #A2A2A2. Windows color (decimal): -2907366 or 1745875. OLE color: 1745875.
HSL color Cylindrical-coordinate representation of color #D3A31A: hue angle of 44.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3A31A is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 26 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.17 |
| HSL | 44.43º | 0.78% | 0.46% | - |
| HSV(B) | 44.43º | 0.88% | 0.83% | - |
| XYZ | 40.15 | 40.12 | 6.6 | - |
| YUV | 161.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 26 | 0 | 0.23 | 0.88 | 0.17 | 44.43 | 0.78 | 0.46 |
| Hex | D3 | A3 | 1A | 0 | 17 | 58 | 11 | 2C | 4E | 2E |
| Octal | 323 | 243 | 32 | 0 | 27 | 130 | 21 | 54 | 116 | 56 |
| Binary | 11010011 | 10100011 | 11010 | 0 | 10111 | 1011000 | 10001 | 101100 | 1001110 | 101110 |
Color Harmonies of #D3A31A
Complementary color
Monochromatic Colors of #D3A31A
Black with #D3A31A
Text Example
Text Example
White with #D3A31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A31A; }
p { color: rgb(211,163,26); }
H1.HeaderClassName
{
color: #D3A31A;
}
.AnyTagClassName
{
color: #D3A31A;
}
</style>
background-color css
<style>
a { background-color: #D3A31A; }
a { background-color: rgb(211,163,26); }
div.DivClassName
{
background-color: #D3A31A;
}
.BgClassName
{
background-color: #D3A31A;
}
</style>
border-color css
<style>
span { border-color: #D3A31A; }
span { border-color: rgb(211,163,26); }
td.TdClassName
{
border-color: #D3A31A;
}
.TagClassName
{
border-color: #D3A31A;
}
</style>