Shades of Galliano #D3A827
Tints of Galliano #D3A827
RGB
CMYK
RGB Variations
Color information
#D3A827 (or 0xD3A827) is known color: Galliano. HEX triplet: D3, A8 and 27. RGB value is (211,168,39). Sum of RGB (Red+Green+Blue) = 211+168+39=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A827 is #2C57D8. Grayscale: #A6A6A6. Windows color (decimal): -2906073 or 2599123. OLE color: 2599123.
HSL color Cylindrical-coordinate representation of color #D3A827: hue angle of 45º degrees, saturation: 0.69, 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 #D3A827 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 39 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.17 |
| HSL | 45º | 0.69% | 0.49% | - |
| HSV(B) | 45º | 0.82% | 0.83% | - |
| XYZ | 41.23 | 42 | 7.85 | - |
| YUV | 166.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 39 | 0 | 0.20 | 0.82 | 0.17 | 45 | 0.69 | 0.49 |
| Hex | D3 | A8 | 27 | 0 | 14 | 52 | 11 | 2D | 45 | 31 |
| Octal | 323 | 250 | 47 | 0 | 24 | 122 | 21 | 55 | 105 | 61 |
| Binary | 11010011 | 10101000 | 100111 | 0 | 10100 | 1010010 | 10001 | 101101 | 1000101 | 110001 |
Color Harmonies of #D3A827
Complementary color
Monochromatic Colors of #D3A827
Black with #D3A827
Text Example
Text Example
White with #D3A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A827; }
p { color: rgb(211,168,39); }
H1.HeaderClassName
{
color: #D3A827;
}
.AnyTagClassName
{
color: #D3A827;
}
</style>
background-color css
<style>
a { background-color: #D3A827; }
a { background-color: rgb(211,168,39); }
div.DivClassName
{
background-color: #D3A827;
}
.BgClassName
{
background-color: #D3A827;
}
</style>
border-color css
<style>
span { border-color: #D3A827; }
span { border-color: rgb(211,168,39); }
td.TdClassName
{
border-color: #D3A827;
}
.TagClassName
{
border-color: #D3A827;
}
</style>