Shades of Galliano #D5AF1F
Tints of Galliano #D5AF1F
RGB
CMYK
RGB Variations
Color information
#D5AF1F (or 0xD5AF1F) is known color: Galliano. HEX triplet: D5, AF and 1F. RGB value is (213,175,31). Sum of RGB (Red+Green+Blue) = 213+175+31=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF1F is #2A50E0. Grayscale: #AAAAAA. Windows color (decimal): -2773217 or 2076629. OLE color: 2076629.
HSL color Cylindrical-coordinate representation of color #D5AF1F: hue angle of 47.47º 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 #D5AF1F is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 31 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.16 |
| HSL | 47.47º | 0.75% | 0.48% | - |
| HSV(B) | 47.47º | 0.85% | 0.84% | - |
| XYZ | 43.02 | 44.91 | 7.7 | - |
| YUV | 169.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 31 | 0 | 0.18 | 0.85 | 0.16 | 47.47 | 0.75 | 0.48 |
| Hex | D5 | AF | 1F | 0 | 12 | 55 | 10 | 2F | 4B | 30 |
| Octal | 325 | 257 | 37 | 0 | 22 | 125 | 20 | 57 | 113 | 60 |
| Binary | 11010101 | 10101111 | 11111 | 0 | 10010 | 1010101 | 10000 | 101111 | 1001011 | 110000 |
Color Harmonies of #D5AF1F
Complementary color
Monochromatic Colors of #D5AF1F
Black with #D5AF1F
Text Example
Text Example
White with #D5AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF1F; }
p { color: rgb(213,175,31); }
H1.HeaderClassName
{
color: #D5AF1F;
}
.AnyTagClassName
{
color: #D5AF1F;
}
</style>
background-color css
<style>
a { background-color: #D5AF1F; }
a { background-color: rgb(213,175,31); }
div.DivClassName
{
background-color: #D5AF1F;
}
.BgClassName
{
background-color: #D5AF1F;
}
</style>
border-color css
<style>
span { border-color: #D5AF1F; }
span { border-color: rgb(213,175,31); }
td.TdClassName
{
border-color: #D5AF1F;
}
.TagClassName
{
border-color: #D5AF1F;
}
</style>