Shades of Galliano #D7A72C
Tints of Galliano #D7A72C
RGB
CMYK
RGB Variations
Color information
#D7A72C (or 0xD7A72C) is known color: Galliano. HEX triplet: D7, A7 and 2C. RGB value is (215,167,44). Sum of RGB (Red+Green+Blue) = 215+167+44=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A72C is #2858D3. Grayscale: #A7A7A7. Windows color (decimal): -2644180 or 2926551. OLE color: 2926551.
HSL color Cylindrical-coordinate representation of color #D7A72C: hue angle of 43.16º 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 #D7A72C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 44 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.16 |
| HSL | 43.16º | 0.68% | 0.51% | - |
| HSV(B) | 43.16º | 0.8% | 0.84% | - |
| XYZ | 42.3 | 42.27 | 8.31 | - |
| YUV | 167.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 44 | 0 | 0.22 | 0.80 | 0.16 | 43.16 | 0.68 | 0.51 |
| Hex | D7 | A7 | 2C | 0 | 16 | 50 | 10 | 2B | 44 | 33 |
| Octal | 327 | 247 | 54 | 0 | 26 | 120 | 20 | 53 | 104 | 63 |
| Binary | 11010111 | 10100111 | 101100 | 0 | 10110 | 1010000 | 10000 | 101011 | 1000100 | 110011 |
Color Harmonies of #D7A72C
Complementary color
Monochromatic Colors of #D7A72C
Black with #D7A72C
Text Example
Text Example
White with #D7A72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A72C; }
p { color: rgb(215,167,44); }
H1.HeaderClassName
{
color: #D7A72C;
}
.AnyTagClassName
{
color: #D7A72C;
}
</style>
background-color css
<style>
a { background-color: #D7A72C; }
a { background-color: rgb(215,167,44); }
div.DivClassName
{
background-color: #D7A72C;
}
.BgClassName
{
background-color: #D7A72C;
}
</style>
border-color css
<style>
span { border-color: #D7A72C; }
span { border-color: rgb(215,167,44); }
td.TdClassName
{
border-color: #D7A72C;
}
.TagClassName
{
border-color: #D7A72C;
}
</style>