Shades of Galliano #CEAA17
Tints of Galliano #CEAA17
RGB
CMYK
RGB Variations
Color information
#CEAA17 (or 0xCEAA17) is known color: Galliano. HEX triplet: CE, AA and 17. RGB value is (206,170,23). Sum of RGB (Red+Green+Blue) = 206+170+23=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAA17 is #3155E8. Grayscale: #A4A4A4. Windows color (decimal): -3233257 or 1551054. OLE color: 1551054.
HSL color Cylindrical-coordinate representation of color #CEAA17: hue angle of 48.2º degrees, saturation: 0.8, 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 #CEAA17 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.19 |
| HSL | 48.2º | 0.8% | 0.45% | - |
| HSV(B) | 48.2º | 0.89% | 0.81% | - |
| XYZ | 39.98 | 41.93 | 6.8 | - |
| YUV | 164.01 | 48.43 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 23 | 0 | 0.17 | 0.89 | 0.19 | 48.2 | 0.8 | 0.45 |
| Hex | CE | AA | 17 | 0 | 11 | 59 | 13 | 30 | 50 | 2D |
| Octal | 316 | 252 | 27 | 0 | 21 | 131 | 23 | 60 | 120 | 55 |
| Binary | 11001110 | 10101010 | 10111 | 0 | 10001 | 1011001 | 10011 | 110000 | 1010000 | 101101 |
Color Harmonies of #CEAA17
Complementary color
Monochromatic Colors of #CEAA17
Black with #CEAA17
Text Example
Text Example
White with #CEAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA17; }
p { color: rgb(206,170,23); }
H1.HeaderClassName
{
color: #CEAA17;
}
.AnyTagClassName
{
color: #CEAA17;
}
</style>
background-color css
<style>
a { background-color: #CEAA17; }
a { background-color: rgb(206,170,23); }
div.DivClassName
{
background-color: #CEAA17;
}
.BgClassName
{
background-color: #CEAA17;
}
</style>
border-color css
<style>
span { border-color: #CEAA17; }
span { border-color: rgb(206,170,23); }
td.TdClassName
{
border-color: #CEAA17;
}
.TagClassName
{
border-color: #CEAA17;
}
</style>