Shades of Galliano #D3A130
Tints of Galliano #D3A130
RGB
CMYK
RGB Variations
Color information
#D3A130 (or 0xD3A130) is known color: Galliano. HEX triplet: D3, A1 and 30. RGB value is (211,161,48). Sum of RGB (Red+Green+Blue) = 211+161+48=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A130 is #2C5ECF. Grayscale: #A3A3A3. Windows color (decimal): -2907856 or 3187155. OLE color: 3187155.
HSL color Cylindrical-coordinate representation of color #D3A130: hue angle of 41.6º degrees, saturation: 0.65, 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 #D3A130 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 48 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.17 |
| HSL | 41.6º | 0.65% | 0.51% | - |
| HSV(B) | 41.6º | 0.77% | 0.83% | - |
| XYZ | 40.14 | 39.55 | 8.31 | - |
| YUV | 163.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 48 | 0 | 0.24 | 0.77 | 0.17 | 41.6 | 0.65 | 0.51 |
| Hex | D3 | A1 | 30 | 0 | 18 | 4D | 11 | 2A | 41 | 33 |
| Octal | 323 | 241 | 60 | 0 | 30 | 115 | 21 | 52 | 101 | 63 |
| Binary | 11010011 | 10100001 | 110000 | 0 | 11000 | 1001101 | 10001 | 101010 | 1000001 | 110011 |
Color Harmonies of #D3A130
Complementary color
Monochromatic Colors of #D3A130
Black with #D3A130
Text Example
Text Example
White with #D3A130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A130; }
p { color: rgb(211,161,48); }
H1.HeaderClassName
{
color: #D3A130;
}
.AnyTagClassName
{
color: #D3A130;
}
</style>
background-color css
<style>
a { background-color: #D3A130; }
a { background-color: rgb(211,161,48); }
div.DivClassName
{
background-color: #D3A130;
}
.BgClassName
{
background-color: #D3A130;
}
</style>
border-color css
<style>
span { border-color: #D3A130; }
span { border-color: rgb(211,161,48); }
td.TdClassName
{
border-color: #D3A130;
}
.TagClassName
{
border-color: #D3A130;
}
</style>