Shades of Galliano #CEAD16
Tints of Galliano #CEAD16
RGB
CMYK
RGB Variations
Color information
#CEAD16 (or 0xCEAD16) is known color: Galliano. HEX triplet: CE, AD and 16. RGB value is (206,173,22). Sum of RGB (Red+Green+Blue) = 206+173+22=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD16 is #3152E9. Grayscale: #A6A6A6. Windows color (decimal): -3232490 or 1486286. OLE color: 1486286.
HSL color Cylindrical-coordinate representation of color #CEAD16: hue angle of 49.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEAD16 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.19 |
| HSL | 49.24º | 0.81% | 0.45% | - |
| HSV(B) | 49.24º | 0.89% | 0.81% | - |
| XYZ | 40.54 | 43.07 | 6.94 | - |
| YUV | 165.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 22 | 0 | 0.16 | 0.89 | 0.19 | 49.24 | 0.81 | 0.45 |
| Hex | CE | AD | 16 | 0 | 10 | 59 | 13 | 31 | 51 | 2D |
| Octal | 316 | 255 | 26 | 0 | 20 | 131 | 23 | 61 | 121 | 55 |
| Binary | 11001110 | 10101101 | 10110 | 0 | 10000 | 1011001 | 10011 | 110001 | 1010001 | 101101 |
Color Harmonies of #CEAD16
Complementary color
Monochromatic Colors of #CEAD16
Black with #CEAD16
Text Example
Text Example
White with #CEAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD16; }
p { color: rgb(206,173,22); }
H1.HeaderClassName
{
color: #CEAD16;
}
.AnyTagClassName
{
color: #CEAD16;
}
</style>
background-color css
<style>
a { background-color: #CEAD16; }
a { background-color: rgb(206,173,22); }
div.DivClassName
{
background-color: #CEAD16;
}
.BgClassName
{
background-color: #CEAD16;
}
</style>
border-color css
<style>
span { border-color: #CEAD16; }
span { border-color: rgb(206,173,22); }
td.TdClassName
{
border-color: #CEAD16;
}
.TagClassName
{
border-color: #CEAD16;
}
</style>