Shades of Galliano #CEAC17
Tints of Galliano #CEAC17
RGB
CMYK
RGB Variations
Color information
#CEAC17 (or 0xCEAC17) is known color: Galliano. HEX triplet: CE, AC and 17. RGB value is (206,172,23). Sum of RGB (Red+Green+Blue) = 206+172+23=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC17 is #3153E8. Grayscale: #A5A5A5. Windows color (decimal): -3232745 or 1551566. OLE color: 1551566.
HSL color Cylindrical-coordinate representation of color #CEAC17: hue angle of 48.85º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEAC17 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.19 |
| HSL | 48.85º | 0.8% | 0.45% | - |
| HSV(B) | 48.85º | 0.89% | 0.81% | - |
| XYZ | 40.36 | 42.69 | 6.92 | - |
| YUV | 165.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 23 | 0 | 0.17 | 0.89 | 0.19 | 48.85 | 0.8 | 0.45 |
| Hex | CE | AC | 17 | 0 | 11 | 59 | 13 | 31 | 50 | 2D |
| Octal | 316 | 254 | 27 | 0 | 21 | 131 | 23 | 61 | 120 | 55 |
| Binary | 11001110 | 10101100 | 10111 | 0 | 10001 | 1011001 | 10011 | 110001 | 1010000 | 101101 |
Color Harmonies of #CEAC17
Complementary color
Monochromatic Colors of #CEAC17
Black with #CEAC17
Text Example
Text Example
White with #CEAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC17; }
p { color: rgb(206,172,23); }
H1.HeaderClassName
{
color: #CEAC17;
}
.AnyTagClassName
{
color: #CEAC17;
}
</style>
background-color css
<style>
a { background-color: #CEAC17; }
a { background-color: rgb(206,172,23); }
div.DivClassName
{
background-color: #CEAC17;
}
.BgClassName
{
background-color: #CEAC17;
}
</style>
border-color css
<style>
span { border-color: #CEAC17; }
span { border-color: rgb(206,172,23); }
td.TdClassName
{
border-color: #CEAC17;
}
.TagClassName
{
border-color: #CEAC17;
}
</style>