Shades of Galliano #D5AF25
Tints of Galliano #D5AF25
RGB
CMYK
RGB Variations
Color information
#D5AF25 (or 0xD5AF25) is known color: Galliano. HEX triplet: D5, AF and 25. RGB value is (213,175,37). Sum of RGB (Red+Green+Blue) = 213+175+37=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF25 is #2A50DA. Grayscale: #ABABAB. Windows color (decimal): -2773211 or 2469845. OLE color: 2469845.
HSL color Cylindrical-coordinate representation of color #D5AF25: hue angle of 47.05º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5AF25 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.16 |
| HSL | 47.05º | 0.7% | 0.49% | - |
| HSV(B) | 47.05º | 0.83% | 0.84% | - |
| XYZ | 43.1 | 44.94 | 8.15 | - |
| YUV | 170.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 37 | 0 | 0.18 | 0.83 | 0.16 | 47.05 | 0.7 | 0.49 |
| Hex | D5 | AF | 25 | 0 | 12 | 53 | 10 | 2F | 46 | 31 |
| Octal | 325 | 257 | 45 | 0 | 22 | 123 | 20 | 57 | 106 | 61 |
| Binary | 11010101 | 10101111 | 100101 | 0 | 10010 | 1010011 | 10000 | 101111 | 1000110 | 110001 |
Color Harmonies of #D5AF25
Complementary color
Monochromatic Colors of #D5AF25
Black with #D5AF25
Text Example
Text Example
White with #D5AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF25; }
p { color: rgb(213,175,37); }
H1.HeaderClassName
{
color: #D5AF25;
}
.AnyTagClassName
{
color: #D5AF25;
}
</style>
background-color css
<style>
a { background-color: #D5AF25; }
a { background-color: rgb(213,175,37); }
div.DivClassName
{
background-color: #D5AF25;
}
.BgClassName
{
background-color: #D5AF25;
}
</style>
border-color css
<style>
span { border-color: #D5AF25; }
span { border-color: rgb(213,175,37); }
td.TdClassName
{
border-color: #D5AF25;
}
.TagClassName
{
border-color: #D5AF25;
}
</style>