Shades of Galliano #D7A52C
Tints of Galliano #D7A52C
RGB
CMYK
RGB Variations
Color information
#D7A52C (or 0xD7A52C) is known color: Galliano. HEX triplet: D7, A5 and 2C. RGB value is (215,165,44). Sum of RGB (Red+Green+Blue) = 215+165+44=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A52C is #285AD3. Grayscale: #A6A6A6. Windows color (decimal): -2644692 or 2926039. OLE color: 2926039.
HSL color Cylindrical-coordinate representation of color #D7A52C: hue angle of 42.46º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7A52C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.16 |
| HSL | 42.46º | 0.68% | 0.51% | - |
| HSV(B) | 42.46º | 0.8% | 0.84% | - |
| XYZ | 41.93 | 41.54 | 8.19 | - |
| YUV | 166.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 44 | 0 | 0.23 | 0.80 | 0.16 | 42.46 | 0.68 | 0.51 |
| Hex | D7 | A5 | 2C | 0 | 17 | 50 | 10 | 2A | 44 | 33 |
| Octal | 327 | 245 | 54 | 0 | 27 | 120 | 20 | 52 | 104 | 63 |
| Binary | 11010111 | 10100101 | 101100 | 0 | 10111 | 1010000 | 10000 | 101010 | 1000100 | 110011 |
Color Harmonies of #D7A52C
Complementary color
Monochromatic Colors of #D7A52C
Black with #D7A52C
Text Example
Text Example
White with #D7A52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A52C; }
p { color: rgb(215,165,44); }
H1.HeaderClassName
{
color: #D7A52C;
}
.AnyTagClassName
{
color: #D7A52C;
}
</style>
background-color css
<style>
a { background-color: #D7A52C; }
a { background-color: rgb(215,165,44); }
div.DivClassName
{
background-color: #D7A52C;
}
.BgClassName
{
background-color: #D7A52C;
}
</style>
border-color css
<style>
span { border-color: #D7A52C; }
span { border-color: rgb(215,165,44); }
td.TdClassName
{
border-color: #D7A52C;
}
.TagClassName
{
border-color: #D7A52C;
}
</style>