Shades of Galliano #D6AF21
Tints of Galliano #D6AF21
RGB
CMYK
RGB Variations
Color information
#D6AF21 (or 0xD6AF21) is known color: Galliano. HEX triplet: D6, AF and 21. RGB value is (214,175,33). Sum of RGB (Red+Green+Blue) = 214+175+33=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF21 is #2950DE. Grayscale: #ABABAB. Windows color (decimal): -2707679 or 2207702. OLE color: 2207702.
HSL color Cylindrical-coordinate representation of color #D6AF21: hue angle of 47.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6AF21 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.16 |
| HSL | 47.07º | 0.73% | 0.48% | - |
| HSV(B) | 47.07º | 0.85% | 0.84% | - |
| XYZ | 43.34 | 45.07 | 7.85 | - |
| YUV | 170.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 33 | 0 | 0.18 | 0.85 | 0.16 | 47.07 | 0.73 | 0.48 |
| Hex | D6 | AF | 21 | 0 | 12 | 55 | 10 | 2F | 49 | 30 |
| Octal | 326 | 257 | 41 | 0 | 22 | 125 | 20 | 57 | 111 | 60 |
| Binary | 11010110 | 10101111 | 100001 | 0 | 10010 | 1010101 | 10000 | 101111 | 1001001 | 110000 |
Color Harmonies of #D6AF21
Complementary color
Monochromatic Colors of #D6AF21
Black with #D6AF21
Text Example
Text Example
White with #D6AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF21; }
p { color: rgb(214,175,33); }
H1.HeaderClassName
{
color: #D6AF21;
}
.AnyTagClassName
{
color: #D6AF21;
}
</style>
background-color css
<style>
a { background-color: #D6AF21; }
a { background-color: rgb(214,175,33); }
div.DivClassName
{
background-color: #D6AF21;
}
.BgClassName
{
background-color: #D6AF21;
}
</style>
border-color css
<style>
span { border-color: #D6AF21; }
span { border-color: rgb(214,175,33); }
td.TdClassName
{
border-color: #D6AF21;
}
.TagClassName
{
border-color: #D6AF21;
}
</style>