Shades of Galliano #CEAC10
Tints of Galliano #CEAC10
RGB
CMYK
RGB Variations
Color information
#CEAC10 (or 0xCEAC10) is known color: Galliano. HEX triplet: CE, AC and 10. RGB value is (206,172,16). Sum of RGB (Red+Green+Blue) = 206+172+16=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC10 is #3153EF. Grayscale: #A5A5A5. Windows color (decimal): -3232752 or 1092814. OLE color: 1092814.
HSL color Cylindrical-coordinate representation of color #CEAC10: hue angle of 49.26º 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 #CEAC10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.19 |
| HSL | 49.26º | 0.86% | 0.44% | - |
| HSV(B) | 49.26º | 0.92% | 0.81% | - |
| XYZ | 40.3 | 42.66 | 6.6 | - |
| YUV | 164.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 16 | 0 | 0.17 | 0.92 | 0.19 | 49.26 | 0.86 | 0.44 |
| Hex | CE | AC | 10 | 0 | 11 | 5C | 13 | 31 | 56 | 2C |
| Octal | 316 | 254 | 20 | 0 | 21 | 134 | 23 | 61 | 126 | 54 |
| Binary | 11001110 | 10101100 | 10000 | 0 | 10001 | 1011100 | 10011 | 110001 | 1010110 | 101100 |
Color Harmonies of #CEAC10
Complementary color
Monochromatic Colors of #CEAC10
Black with #CEAC10
Text Example
Text Example
White with #CEAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC10; }
p { color: rgb(206,172,16); }
H1.HeaderClassName
{
color: #CEAC10;
}
.AnyTagClassName
{
color: #CEAC10;
}
</style>
background-color css
<style>
a { background-color: #CEAC10; }
a { background-color: rgb(206,172,16); }
div.DivClassName
{
background-color: #CEAC10;
}
.BgClassName
{
background-color: #CEAC10;
}
</style>
border-color css
<style>
span { border-color: #CEAC10; }
span { border-color: rgb(206,172,16); }
td.TdClassName
{
border-color: #CEAC10;
}
.TagClassName
{
border-color: #CEAC10;
}
</style>