Shades of Galliano #D8AF21
Tints of Galliano #D8AF21
RGB
CMYK
RGB Variations
Color information
#D8AF21 (or 0xD8AF21) is known color: Galliano. HEX triplet: D8, AF and 21. RGB value is (216,175,33). Sum of RGB (Red+Green+Blue) = 216+175+33=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF21 is #2750DE. Grayscale: #ABABAB. Windows color (decimal): -2576607 or 2207704. OLE color: 2207704.
HSL color Cylindrical-coordinate representation of color #D8AF21: hue angle of 46.56º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8AF21 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.15 |
| HSL | 46.56º | 0.73% | 0.49% | - |
| HSV(B) | 46.56º | 0.85% | 0.85% | - |
| XYZ | 43.92 | 45.37 | 7.88 | - |
| YUV | 171.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 33 | 0 | 0.19 | 0.85 | 0.15 | 46.56 | 0.73 | 0.49 |
| Hex | D8 | AF | 21 | 0 | 13 | 55 | F | 2F | 49 | 31 |
| Octal | 330 | 257 | 41 | 0 | 23 | 125 | 17 | 57 | 111 | 61 |
| Binary | 11011000 | 10101111 | 100001 | 0 | 10011 | 1010101 | 1111 | 101111 | 1001001 | 110001 |
Color Harmonies of #D8AF21
Complementary color
Monochromatic Colors of #D8AF21
Black with #D8AF21
Text Example
Text Example
White with #D8AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF21; }
p { color: rgb(216,175,33); }
H1.HeaderClassName
{
color: #D8AF21;
}
.AnyTagClassName
{
color: #D8AF21;
}
</style>
background-color css
<style>
a { background-color: #D8AF21; }
a { background-color: rgb(216,175,33); }
div.DivClassName
{
background-color: #D8AF21;
}
.BgClassName
{
background-color: #D8AF21;
}
</style>
border-color css
<style>
span { border-color: #D8AF21; }
span { border-color: rgb(216,175,33); }
td.TdClassName
{
border-color: #D8AF21;
}
.TagClassName
{
border-color: #D8AF21;
}
</style>