Shades of Galliano #D7A523
Tints of Galliano #D7A523
RGB
CMYK
RGB Variations
Color information
#D7A523 (or 0xD7A523) is known color: Galliano. HEX triplet: D7, A5 and 23. RGB value is (215,165,35). Sum of RGB (Red+Green+Blue) = 215+165+35=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A523 is #285ADC. Grayscale: #A5A5A5. Windows color (decimal): -2644701 or 2336215. OLE color: 2336215.
HSL color Cylindrical-coordinate representation of color #D7A523: hue angle of 43.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7A523 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 35 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.16 |
| HSL | 43.33º | 0.72% | 0.49% | - |
| HSV(B) | 43.33º | 0.84% | 0.84% | - |
| XYZ | 41.78 | 41.48 | 7.39 | - |
| YUV | 165.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 35 | 0 | 0.23 | 0.84 | 0.16 | 43.33 | 0.72 | 0.49 |
| Hex | D7 | A5 | 23 | 0 | 17 | 54 | 10 | 2B | 48 | 31 |
| Octal | 327 | 245 | 43 | 0 | 27 | 124 | 20 | 53 | 110 | 61 |
| Binary | 11010111 | 10100101 | 100011 | 0 | 10111 | 1010100 | 10000 | 101011 | 1001000 | 110001 |
Color Harmonies of #D7A523
Complementary color
Monochromatic Colors of #D7A523
Black with #D7A523
Text Example
Text Example
White with #D7A523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A523; }
p { color: rgb(215,165,35); }
H1.HeaderClassName
{
color: #D7A523;
}
.AnyTagClassName
{
color: #D7A523;
}
</style>
background-color css
<style>
a { background-color: #D7A523; }
a { background-color: rgb(215,165,35); }
div.DivClassName
{
background-color: #D7A523;
}
.BgClassName
{
background-color: #D7A523;
}
</style>
border-color css
<style>
span { border-color: #D7A523; }
span { border-color: rgb(215,165,35); }
td.TdClassName
{
border-color: #D7A523;
}
.TagClassName
{
border-color: #D7A523;
}
</style>