Shades of Galliano #D5AF1D
Tints of Galliano #D5AF1D
RGB
CMYK
RGB Variations
Color information
#D5AF1D (or 0xD5AF1D) is known color: Galliano. HEX triplet: D5, AF and 1D. RGB value is (213,175,29). Sum of RGB (Red+Green+Blue) = 213+175+29=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF1D is #2A50E2. Grayscale: #AAAAAA. Windows color (decimal): -2773219 or 1945557. OLE color: 1945557.
HSL color Cylindrical-coordinate representation of color #D5AF1D: hue angle of 47.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5AF1D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 29 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.16 |
| HSL | 47.61º | 0.76% | 0.47% | - |
| HSV(B) | 47.61º | 0.86% | 0.84% | - |
| XYZ | 42.99 | 44.89 | 7.56 | - |
| YUV | 169.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 29 | 0 | 0.18 | 0.86 | 0.16 | 47.61 | 0.76 | 0.47 |
| Hex | D5 | AF | 1D | 0 | 12 | 56 | 10 | 30 | 4C | 2F |
| Octal | 325 | 257 | 35 | 0 | 22 | 126 | 20 | 60 | 114 | 57 |
| Binary | 11010101 | 10101111 | 11101 | 0 | 10010 | 1010110 | 10000 | 110000 | 1001100 | 101111 |
Color Harmonies of #D5AF1D
Complementary color
Monochromatic Colors of #D5AF1D
Black with #D5AF1D
Text Example
Text Example
White with #D5AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF1D; }
p { color: rgb(213,175,29); }
H1.HeaderClassName
{
color: #D5AF1D;
}
.AnyTagClassName
{
color: #D5AF1D;
}
</style>
background-color css
<style>
a { background-color: #D5AF1D; }
a { background-color: rgb(213,175,29); }
div.DivClassName
{
background-color: #D5AF1D;
}
.BgClassName
{
background-color: #D5AF1D;
}
</style>
border-color css
<style>
span { border-color: #D5AF1D; }
span { border-color: rgb(213,175,29); }
td.TdClassName
{
border-color: #D5AF1D;
}
.TagClassName
{
border-color: #D5AF1D;
}
</style>