Shades of Galliano #D3A22B
Tints of Galliano #D3A22B
RGB
CMYK
RGB Variations
Color information
#D3A22B (or 0xD3A22B) is known color: Galliano. HEX triplet: D3, A2 and 2B. RGB value is (211,162,43). Sum of RGB (Red+Green+Blue) = 211+162+43=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A22B is #2C5DD4. Grayscale: #A3A3A3. Windows color (decimal): -2907605 or 2859731. OLE color: 2859731.
HSL color Cylindrical-coordinate representation of color #D3A22B: hue angle of 42.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3A22B is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 43 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.17 |
| HSL | 42.5º | 0.66% | 0.5% | - |
| HSV(B) | 42.5º | 0.8% | 0.83% | - |
| XYZ | 40.22 | 39.86 | 7.86 | - |
| YUV | 163.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 43 | 0 | 0.23 | 0.80 | 0.17 | 42.5 | 0.66 | 0.5 |
| Hex | D3 | A2 | 2B | 0 | 17 | 50 | 11 | 2A | 42 | 32 |
| Octal | 323 | 242 | 53 | 0 | 27 | 120 | 21 | 52 | 102 | 62 |
| Binary | 11010011 | 10100010 | 101011 | 0 | 10111 | 1010000 | 10001 | 101010 | 1000010 | 110010 |
Color Harmonies of #D3A22B
Complementary color
Monochromatic Colors of #D3A22B
Black with #D3A22B
Text Example
Text Example
White with #D3A22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A22B; }
p { color: rgb(211,162,43); }
H1.HeaderClassName
{
color: #D3A22B;
}
.AnyTagClassName
{
color: #D3A22B;
}
</style>
background-color css
<style>
a { background-color: #D3A22B; }
a { background-color: rgb(211,162,43); }
div.DivClassName
{
background-color: #D3A22B;
}
.BgClassName
{
background-color: #D3A22B;
}
</style>
border-color css
<style>
span { border-color: #D3A22B; }
span { border-color: rgb(211,162,43); }
td.TdClassName
{
border-color: #D3A22B;
}
.TagClassName
{
border-color: #D3A22B;
}
</style>