Shades of Galliano #D6AB18
Tints of Galliano #D6AB18
RGB
CMYK
RGB Variations
Color information
#D6AB18 (or 0xD6AB18) is known color: Galliano. HEX triplet: D6, AB and 18. RGB value is (214,171,24). Sum of RGB (Red+Green+Blue) = 214+171+24=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AB18 is #2954E7. Grayscale: #A7A7A7. Windows color (decimal): -2708712 or 1616854. OLE color: 1616854.
HSL color Cylindrical-coordinate representation of color #D6AB18: hue angle of 46.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6AB18 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 24 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.16 |
| HSL | 46.42º | 0.8% | 0.47% | - |
| HSV(B) | 46.42º | 0.89% | 0.84% | - |
| XYZ | 42.46 | 43.49 | 7.02 | - |
| YUV | 167.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 24 | 0 | 0.20 | 0.89 | 0.16 | 46.42 | 0.8 | 0.47 |
| Hex | D6 | AB | 18 | 0 | 14 | 59 | 10 | 2E | 50 | 2F |
| Octal | 326 | 253 | 30 | 0 | 24 | 131 | 20 | 56 | 120 | 57 |
| Binary | 11010110 | 10101011 | 11000 | 0 | 10100 | 1011001 | 10000 | 101110 | 1010000 | 101111 |
Color Harmonies of #D6AB18
Complementary color
Monochromatic Colors of #D6AB18
Black with #D6AB18
Text Example
Text Example
White with #D6AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB18; }
p { color: rgb(214,171,24); }
H1.HeaderClassName
{
color: #D6AB18;
}
.AnyTagClassName
{
color: #D6AB18;
}
</style>
background-color css
<style>
a { background-color: #D6AB18; }
a { background-color: rgb(214,171,24); }
div.DivClassName
{
background-color: #D6AB18;
}
.BgClassName
{
background-color: #D6AB18;
}
</style>
border-color css
<style>
span { border-color: #D6AB18; }
span { border-color: rgb(214,171,24); }
td.TdClassName
{
border-color: #D6AB18;
}
.TagClassName
{
border-color: #D6AB18;
}
</style>