Shades of Galliano #D2A82D
Tints of Galliano #D2A82D
RGB
CMYK
RGB Variations
Color information
#D2A82D (or 0xD2A82D) is known color: Galliano. HEX triplet: D2, A8 and 2D. RGB value is (210,168,45). Sum of RGB (Red+Green+Blue) = 210+168+45=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A82D is #2D57D2. Grayscale: #A7A7A7. Windows color (decimal): -2971603 or 2992338. OLE color: 2992338.
HSL color Cylindrical-coordinate representation of color #D2A82D: hue angle of 44.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2A82D is Cyan = 0, Magento = 0.2, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 45 | - |
| CMYK | 0 | 0.2 | 0.79 | 0.18 |
| HSL | 44.73º | 0.65% | 0.5% | - |
| HSV(B) | 44.73º | 0.79% | 0.82% | - |
| XYZ | 41.05 | 41.9 | 8.41 | - |
| YUV | 166.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 45 | 0 | 0.2 | 0.79 | 0.18 | 44.73 | 0.65 | 0.5 |
| Hex | D2 | A8 | 2D | 0 | 14 | 4F | 12 | 2D | 41 | 32 |
| Octal | 322 | 250 | 55 | 0 | 24 | 117 | 22 | 55 | 101 | 62 |
| Binary | 11010010 | 10101000 | 101101 | 0 | 10100 | 1001111 | 10010 | 101101 | 1000001 | 110010 |
Color Harmonies of #D2A82D
Complementary color
Monochromatic Colors of #D2A82D
Black with #D2A82D
Text Example
Text Example
White with #D2A82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A82D; }
p { color: rgb(210,168,45); }
H1.HeaderClassName
{
color: #D2A82D;
}
.AnyTagClassName
{
color: #D2A82D;
}
</style>
background-color css
<style>
a { background-color: #D2A82D; }
a { background-color: rgb(210,168,45); }
div.DivClassName
{
background-color: #D2A82D;
}
.BgClassName
{
background-color: #D2A82D;
}
</style>
border-color css
<style>
span { border-color: #D2A82D; }
span { border-color: rgb(210,168,45); }
td.TdClassName
{
border-color: #D2A82D;
}
.TagClassName
{
border-color: #D2A82D;
}
</style>