Shades of Galliano #D5A92C
Tints of Galliano #D5A92C
RGB
CMYK
RGB Variations
Color information
#D5A92C (or 0xD5A92C) is known color: Galliano. HEX triplet: D5, A9 and 2C. RGB value is (213,169,44). Sum of RGB (Red+Green+Blue) = 213+169+44=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A92C is #2A56D3. Grayscale: #A8A8A8. Windows color (decimal): -2774740 or 2927061. OLE color: 2927061.
HSL color Cylindrical-coordinate representation of color #D5A92C: hue angle of 44.38º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5A92C is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 44 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.16 |
| HSL | 44.38º | 0.67% | 0.5% | - |
| HSV(B) | 44.38º | 0.79% | 0.84% | - |
| XYZ | 42.08 | 42.7 | 8.41 | - |
| YUV | 167.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 44 | 0 | 0.21 | 0.79 | 0.16 | 44.38 | 0.67 | 0.5 |
| Hex | D5 | A9 | 2C | 0 | 15 | 4F | 10 | 2C | 43 | 32 |
| Octal | 325 | 251 | 54 | 0 | 25 | 117 | 20 | 54 | 103 | 62 |
| Binary | 11010101 | 10101001 | 101100 | 0 | 10101 | 1001111 | 10000 | 101100 | 1000011 | 110010 |
Color Harmonies of #D5A92C
Complementary color
Monochromatic Colors of #D5A92C
Black with #D5A92C
Text Example
Text Example
White with #D5A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A92C; }
p { color: rgb(213,169,44); }
H1.HeaderClassName
{
color: #D5A92C;
}
.AnyTagClassName
{
color: #D5A92C;
}
</style>
background-color css
<style>
a { background-color: #D5A92C; }
a { background-color: rgb(213,169,44); }
div.DivClassName
{
background-color: #D5A92C;
}
.BgClassName
{
background-color: #D5A92C;
}
</style>
border-color css
<style>
span { border-color: #D5A92C; }
span { border-color: rgb(213,169,44); }
td.TdClassName
{
border-color: #D5A92C;
}
.TagClassName
{
border-color: #D5A92C;
}
</style>