Shades of Galliano #D0AA2B
Tints of Galliano #D0AA2B
RGB
CMYK
RGB Variations
Color information
#D0AA2B (or 0xD0AA2B) is known color: Galliano. HEX triplet: D0, AA and 2B. RGB value is (208,170,43). Sum of RGB (Red+Green+Blue) = 208+170+43=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA2B is #2F55D4. Grayscale: #A7A7A7. Windows color (decimal): -3102165 or 2861776. OLE color: 2861776.
HSL color Cylindrical-coordinate representation of color #D0AA2B: hue angle of 46.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0AA2B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 43 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.18 |
| HSL | 46.18º | 0.66% | 0.49% | - |
| HSV(B) | 46.18º | 0.79% | 0.82% | - |
| XYZ | 40.82 | 42.33 | 8.31 | - |
| YUV | 166.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 43 | 0 | 0.18 | 0.79 | 0.18 | 46.18 | 0.66 | 0.49 |
| Hex | D0 | AA | 2B | 0 | 12 | 4F | 12 | 2E | 42 | 31 |
| Octal | 320 | 252 | 53 | 0 | 22 | 117 | 22 | 56 | 102 | 61 |
| Binary | 11010000 | 10101010 | 101011 | 0 | 10010 | 1001111 | 10010 | 101110 | 1000010 | 110001 |
Color Harmonies of #D0AA2B
Complementary color
Monochromatic Colors of #D0AA2B
Black with #D0AA2B
Text Example
Text Example
White with #D0AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA2B; }
p { color: rgb(208,170,43); }
H1.HeaderClassName
{
color: #D0AA2B;
}
.AnyTagClassName
{
color: #D0AA2B;
}
</style>
background-color css
<style>
a { background-color: #D0AA2B; }
a { background-color: rgb(208,170,43); }
div.DivClassName
{
background-color: #D0AA2B;
}
.BgClassName
{
background-color: #D0AA2B;
}
</style>
border-color css
<style>
span { border-color: #D0AA2B; }
span { border-color: rgb(208,170,43); }
td.TdClassName
{
border-color: #D0AA2B;
}
.TagClassName
{
border-color: #D0AA2B;
}
</style>