Shades of Galliano #CEAB10
Tints of Galliano #CEAB10
RGB
CMYK
RGB Variations
Color information
#CEAB10 (or 0xCEAB10) is known color: Galliano. HEX triplet: CE, AB and 10. RGB value is (206,171,16). Sum of RGB (Red+Green+Blue) = 206+171+16=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB10 is #3154EF. Grayscale: #A4A4A4. Windows color (decimal): -3233008 or 1092558. OLE color: 1092558.
HSL color Cylindrical-coordinate representation of color #CEAB10: hue angle of 48.95º 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 #CEAB10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.19 |
| HSL | 48.95º | 0.86% | 0.44% | - |
| HSV(B) | 48.95º | 0.92% | 0.81% | - |
| XYZ | 40.11 | 42.29 | 6.54 | - |
| YUV | 163.8 | 44.6 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 16 | 0 | 0.17 | 0.92 | 0.19 | 48.95 | 0.86 | 0.44 |
| Hex | CE | AB | 10 | 0 | 11 | 5C | 13 | 31 | 56 | 2C |
| Octal | 316 | 253 | 20 | 0 | 21 | 134 | 23 | 61 | 126 | 54 |
| Binary | 11001110 | 10101011 | 10000 | 0 | 10001 | 1011100 | 10011 | 110001 | 1010110 | 101100 |
Color Harmonies of #CEAB10
Complementary color
Monochromatic Colors of #CEAB10
Black with #CEAB10
Text Example
Text Example
White with #CEAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB10; }
p { color: rgb(206,171,16); }
H1.HeaderClassName
{
color: #CEAB10;
}
.AnyTagClassName
{
color: #CEAB10;
}
</style>
background-color css
<style>
a { background-color: #CEAB10; }
a { background-color: rgb(206,171,16); }
div.DivClassName
{
background-color: #CEAB10;
}
.BgClassName
{
background-color: #CEAB10;
}
</style>
border-color css
<style>
span { border-color: #CEAB10; }
span { border-color: rgb(206,171,16); }
td.TdClassName
{
border-color: #CEAB10;
}
.TagClassName
{
border-color: #CEAB10;
}
</style>