Shades of Galliano #D7AC0D
Tints of Galliano #D7AC0D
RGB
CMYK
RGB Variations
Color information
#D7AC0D (or 0xD7AC0D) is known color: Galliano. HEX triplet: D7, AC and 0D. RGB value is (215,172,13). Sum of RGB (Red+Green+Blue) = 215+172+13=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AC0D is #2853F2. Grayscale: #A7A7A7. Windows color (decimal): -2642931 or 896215. OLE color: 896215.
HSL color Cylindrical-coordinate representation of color #D7AC0D: hue angle of 47.23º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7AC0D is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 13 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.16 |
| HSL | 47.23º | 0.89% | 0.45% | - |
| HSV(B) | 47.23º | 0.94% | 0.84% | - |
| XYZ | 42.85 | 43.98 | 6.61 | - |
| YUV | 166.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 13 | 0 | 0.2 | 0.94 | 0.16 | 47.23 | 0.89 | 0.45 |
| Hex | D7 | AC | D | 0 | 14 | 5E | 10 | 2F | 59 | 2D |
| Octal | 327 | 254 | 15 | 0 | 24 | 136 | 20 | 57 | 131 | 55 |
| Binary | 11010111 | 10101100 | 1101 | 0 | 10100 | 1011110 | 10000 | 101111 | 1011001 | 101101 |
Color Harmonies of #D7AC0D
Complementary color
Monochromatic Colors of #D7AC0D
Black with #D7AC0D
Text Example
Text Example
White with #D7AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC0D; }
p { color: rgb(215,172,13); }
H1.HeaderClassName
{
color: #D7AC0D;
}
.AnyTagClassName
{
color: #D7AC0D;
}
</style>
background-color css
<style>
a { background-color: #D7AC0D; }
a { background-color: rgb(215,172,13); }
div.DivClassName
{
background-color: #D7AC0D;
}
.BgClassName
{
background-color: #D7AC0D;
}
</style>
border-color css
<style>
span { border-color: #D7AC0D; }
span { border-color: rgb(215,172,13); }
td.TdClassName
{
border-color: #D7AC0D;
}
.TagClassName
{
border-color: #D7AC0D;
}
</style>