Shades of Galliano #D6AF25
Tints of Galliano #D6AF25
RGB
CMYK
RGB Variations
Color information
#D6AF25 (or 0xD6AF25) is known color: Galliano. HEX triplet: D6, AF and 25. RGB value is (214,175,37). Sum of RGB (Red+Green+Blue) = 214+175+37=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF25 is #2950DA. Grayscale: #ABABAB. Windows color (decimal): -2707675 or 2469846. OLE color: 2469846.
HSL color Cylindrical-coordinate representation of color #D6AF25: hue angle of 46.78º degrees, saturation: 0.71, 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 #D6AF25 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.16 |
| HSL | 46.78º | 0.71% | 0.49% | - |
| HSV(B) | 46.78º | 0.83% | 0.84% | - |
| XYZ | 43.4 | 45.09 | 8.17 | - |
| YUV | 170.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 37 | 0 | 0.18 | 0.83 | 0.16 | 46.78 | 0.71 | 0.49 |
| Hex | D6 | AF | 25 | 0 | 12 | 53 | 10 | 2F | 47 | 31 |
| Octal | 326 | 257 | 45 | 0 | 22 | 123 | 20 | 57 | 107 | 61 |
| Binary | 11010110 | 10101111 | 100101 | 0 | 10010 | 1010011 | 10000 | 101111 | 1000111 | 110001 |
Color Harmonies of #D6AF25
Complementary color
Monochromatic Colors of #D6AF25
Black with #D6AF25
Text Example
Text Example
White with #D6AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF25; }
p { color: rgb(214,175,37); }
H1.HeaderClassName
{
color: #D6AF25;
}
.AnyTagClassName
{
color: #D6AF25;
}
</style>
background-color css
<style>
a { background-color: #D6AF25; }
a { background-color: rgb(214,175,37); }
div.DivClassName
{
background-color: #D6AF25;
}
.BgClassName
{
background-color: #D6AF25;
}
</style>
border-color css
<style>
span { border-color: #D6AF25; }
span { border-color: rgb(214,175,37); }
td.TdClassName
{
border-color: #D6AF25;
}
.TagClassName
{
border-color: #D6AF25;
}
</style>