Shades of Galliano #CEAA0C
Tints of Galliano #CEAA0C
RGB
CMYK
RGB Variations
Color information
#CEAA0C (or 0xCEAA0C) is known color: Galliano. HEX triplet: CE, AA and 0C. RGB value is (206,170,12). Sum of RGB (Red+Green+Blue) = 206+170+12=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAA0C is #3155F3. Grayscale: #A3A3A3. Windows color (decimal): -3233268 or 830158. OLE color: 830158.
HSL color Cylindrical-coordinate representation of color #CEAA0C: hue angle of 48.87º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEAA0C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.19 |
| HSL | 48.87º | 0.89% | 0.43% | - |
| HSV(B) | 48.87º | 0.94% | 0.81% | - |
| XYZ | 39.89 | 41.9 | 6.33 | - |
| YUV | 162.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 12 | 0 | 0.17 | 0.94 | 0.19 | 48.87 | 0.89 | 0.43 |
| Hex | CE | AA | C | 0 | 11 | 5E | 13 | 31 | 59 | 2B |
| Octal | 316 | 252 | 14 | 0 | 21 | 136 | 23 | 61 | 131 | 53 |
| Binary | 11001110 | 10101010 | 1100 | 0 | 10001 | 1011110 | 10011 | 110001 | 1011001 | 101011 |
Color Harmonies of #CEAA0C
Complementary color
Monochromatic Colors of #CEAA0C
Black with #CEAA0C
Text Example
Text Example
White with #CEAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA0C; }
p { color: rgb(206,170,12); }
H1.HeaderClassName
{
color: #CEAA0C;
}
.AnyTagClassName
{
color: #CEAA0C;
}
</style>
background-color css
<style>
a { background-color: #CEAA0C; }
a { background-color: rgb(206,170,12); }
div.DivClassName
{
background-color: #CEAA0C;
}
.BgClassName
{
background-color: #CEAA0C;
}
</style>
border-color css
<style>
span { border-color: #CEAA0C; }
span { border-color: rgb(206,170,12); }
td.TdClassName
{
border-color: #CEAA0C;
}
.TagClassName
{
border-color: #CEAA0C;
}
</style>