Shades of Galliano #CEAB1E
Tints of Galliano #CEAB1E
RGB
CMYK
RGB Variations
Color information
#CEAB1E (or 0xCEAB1E) is known color: Galliano. HEX triplet: CE, AB and 1E. RGB value is (206,171,30). Sum of RGB (Red+Green+Blue) = 206+171+30=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB1E is #3154E1. Grayscale: #A5A5A5. Windows color (decimal): -3232994 or 2010062. OLE color: 2010062.
HSL color Cylindrical-coordinate representation of color #CEAB1E: hue angle of 48.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEAB1E is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 30 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.19 |
| HSL | 48.07º | 0.75% | 0.46% | - |
| HSV(B) | 48.07º | 0.85% | 0.81% | - |
| XYZ | 40.25 | 42.34 | 7.28 | - |
| YUV | 165.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 30 | 0 | 0.17 | 0.85 | 0.19 | 48.07 | 0.75 | 0.46 |
| Hex | CE | AB | 1E | 0 | 11 | 55 | 13 | 30 | 4B | 2E |
| Octal | 316 | 253 | 36 | 0 | 21 | 125 | 23 | 60 | 113 | 56 |
| Binary | 11001110 | 10101011 | 11110 | 0 | 10001 | 1010101 | 10011 | 110000 | 1001011 | 101110 |
Color Harmonies of #CEAB1E
Complementary color
Monochromatic Colors of #CEAB1E
Black with #CEAB1E
Text Example
Text Example
White with #CEAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB1E; }
p { color: rgb(206,171,30); }
H1.HeaderClassName
{
color: #CEAB1E;
}
.AnyTagClassName
{
color: #CEAB1E;
}
</style>
background-color css
<style>
a { background-color: #CEAB1E; }
a { background-color: rgb(206,171,30); }
div.DivClassName
{
background-color: #CEAB1E;
}
.BgClassName
{
background-color: #CEAB1E;
}
</style>
border-color css
<style>
span { border-color: #CEAB1E; }
span { border-color: rgb(206,171,30); }
td.TdClassName
{
border-color: #CEAB1E;
}
.TagClassName
{
border-color: #CEAB1E;
}
</style>