Shades of Galliano #D0A22A
Tints of Galliano #D0A22A
RGB
CMYK
RGB Variations
Color information
#D0A22A (or 0xD0A22A) is known color: Galliano. HEX triplet: D0, A2 and 2A. RGB value is (208,162,42). Sum of RGB (Red+Green+Blue) = 208+162+42=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A22A is #2F5DD5. Grayscale: #A2A2A2. Windows color (decimal): -3104214 or 2794192. OLE color: 2794192.
HSL color Cylindrical-coordinate representation of color #D0A22A: hue angle of 43.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0A22A is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 42 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.18 |
| HSL | 43.37º | 0.66% | 0.49% | - |
| HSV(B) | 43.37º | 0.8% | 0.82% | - |
| XYZ | 39.35 | 39.42 | 7.72 | - |
| YUV | 162.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 42 | 0 | 0.22 | 0.80 | 0.18 | 43.37 | 0.66 | 0.49 |
| Hex | D0 | A2 | 2A | 0 | 16 | 50 | 12 | 2B | 42 | 31 |
| Octal | 320 | 242 | 52 | 0 | 26 | 120 | 22 | 53 | 102 | 61 |
| Binary | 11010000 | 10100010 | 101010 | 0 | 10110 | 1010000 | 10010 | 101011 | 1000010 | 110001 |
Color Harmonies of #D0A22A
Complementary color
Monochromatic Colors of #D0A22A
Black with #D0A22A
Text Example
Text Example
White with #D0A22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A22A; }
p { color: rgb(208,162,42); }
H1.HeaderClassName
{
color: #D0A22A;
}
.AnyTagClassName
{
color: #D0A22A;
}
</style>
background-color css
<style>
a { background-color: #D0A22A; }
a { background-color: rgb(208,162,42); }
div.DivClassName
{
background-color: #D0A22A;
}
.BgClassName
{
background-color: #D0A22A;
}
</style>
border-color css
<style>
span { border-color: #D0A22A; }
span { border-color: rgb(208,162,42); }
td.TdClassName
{
border-color: #D0A22A;
}
.TagClassName
{
border-color: #D0A22A;
}
</style>