Shades of Galliano #D2A92C
Tints of Galliano #D2A92C
RGB
CMYK
RGB Variations
Color information
#D2A92C (or 0xD2A92C) is known color: Galliano. HEX triplet: D2, A9 and 2C. RGB value is (210,169,44). Sum of RGB (Red+Green+Blue) = 210+169+44=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A92C is #2D56D3. Grayscale: #A7A7A7. Windows color (decimal): -2971348 or 2927058. OLE color: 2927058.
HSL color Cylindrical-coordinate representation of color #D2A92C: hue angle of 45.18º 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 #D2A92C is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 44 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.18 |
| HSL | 45.18º | 0.65% | 0.5% | - |
| HSV(B) | 45.18º | 0.79% | 0.82% | - |
| XYZ | 41.22 | 42.26 | 8.37 | - |
| YUV | 167.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 44 | 0 | 0.20 | 0.79 | 0.18 | 45.18 | 0.65 | 0.5 |
| Hex | D2 | A9 | 2C | 0 | 14 | 4F | 12 | 2D | 41 | 32 |
| Octal | 322 | 251 | 54 | 0 | 24 | 117 | 22 | 55 | 101 | 62 |
| Binary | 11010010 | 10101001 | 101100 | 0 | 10100 | 1001111 | 10010 | 101101 | 1000001 | 110010 |
Color Harmonies of #D2A92C
Complementary color
Monochromatic Colors of #D2A92C
Black with #D2A92C
Text Example
Text Example
White with #D2A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A92C; }
p { color: rgb(210,169,44); }
H1.HeaderClassName
{
color: #D2A92C;
}
.AnyTagClassName
{
color: #D2A92C;
}
</style>
background-color css
<style>
a { background-color: #D2A92C; }
a { background-color: rgb(210,169,44); }
div.DivClassName
{
background-color: #D2A92C;
}
.BgClassName
{
background-color: #D2A92C;
}
</style>
border-color css
<style>
span { border-color: #D2A92C; }
span { border-color: rgb(210,169,44); }
td.TdClassName
{
border-color: #D2A92C;
}
.TagClassName
{
border-color: #D2A92C;
}
</style>