Shades of Galliano #D2A226
Tints of Galliano #D2A226
RGB
CMYK
RGB Variations
Color information
#D2A226 (or 0xD2A226) is known color: Galliano. HEX triplet: D2, A2 and 26. RGB value is (210,162,38). Sum of RGB (Red+Green+Blue) = 210+162+38=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A226 is #2D5DD9. Grayscale: #A2A2A2. Windows color (decimal): -2973146 or 2532050. OLE color: 2532050.
HSL color Cylindrical-coordinate representation of color #D2A226: hue angle of 43.26º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2A226 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 38 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.18 |
| HSL | 43.26º | 0.69% | 0.49% | - |
| HSV(B) | 43.26º | 0.82% | 0.82% | - |
| XYZ | 39.85 | 39.68 | 7.39 | - |
| YUV | 162.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 38 | 0 | 0.23 | 0.82 | 0.18 | 43.26 | 0.69 | 0.49 |
| Hex | D2 | A2 | 26 | 0 | 17 | 52 | 12 | 2B | 45 | 31 |
| Octal | 322 | 242 | 46 | 0 | 27 | 122 | 22 | 53 | 105 | 61 |
| Binary | 11010010 | 10100010 | 100110 | 0 | 10111 | 1010010 | 10010 | 101011 | 1000101 | 110001 |
Color Harmonies of #D2A226
Complementary color
Monochromatic Colors of #D2A226
Black with #D2A226
Text Example
Text Example
White with #D2A226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A226; }
p { color: rgb(210,162,38); }
H1.HeaderClassName
{
color: #D2A226;
}
.AnyTagClassName
{
color: #D2A226;
}
</style>
background-color css
<style>
a { background-color: #D2A226; }
a { background-color: rgb(210,162,38); }
div.DivClassName
{
background-color: #D2A226;
}
.BgClassName
{
background-color: #D2A226;
}
</style>
border-color css
<style>
span { border-color: #D2A226; }
span { border-color: rgb(210,162,38); }
td.TdClassName
{
border-color: #D2A226;
}
.TagClassName
{
border-color: #D2A226;
}
</style>