Shades of Galliano #D3AA25
Tints of Galliano #D3AA25
RGB
CMYK
RGB Variations
Color information
#D3AA25 (or 0xD3AA25) is known color: Galliano. HEX triplet: D3, AA and 25. RGB value is (211,170,37). Sum of RGB (Red+Green+Blue) = 211+170+37=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AA25 is #2C55DA. Grayscale: #A7A7A7. Windows color (decimal): -2905563 or 2468563. OLE color: 2468563.
HSL color Cylindrical-coordinate representation of color #D3AA25: hue angle of 45.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3AA25 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 37 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.17 |
| HSL | 45.86º | 0.7% | 0.49% | - |
| HSV(B) | 45.86º | 0.82% | 0.83% | - |
| XYZ | 41.57 | 42.73 | 7.81 | - |
| YUV | 167.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 37 | 0 | 0.19 | 0.82 | 0.17 | 45.86 | 0.7 | 0.49 |
| Hex | D3 | AA | 25 | 0 | 13 | 52 | 11 | 2E | 46 | 31 |
| Octal | 323 | 252 | 45 | 0 | 23 | 122 | 21 | 56 | 106 | 61 |
| Binary | 11010011 | 10101010 | 100101 | 0 | 10011 | 1010010 | 10001 | 101110 | 1000110 | 110001 |
Color Harmonies of #D3AA25
Complementary color
Monochromatic Colors of #D3AA25
Black with #D3AA25
Text Example
Text Example
White with #D3AA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AA25; }
p { color: rgb(211,170,37); }
H1.HeaderClassName
{
color: #D3AA25;
}
.AnyTagClassName
{
color: #D3AA25;
}
</style>
background-color css
<style>
a { background-color: #D3AA25; }
a { background-color: rgb(211,170,37); }
div.DivClassName
{
background-color: #D3AA25;
}
.BgClassName
{
background-color: #D3AA25;
}
</style>
border-color css
<style>
span { border-color: #D3AA25; }
span { border-color: rgb(211,170,37); }
td.TdClassName
{
border-color: #D3AA25;
}
.TagClassName
{
border-color: #D3AA25;
}
</style>