Shades of Galliano #CEA82C
Tints of Galliano #CEA82C
RGB
CMYK
RGB Variations
Color information
#CEA82C (or 0xCEA82C) is known color: Galliano. HEX triplet: CE, A8 and 2C. RGB value is (206,168,44). Sum of RGB (Red+Green+Blue) = 206+168+44=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA82C is #3157D3. Grayscale: #A5A5A5. Windows color (decimal): -3233748 or 2926798. OLE color: 2926798.
HSL color Cylindrical-coordinate representation of color #CEA82C: hue angle of 45.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA82C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 44 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.19 |
| HSL | 45.93º | 0.65% | 0.49% | - |
| HSV(B) | 45.93º | 0.79% | 0.81% | - |
| XYZ | 39.91 | 41.31 | 8.25 | - |
| YUV | 165.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 44 | 0 | 0.18 | 0.79 | 0.19 | 45.93 | 0.65 | 0.49 |
| Hex | CE | A8 | 2C | 0 | 12 | 4F | 13 | 2E | 41 | 31 |
| Octal | 316 | 250 | 54 | 0 | 22 | 117 | 23 | 56 | 101 | 61 |
| Binary | 11001110 | 10101000 | 101100 | 0 | 10010 | 1001111 | 10011 | 101110 | 1000001 | 110001 |
Color Harmonies of #CEA82C
Complementary color
Monochromatic Colors of #CEA82C
Black with #CEA82C
Text Example
Text Example
White with #CEA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA82C; }
p { color: rgb(206,168,44); }
H1.HeaderClassName
{
color: #CEA82C;
}
.AnyTagClassName
{
color: #CEA82C;
}
</style>
background-color css
<style>
a { background-color: #CEA82C; }
a { background-color: rgb(206,168,44); }
div.DivClassName
{
background-color: #CEA82C;
}
.BgClassName
{
background-color: #CEA82C;
}
</style>
border-color css
<style>
span { border-color: #CEA82C; }
span { border-color: rgb(206,168,44); }
td.TdClassName
{
border-color: #CEA82C;
}
.TagClassName
{
border-color: #CEA82C;
}
</style>