Shades of Galliano #D7A42C
Tints of Galliano #D7A42C
RGB
CMYK
RGB Variations
Color information
#D7A42C (or 0xD7A42C) is known color: Galliano. HEX triplet: D7, A4 and 2C. RGB value is (215,164,44). Sum of RGB (Red+Green+Blue) = 215+164+44=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A42C is #285BD3. Grayscale: #A6A6A6. Windows color (decimal): -2644948 or 2925783. OLE color: 2925783.
HSL color Cylindrical-coordinate representation of color #D7A42C: hue angle of 42.11º 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 #D7A42C is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 44 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.16 |
| HSL | 42.11º | 0.68% | 0.51% | - |
| HSV(B) | 42.11º | 0.8% | 0.84% | - |
| XYZ | 41.75 | 41.18 | 8.13 | - |
| YUV | 165.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 44 | 0 | 0.24 | 0.80 | 0.16 | 42.11 | 0.68 | 0.51 |
| Hex | D7 | A4 | 2C | 0 | 18 | 50 | 10 | 2A | 44 | 33 |
| Octal | 327 | 244 | 54 | 0 | 30 | 120 | 20 | 52 | 104 | 63 |
| Binary | 11010111 | 10100100 | 101100 | 0 | 11000 | 1010000 | 10000 | 101010 | 1000100 | 110011 |
Color Harmonies of #D7A42C
Complementary color
Monochromatic Colors of #D7A42C
Black with #D7A42C
Text Example
Text Example
White with #D7A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A42C; }
p { color: rgb(215,164,44); }
H1.HeaderClassName
{
color: #D7A42C;
}
.AnyTagClassName
{
color: #D7A42C;
}
</style>
background-color css
<style>
a { background-color: #D7A42C; }
a { background-color: rgb(215,164,44); }
div.DivClassName
{
background-color: #D7A42C;
}
.BgClassName
{
background-color: #D7A42C;
}
</style>
border-color css
<style>
span { border-color: #D7A42C; }
span { border-color: rgb(215,164,44); }
td.TdClassName
{
border-color: #D7A42C;
}
.TagClassName
{
border-color: #D7A42C;
}
</style>