Shades of Galliano #D6AA23
Tints of Galliano #D6AA23
RGB
CMYK
RGB Variations
Color information
#D6AA23 (or 0xD6AA23) is known color: Galliano. HEX triplet: D6, AA and 23. RGB value is (214,170,35). Sum of RGB (Red+Green+Blue) = 214+170+35=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA23 is #2955DC. Grayscale: #A8A8A8. Windows color (decimal): -2708957 or 2337494. OLE color: 2337494.
HSL color Cylindrical-coordinate representation of color #D6AA23: hue angle of 45.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6AA23 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 35 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.16 |
| HSL | 45.25º | 0.72% | 0.49% | - |
| HSV(B) | 45.25º | 0.84% | 0.84% | - |
| XYZ | 42.41 | 43.17 | 7.69 | - |
| YUV | 167.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 35 | 0 | 0.21 | 0.84 | 0.16 | 45.25 | 0.72 | 0.49 |
| Hex | D6 | AA | 23 | 0 | 15 | 54 | 10 | 2D | 48 | 31 |
| Octal | 326 | 252 | 43 | 0 | 25 | 124 | 20 | 55 | 110 | 61 |
| Binary | 11010110 | 10101010 | 100011 | 0 | 10101 | 1010100 | 10000 | 101101 | 1001000 | 110001 |
Color Harmonies of #D6AA23
Complementary color
Monochromatic Colors of #D6AA23
Black with #D6AA23
Text Example
Text Example
White with #D6AA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA23; }
p { color: rgb(214,170,35); }
H1.HeaderClassName
{
color: #D6AA23;
}
.AnyTagClassName
{
color: #D6AA23;
}
</style>
background-color css
<style>
a { background-color: #D6AA23; }
a { background-color: rgb(214,170,35); }
div.DivClassName
{
background-color: #D6AA23;
}
.BgClassName
{
background-color: #D6AA23;
}
</style>
border-color css
<style>
span { border-color: #D6AA23; }
span { border-color: rgb(214,170,35); }
td.TdClassName
{
border-color: #D6AA23;
}
.TagClassName
{
border-color: #D6AA23;
}
</style>