Shades of Galliano #D5A023
Tints of Galliano #D5A023
RGB
CMYK
RGB Variations
Color information
#D5A023 (or 0xD5A023) is known color: Galliano. HEX triplet: D5, A0 and 23. RGB value is (213,160,35). Sum of RGB (Red+Green+Blue) = 213+160+35=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A023 is #2A5FDC. Grayscale: #A2A2A2. Windows color (decimal): -2777053 or 2334933. OLE color: 2334933.
HSL color Cylindrical-coordinate representation of color #D5A023: hue angle of 42.13º 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 #D5A023 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 35 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.16 |
| HSL | 42.13º | 0.72% | 0.49% | - |
| HSV(B) | 42.13º | 0.84% | 0.84% | - |
| XYZ | 40.31 | 39.41 | 7.07 | - |
| YUV | 161.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 35 | 0 | 0.25 | 0.84 | 0.16 | 42.13 | 0.72 | 0.49 |
| Hex | D5 | A0 | 23 | 0 | 19 | 54 | 10 | 2A | 48 | 31 |
| Octal | 325 | 240 | 43 | 0 | 31 | 124 | 20 | 52 | 110 | 61 |
| Binary | 11010101 | 10100000 | 100011 | 0 | 11001 | 1010100 | 10000 | 101010 | 1001000 | 110001 |
Color Harmonies of #D5A023
Complementary color
Monochromatic Colors of #D5A023
Black with #D5A023
Text Example
Text Example
White with #D5A023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A023; }
p { color: rgb(213,160,35); }
H1.HeaderClassName
{
color: #D5A023;
}
.AnyTagClassName
{
color: #D5A023;
}
</style>
background-color css
<style>
a { background-color: #D5A023; }
a { background-color: rgb(213,160,35); }
div.DivClassName
{
background-color: #D5A023;
}
.BgClassName
{
background-color: #D5A023;
}
</style>
border-color css
<style>
span { border-color: #D5A023; }
span { border-color: rgb(213,160,35); }
td.TdClassName
{
border-color: #D5A023;
}
.TagClassName
{
border-color: #D5A023;
}
</style>