Shades of Galliano #CEAB1B
Tints of Galliano #CEAB1B
RGB
CMYK
RGB Variations
Color information
#CEAB1B (or 0xCEAB1B) is known color: Galliano. HEX triplet: CE, AB and 1B. RGB value is (206,171,27). Sum of RGB (Red+Green+Blue) = 206+171+27=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB1B is #3154E4. Grayscale: #A5A5A5. Windows color (decimal): -3232997 or 1813454. OLE color: 1813454.
HSL color Cylindrical-coordinate representation of color #CEAB1B: hue angle of 48.27º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEAB1B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 27 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.19 |
| HSL | 48.27º | 0.77% | 0.46% | - |
| HSV(B) | 48.27º | 0.87% | 0.81% | - |
| XYZ | 40.21 | 42.33 | 7.09 | - |
| YUV | 165.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 27 | 0 | 0.17 | 0.87 | 0.19 | 48.27 | 0.77 | 0.46 |
| Hex | CE | AB | 1B | 0 | 11 | 57 | 13 | 30 | 4D | 2E |
| Octal | 316 | 253 | 33 | 0 | 21 | 127 | 23 | 60 | 115 | 56 |
| Binary | 11001110 | 10101011 | 11011 | 0 | 10001 | 1010111 | 10011 | 110000 | 1001101 | 101110 |
Color Harmonies of #CEAB1B
Complementary color
Monochromatic Colors of #CEAB1B
Black with #CEAB1B
Text Example
Text Example
White with #CEAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB1B; }
p { color: rgb(206,171,27); }
H1.HeaderClassName
{
color: #CEAB1B;
}
.AnyTagClassName
{
color: #CEAB1B;
}
</style>
background-color css
<style>
a { background-color: #CEAB1B; }
a { background-color: rgb(206,171,27); }
div.DivClassName
{
background-color: #CEAB1B;
}
.BgClassName
{
background-color: #CEAB1B;
}
</style>
border-color css
<style>
span { border-color: #CEAB1B; }
span { border-color: rgb(206,171,27); }
td.TdClassName
{
border-color: #CEAB1B;
}
.TagClassName
{
border-color: #CEAB1B;
}
</style>