Shades of Galliano #CEA710
Tints of Galliano #CEA710
RGB
CMYK
RGB Variations
Color information
#CEA710 (or 0xCEA710) is known color: Galliano. HEX triplet: CE, A7 and 10. RGB value is (206,167,16). Sum of RGB (Red+Green+Blue) = 206+167+16=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA710 is #3158EF. Grayscale: #A2A2A2. Windows color (decimal): -3234032 or 1091534. OLE color: 1091534.
HSL color Cylindrical-coordinate representation of color #CEA710: hue angle of 47.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEA710 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.19 |
| HSL | 47.68º | 0.86% | 0.44% | - |
| HSV(B) | 47.68º | 0.92% | 0.81% | - |
| XYZ | 39.37 | 40.8 | 6.29 | - |
| YUV | 161.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 16 | 0 | 0.19 | 0.92 | 0.19 | 47.68 | 0.86 | 0.44 |
| Hex | CE | A7 | 10 | 0 | 13 | 5C | 13 | 30 | 56 | 2C |
| Octal | 316 | 247 | 20 | 0 | 23 | 134 | 23 | 60 | 126 | 54 |
| Binary | 11001110 | 10100111 | 10000 | 0 | 10011 | 1011100 | 10011 | 110000 | 1010110 | 101100 |
Color Harmonies of #CEA710
Complementary color
Monochromatic Colors of #CEA710
Black with #CEA710
Text Example
Text Example
White with #CEA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA710; }
p { color: rgb(206,167,16); }
H1.HeaderClassName
{
color: #CEA710;
}
.AnyTagClassName
{
color: #CEA710;
}
</style>
background-color css
<style>
a { background-color: #CEA710; }
a { background-color: rgb(206,167,16); }
div.DivClassName
{
background-color: #CEA710;
}
.BgClassName
{
background-color: #CEA710;
}
</style>
border-color css
<style>
span { border-color: #CEA710; }
span { border-color: rgb(206,167,16); }
td.TdClassName
{
border-color: #CEA710;
}
.TagClassName
{
border-color: #CEA710;
}
</style>