Shades of Galliano #CEA41C
Tints of Galliano #CEA41C
RGB
CMYK
RGB Variations
Color information
#CEA41C (or 0xCEA41C) is known color: Galliano. HEX triplet: CE, A4 and 1C. RGB value is (206,164,28). Sum of RGB (Red+Green+Blue) = 206+164+28=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA41C is #315BE3. Grayscale: #A1A1A1. Windows color (decimal): -3234788 or 1877198. OLE color: 1877198.
HSL color Cylindrical-coordinate representation of color #CEA41C: hue angle of 45.84º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEA41C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 28 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.19 |
| HSL | 45.84º | 0.76% | 0.46% | - |
| HSV(B) | 45.84º | 0.86% | 0.81% | - |
| XYZ | 38.94 | 39.76 | 6.72 | - |
| YUV | 161.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 28 | 0 | 0.20 | 0.86 | 0.19 | 45.84 | 0.76 | 0.46 |
| Hex | CE | A4 | 1C | 0 | 14 | 56 | 13 | 2E | 4C | 2E |
| Octal | 316 | 244 | 34 | 0 | 24 | 126 | 23 | 56 | 114 | 56 |
| Binary | 11001110 | 10100100 | 11100 | 0 | 10100 | 1010110 | 10011 | 101110 | 1001100 | 101110 |
Color Harmonies of #CEA41C
Complementary color
Monochromatic Colors of #CEA41C
Black with #CEA41C
Text Example
Text Example
White with #CEA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA41C; }
p { color: rgb(206,164,28); }
H1.HeaderClassName
{
color: #CEA41C;
}
.AnyTagClassName
{
color: #CEA41C;
}
</style>
background-color css
<style>
a { background-color: #CEA41C; }
a { background-color: rgb(206,164,28); }
div.DivClassName
{
background-color: #CEA41C;
}
.BgClassName
{
background-color: #CEA41C;
}
</style>
border-color css
<style>
span { border-color: #CEA41C; }
span { border-color: rgb(206,164,28); }
td.TdClassName
{
border-color: #CEA41C;
}
.TagClassName
{
border-color: #CEA41C;
}
</style>