Shades of Galliano #D5AD1F
Tints of Galliano #D5AD1F
RGB
CMYK
RGB Variations
Color information
#D5AD1F (or 0xD5AD1F) is known color: Galliano. HEX triplet: D5, AD and 1F. RGB value is (213,173,31). Sum of RGB (Red+Green+Blue) = 213+173+31=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD1F is #2A52E0. Grayscale: #A9A9A9. Windows color (decimal): -2773729 or 2076117. OLE color: 2076117.
HSL color Cylindrical-coordinate representation of color #D5AD1F: hue angle of 46.81º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5AD1F is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 31 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.16 |
| HSL | 46.81º | 0.75% | 0.48% | - |
| HSV(B) | 46.81º | 0.85% | 0.84% | - |
| XYZ | 42.63 | 44.13 | 7.57 | - |
| YUV | 168.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 31 | 0 | 0.19 | 0.85 | 0.16 | 46.81 | 0.75 | 0.48 |
| Hex | D5 | AD | 1F | 0 | 13 | 55 | 10 | 2F | 4B | 30 |
| Octal | 325 | 255 | 37 | 0 | 23 | 125 | 20 | 57 | 113 | 60 |
| Binary | 11010101 | 10101101 | 11111 | 0 | 10011 | 1010101 | 10000 | 101111 | 1001011 | 110000 |
Color Harmonies of #D5AD1F
Complementary color
Monochromatic Colors of #D5AD1F
Black with #D5AD1F
Text Example
Text Example
White with #D5AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD1F; }
p { color: rgb(213,173,31); }
H1.HeaderClassName
{
color: #D5AD1F;
}
.AnyTagClassName
{
color: #D5AD1F;
}
</style>
background-color css
<style>
a { background-color: #D5AD1F; }
a { background-color: rgb(213,173,31); }
div.DivClassName
{
background-color: #D5AD1F;
}
.BgClassName
{
background-color: #D5AD1F;
}
</style>
border-color css
<style>
span { border-color: #D5AD1F; }
span { border-color: rgb(213,173,31); }
td.TdClassName
{
border-color: #D5AD1F;
}
.TagClassName
{
border-color: #D5AD1F;
}
</style>