Shades of Galliano #D7A827
Tints of Galliano #D7A827
RGB
CMYK
RGB Variations
Color information
#D7A827 (or 0xD7A827) is known color: Galliano. HEX triplet: D7, A8 and 27. RGB value is (215,168,39). Sum of RGB (Red+Green+Blue) = 215+168+39=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A827 is #2857D8. Grayscale: #A7A7A7. Windows color (decimal): -2643929 or 2599127. OLE color: 2599127.
HSL color Cylindrical-coordinate representation of color #D7A827: hue angle of 43.98º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7A827 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 39 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.16 |
| HSL | 43.98º | 0.69% | 0.5% | - |
| HSV(B) | 43.98º | 0.82% | 0.84% | - |
| XYZ | 42.39 | 42.6 | 7.91 | - |
| YUV | 167.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 39 | 0 | 0.22 | 0.82 | 0.16 | 43.98 | 0.69 | 0.5 |
| Hex | D7 | A8 | 27 | 0 | 16 | 52 | 10 | 2C | 45 | 32 |
| Octal | 327 | 250 | 47 | 0 | 26 | 122 | 20 | 54 | 105 | 62 |
| Binary | 11010111 | 10101000 | 100111 | 0 | 10110 | 1010010 | 10000 | 101100 | 1000101 | 110010 |
Color Harmonies of #D7A827
Complementary color
Monochromatic Colors of #D7A827
Black with #D7A827
Text Example
Text Example
White with #D7A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A827; }
p { color: rgb(215,168,39); }
H1.HeaderClassName
{
color: #D7A827;
}
.AnyTagClassName
{
color: #D7A827;
}
</style>
background-color css
<style>
a { background-color: #D7A827; }
a { background-color: rgb(215,168,39); }
div.DivClassName
{
background-color: #D7A827;
}
.BgClassName
{
background-color: #D7A827;
}
</style>
border-color css
<style>
span { border-color: #D7A827; }
span { border-color: rgb(215,168,39); }
td.TdClassName
{
border-color: #D7A827;
}
.TagClassName
{
border-color: #D7A827;
}
</style>