Shades of Galliano #D9AB2B
Tints of Galliano #D9AB2B
RGB
CMYK
RGB Variations
Color information
#D9AB2B (or 0xD9AB2B) is known color: Galliano. HEX triplet: D9, AB and 2B. RGB value is (217,171,43). Sum of RGB (Red+Green+Blue) = 217+171+43=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB2B is #2654D4. Grayscale: #AAAAAA. Windows color (decimal): -2512085 or 2862041. OLE color: 2862041.
HSL color Cylindrical-coordinate representation of color #D9AB2B: hue angle of 44.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9AB2B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 43 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.15 |
| HSL | 44.14º | 0.7% | 0.51% | - |
| HSV(B) | 44.14º | 0.8% | 0.85% | - |
| XYZ | 43.61 | 44.05 | 8.49 | - |
| YUV | 170.16 | 56.24 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 43 | 0 | 0.21 | 0.80 | 0.15 | 44.14 | 0.7 | 0.51 |
| Hex | D9 | AB | 2B | 0 | 15 | 50 | F | 2C | 46 | 33 |
| Octal | 331 | 253 | 53 | 0 | 25 | 120 | 17 | 54 | 106 | 63 |
| Binary | 11011001 | 10101011 | 101011 | 0 | 10101 | 1010000 | 1111 | 101100 | 1000110 | 110011 |
Color Harmonies of #D9AB2B
Complementary color
Monochromatic Colors of #D9AB2B
Black with #D9AB2B
Text Example
Text Example
White with #D9AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB2B; }
p { color: rgb(217,171,43); }
H1.HeaderClassName
{
color: #D9AB2B;
}
.AnyTagClassName
{
color: #D9AB2B;
}
</style>
background-color css
<style>
a { background-color: #D9AB2B; }
a { background-color: rgb(217,171,43); }
div.DivClassName
{
background-color: #D9AB2B;
}
.BgClassName
{
background-color: #D9AB2B;
}
</style>
border-color css
<style>
span { border-color: #D9AB2B; }
span { border-color: rgb(217,171,43); }
td.TdClassName
{
border-color: #D9AB2B;
}
.TagClassName
{
border-color: #D9AB2B;
}
</style>