Shades of Galliano #D9AF26
Tints of Galliano #D9AF26
RGB
CMYK
RGB Variations
Color information
#D9AF26 (or 0xD9AF26) is known color: Galliano. HEX triplet: D9, AF and 26. RGB value is (217,175,38). Sum of RGB (Red+Green+Blue) = 217+175+38=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF26 is #2650D9. Grayscale: #ACACAC. Windows color (decimal): -2511066 or 2535385. OLE color: 2535385.
HSL color Cylindrical-coordinate representation of color #D9AF26: hue angle of 45.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9AF26 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 38 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.15 |
| HSL | 45.92º | 0.7% | 0.5% | - |
| HSV(B) | 45.92º | 0.82% | 0.85% | - |
| XYZ | 44.3 | 45.55 | 8.29 | - |
| YUV | 171.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 38 | 0 | 0.19 | 0.82 | 0.15 | 45.92 | 0.7 | 0.5 |
| Hex | D9 | AF | 26 | 0 | 13 | 52 | F | 2E | 46 | 32 |
| Octal | 331 | 257 | 46 | 0 | 23 | 122 | 17 | 56 | 106 | 62 |
| Binary | 11011001 | 10101111 | 100110 | 0 | 10011 | 1010010 | 1111 | 101110 | 1000110 | 110010 |
Color Harmonies of #D9AF26
Complementary color
Monochromatic Colors of #D9AF26
Black with #D9AF26
Text Example
Text Example
White with #D9AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF26; }
p { color: rgb(217,175,38); }
H1.HeaderClassName
{
color: #D9AF26;
}
.AnyTagClassName
{
color: #D9AF26;
}
</style>
background-color css
<style>
a { background-color: #D9AF26; }
a { background-color: rgb(217,175,38); }
div.DivClassName
{
background-color: #D9AF26;
}
.BgClassName
{
background-color: #D9AF26;
}
</style>
border-color css
<style>
span { border-color: #D9AF26; }
span { border-color: rgb(217,175,38); }
td.TdClassName
{
border-color: #D9AF26;
}
.TagClassName
{
border-color: #D9AF26;
}
</style>