Shades of Galliano #D6AA27
Tints of Galliano #D6AA27
RGB
CMYK
RGB Variations
Color information
#D6AA27 (or 0xD6AA27) is known color: Galliano. HEX triplet: D6, AA and 27. RGB value is (214,170,39). Sum of RGB (Red+Green+Blue) = 214+170+39=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA27 is #2955D8. Grayscale: #A8A8A8. Windows color (decimal): -2708953 or 2599638. OLE color: 2599638.
HSL color Cylindrical-coordinate representation of color #D6AA27: hue angle of 44.91º 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 #D6AA27 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 39 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.16 |
| HSL | 44.91º | 0.69% | 0.5% | - |
| HSV(B) | 44.91º | 0.82% | 0.84% | - |
| XYZ | 42.47 | 43.19 | 8.02 | - |
| YUV | 168.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 39 | 0 | 0.21 | 0.82 | 0.16 | 44.91 | 0.69 | 0.5 |
| Hex | D6 | AA | 27 | 0 | 15 | 52 | 10 | 2D | 45 | 32 |
| Octal | 326 | 252 | 47 | 0 | 25 | 122 | 20 | 55 | 105 | 62 |
| Binary | 11010110 | 10101010 | 100111 | 0 | 10101 | 1010010 | 10000 | 101101 | 1000101 | 110010 |
Color Harmonies of #D6AA27
Complementary color
Monochromatic Colors of #D6AA27
Black with #D6AA27
Text Example
Text Example
White with #D6AA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA27; }
p { color: rgb(214,170,39); }
H1.HeaderClassName
{
color: #D6AA27;
}
.AnyTagClassName
{
color: #D6AA27;
}
</style>
background-color css
<style>
a { background-color: #D6AA27; }
a { background-color: rgb(214,170,39); }
div.DivClassName
{
background-color: #D6AA27;
}
.BgClassName
{
background-color: #D6AA27;
}
</style>
border-color css
<style>
span { border-color: #D6AA27; }
span { border-color: rgb(214,170,39); }
td.TdClassName
{
border-color: #D6AA27;
}
.TagClassName
{
border-color: #D6AA27;
}
</style>