Shades of Galliano #D6AB2D
Tints of Galliano #D6AB2D
RGB
CMYK
RGB Variations
Color information
#D6AB2D (or 0xD6AB2D) is known color: Galliano. HEX triplet: D6, AB and 2D. RGB value is (214,171,45). Sum of RGB (Red+Green+Blue) = 214+171+45=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB2D is #2954D2. Grayscale: #AAAAAA. Windows color (decimal): -2708691 or 2993110. OLE color: 2993110.
HSL color Cylindrical-coordinate representation of color #D6AB2D: hue angle of 44.73º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6AB2D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 45 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.16 |
| HSL | 44.73º | 0.67% | 0.51% | - |
| HSV(B) | 44.73º | 0.79% | 0.84% | - |
| XYZ | 42.77 | 43.61 | 8.65 | - |
| YUV | 169.49 | 57.75 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 45 | 0 | 0.20 | 0.79 | 0.16 | 44.73 | 0.67 | 0.51 |
| Hex | D6 | AB | 2D | 0 | 14 | 4F | 10 | 2D | 43 | 33 |
| Octal | 326 | 253 | 55 | 0 | 24 | 117 | 20 | 55 | 103 | 63 |
| Binary | 11010110 | 10101011 | 101101 | 0 | 10100 | 1001111 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D6AB2D
Complementary color
Monochromatic Colors of #D6AB2D
Black with #D6AB2D
Text Example
Text Example
White with #D6AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB2D; }
p { color: rgb(214,171,45); }
H1.HeaderClassName
{
color: #D6AB2D;
}
.AnyTagClassName
{
color: #D6AB2D;
}
</style>
background-color css
<style>
a { background-color: #D6AB2D; }
a { background-color: rgb(214,171,45); }
div.DivClassName
{
background-color: #D6AB2D;
}
.BgClassName
{
background-color: #D6AB2D;
}
</style>
border-color css
<style>
span { border-color: #D6AB2D; }
span { border-color: rgb(214,171,45); }
td.TdClassName
{
border-color: #D6AB2D;
}
.TagClassName
{
border-color: #D6AB2D;
}
</style>