Shades of Galliano #D7AD0C
Tints of Galliano #D7AD0C
RGB
CMYK
RGB Variations
Color information
#D7AD0C (or 0xD7AD0C) is known color: Galliano. HEX triplet: D7, AD and 0C. RGB value is (215,173,12). Sum of RGB (Red+Green+Blue) = 215+173+12=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AD0C is #2852F3. Grayscale: #A7A7A7. Windows color (decimal): -2642676 or 830935. OLE color: 830935.
HSL color Cylindrical-coordinate representation of color #D7AD0C: hue angle of 47.59º 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 #D7AD0C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.16 |
| HSL | 47.59º | 0.89% | 0.45% | - |
| HSV(B) | 47.59º | 0.94% | 0.84% | - |
| XYZ | 43.03 | 44.36 | 6.64 | - |
| YUV | 167.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 12 | 0 | 0.20 | 0.94 | 0.16 | 47.59 | 0.89 | 0.45 |
| Hex | D7 | AD | C | 0 | 14 | 5E | 10 | 30 | 59 | 2D |
| Octal | 327 | 255 | 14 | 0 | 24 | 136 | 20 | 60 | 131 | 55 |
| Binary | 11010111 | 10101101 | 1100 | 0 | 10100 | 1011110 | 10000 | 110000 | 1011001 | 101101 |
Color Harmonies of #D7AD0C
Complementary color
Monochromatic Colors of #D7AD0C
Black with #D7AD0C
Text Example
Text Example
White with #D7AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD0C; }
p { color: rgb(215,173,12); }
H1.HeaderClassName
{
color: #D7AD0C;
}
.AnyTagClassName
{
color: #D7AD0C;
}
</style>
background-color css
<style>
a { background-color: #D7AD0C; }
a { background-color: rgb(215,173,12); }
div.DivClassName
{
background-color: #D7AD0C;
}
.BgClassName
{
background-color: #D7AD0C;
}
</style>
border-color css
<style>
span { border-color: #D7AD0C; }
span { border-color: rgb(215,173,12); }
td.TdClassName
{
border-color: #D7AD0C;
}
.TagClassName
{
border-color: #D7AD0C;
}
</style>