Shades of Galliano #CEAB21
Tints of Galliano #CEAB21
RGB
CMYK
RGB Variations
Color information
#CEAB21 (or 0xCEAB21) is known color: Galliano. HEX triplet: CE, AB and 21. RGB value is (206,171,33). Sum of RGB (Red+Green+Blue) = 206+171+33=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB21 is #3154DE. Grayscale: #A6A6A6. Windows color (decimal): -3232991 or 2206670. OLE color: 2206670.
HSL color Cylindrical-coordinate representation of color #CEAB21: hue angle of 47.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEAB21 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 33 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.19 |
| HSL | 47.86º | 0.72% | 0.47% | - |
| HSV(B) | 47.86º | 0.84% | 0.81% | - |
| XYZ | 40.29 | 42.36 | 7.49 | - |
| YUV | 165.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 33 | 0 | 0.17 | 0.84 | 0.19 | 47.86 | 0.72 | 0.47 |
| Hex | CE | AB | 21 | 0 | 11 | 54 | 13 | 30 | 48 | 2F |
| Octal | 316 | 253 | 41 | 0 | 21 | 124 | 23 | 60 | 110 | 57 |
| Binary | 11001110 | 10101011 | 100001 | 0 | 10001 | 1010100 | 10011 | 110000 | 1001000 | 101111 |
Color Harmonies of #CEAB21
Complementary color
Monochromatic Colors of #CEAB21
Black with #CEAB21
Text Example
Text Example
White with #CEAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB21; }
p { color: rgb(206,171,33); }
H1.HeaderClassName
{
color: #CEAB21;
}
.AnyTagClassName
{
color: #CEAB21;
}
</style>
background-color css
<style>
a { background-color: #CEAB21; }
a { background-color: rgb(206,171,33); }
div.DivClassName
{
background-color: #CEAB21;
}
.BgClassName
{
background-color: #CEAB21;
}
</style>
border-color css
<style>
span { border-color: #CEAB21; }
span { border-color: rgb(206,171,33); }
td.TdClassName
{
border-color: #CEAB21;
}
.TagClassName
{
border-color: #CEAB21;
}
</style>