Shades of Galliano #D7AF21
Tints of Galliano #D7AF21
RGB
CMYK
RGB Variations
Color information
#D7AF21 (or 0xD7AF21) is known color: Galliano. HEX triplet: D7, AF and 21. RGB value is (215,175,33). Sum of RGB (Red+Green+Blue) = 215+175+33=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF21 is #2850DE. Grayscale: #ABABAB. Windows color (decimal): -2642143 or 2207703. OLE color: 2207703.
HSL color Cylindrical-coordinate representation of color #D7AF21: hue angle of 46.81º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7AF21 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.16 |
| HSL | 46.81º | 0.73% | 0.49% | - |
| HSV(B) | 46.81º | 0.85% | 0.84% | - |
| XYZ | 43.63 | 45.22 | 7.87 | - |
| YUV | 170.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 33 | 0 | 0.19 | 0.85 | 0.16 | 46.81 | 0.73 | 0.49 |
| Hex | D7 | AF | 21 | 0 | 13 | 55 | 10 | 2F | 49 | 31 |
| Octal | 327 | 257 | 41 | 0 | 23 | 125 | 20 | 57 | 111 | 61 |
| Binary | 11010111 | 10101111 | 100001 | 0 | 10011 | 1010101 | 10000 | 101111 | 1001001 | 110001 |
Color Harmonies of #D7AF21
Complementary color
Monochromatic Colors of #D7AF21
Black with #D7AF21
Text Example
Text Example
White with #D7AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF21; }
p { color: rgb(215,175,33); }
H1.HeaderClassName
{
color: #D7AF21;
}
.AnyTagClassName
{
color: #D7AF21;
}
</style>
background-color css
<style>
a { background-color: #D7AF21; }
a { background-color: rgb(215,175,33); }
div.DivClassName
{
background-color: #D7AF21;
}
.BgClassName
{
background-color: #D7AF21;
}
</style>
border-color css
<style>
span { border-color: #D7AF21; }
span { border-color: rgb(215,175,33); }
td.TdClassName
{
border-color: #D7AF21;
}
.TagClassName
{
border-color: #D7AF21;
}
</style>