Shades of Galliano #D5A62A
Tints of Galliano #D5A62A
RGB
CMYK
RGB Variations
Color information
#D5A62A (or 0xD5A62A) is known color: Galliano. HEX triplet: D5, A6 and 2A. RGB value is (213,166,42). Sum of RGB (Red+Green+Blue) = 213+166+42=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A62A is #2A59D5. Grayscale: #A6A6A6. Windows color (decimal): -2775510 or 2795221. OLE color: 2795221.
HSL color Cylindrical-coordinate representation of color #D5A62A: hue angle of 43.51º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5A62A is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 42 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.16 |
| HSL | 43.51º | 0.67% | 0.5% | - |
| HSV(B) | 43.51º | 0.8% | 0.84% | - |
| XYZ | 41.49 | 41.59 | 8.03 | - |
| YUV | 165.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 42 | 0 | 0.22 | 0.80 | 0.16 | 43.51 | 0.67 | 0.5 |
| Hex | D5 | A6 | 2A | 0 | 16 | 50 | 10 | 2C | 43 | 32 |
| Octal | 325 | 246 | 52 | 0 | 26 | 120 | 20 | 54 | 103 | 62 |
| Binary | 11010101 | 10100110 | 101010 | 0 | 10110 | 1010000 | 10000 | 101100 | 1000011 | 110010 |
Color Harmonies of #D5A62A
Complementary color
Monochromatic Colors of #D5A62A
Black with #D5A62A
Text Example
Text Example
White with #D5A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A62A; }
p { color: rgb(213,166,42); }
H1.HeaderClassName
{
color: #D5A62A;
}
.AnyTagClassName
{
color: #D5A62A;
}
</style>
background-color css
<style>
a { background-color: #D5A62A; }
a { background-color: rgb(213,166,42); }
div.DivClassName
{
background-color: #D5A62A;
}
.BgClassName
{
background-color: #D5A62A;
}
</style>
border-color css
<style>
span { border-color: #D5A62A; }
span { border-color: rgb(213,166,42); }
td.TdClassName
{
border-color: #D5A62A;
}
.TagClassName
{
border-color: #D5A62A;
}
</style>