Shades of Galliano #D8AF27
Tints of Galliano #D8AF27
RGB
CMYK
RGB Variations
Color information
#D8AF27 (or 0xD8AF27) is known color: Galliano. HEX triplet: D8, AF and 27. RGB value is (216,175,39). Sum of RGB (Red+Green+Blue) = 216+175+39=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF27 is #2750D8. Grayscale: #ACACAC. Windows color (decimal): -2576601 or 2600920. OLE color: 2600920.
HSL color Cylindrical-coordinate representation of color #D8AF27: hue angle of 46.1º degrees, saturation: 0.69, 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 #D8AF27 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 39 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.15 |
| HSL | 46.1º | 0.69% | 0.5% | - |
| HSV(B) | 46.1º | 0.82% | 0.85% | - |
| XYZ | 44.02 | 45.41 | 8.36 | - |
| YUV | 171.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 39 | 0 | 0.19 | 0.82 | 0.15 | 46.1 | 0.69 | 0.5 |
| Hex | D8 | AF | 27 | 0 | 13 | 52 | F | 2E | 45 | 32 |
| Octal | 330 | 257 | 47 | 0 | 23 | 122 | 17 | 56 | 105 | 62 |
| Binary | 11011000 | 10101111 | 100111 | 0 | 10011 | 1010010 | 1111 | 101110 | 1000101 | 110010 |
Color Harmonies of #D8AF27
Complementary color
Monochromatic Colors of #D8AF27
Black with #D8AF27
Text Example
Text Example
White with #D8AF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF27; }
p { color: rgb(216,175,39); }
H1.HeaderClassName
{
color: #D8AF27;
}
.AnyTagClassName
{
color: #D8AF27;
}
</style>
background-color css
<style>
a { background-color: #D8AF27; }
a { background-color: rgb(216,175,39); }
div.DivClassName
{
background-color: #D8AF27;
}
.BgClassName
{
background-color: #D8AF27;
}
</style>
border-color css
<style>
span { border-color: #D8AF27; }
span { border-color: rgb(216,175,39); }
td.TdClassName
{
border-color: #D8AF27;
}
.TagClassName
{
border-color: #D8AF27;
}
</style>