Shades of Galliano #CEAC20
Tints of Galliano #CEAC20
RGB
CMYK
RGB Variations
Color information
#CEAC20 (or 0xCEAC20) is known color: Galliano. HEX triplet: CE, AC and 20. RGB value is (206,172,32). Sum of RGB (Red+Green+Blue) = 206+172+32=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC20 is #3153DF. Grayscale: #A6A6A6. Windows color (decimal): -3232736 or 2141390. OLE color: 2141390.
HSL color Cylindrical-coordinate representation of color #CEAC20: hue angle of 48.28º degrees, saturation: 0.73, 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 #CEAC20 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 32 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.19 |
| HSL | 48.28º | 0.73% | 0.47% | - |
| HSV(B) | 48.28º | 0.84% | 0.81% | - |
| XYZ | 40.47 | 42.73 | 7.48 | - |
| YUV | 166.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 32 | 0 | 0.17 | 0.84 | 0.19 | 48.28 | 0.73 | 0.47 |
| Hex | CE | AC | 20 | 0 | 11 | 54 | 13 | 30 | 49 | 2F |
| Octal | 316 | 254 | 40 | 0 | 21 | 124 | 23 | 60 | 111 | 57 |
| Binary | 11001110 | 10101100 | 100000 | 0 | 10001 | 1010100 | 10011 | 110000 | 1001001 | 101111 |
Color Harmonies of #CEAC20
Complementary color
Monochromatic Colors of #CEAC20
Black with #CEAC20
Text Example
Text Example
White with #CEAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC20; }
p { color: rgb(206,172,32); }
H1.HeaderClassName
{
color: #CEAC20;
}
.AnyTagClassName
{
color: #CEAC20;
}
</style>
background-color css
<style>
a { background-color: #CEAC20; }
a { background-color: rgb(206,172,32); }
div.DivClassName
{
background-color: #CEAC20;
}
.BgClassName
{
background-color: #CEAC20;
}
</style>
border-color css
<style>
span { border-color: #CEAC20; }
span { border-color: rgb(206,172,32); }
td.TdClassName
{
border-color: #CEAC20;
}
.TagClassName
{
border-color: #CEAC20;
}
</style>