Shades of Galliano #CEA02D
Tints of Galliano #CEA02D
RGB
CMYK
RGB Variations
Color information
#CEA02D (or 0xCEA02D) is known color: Galliano. HEX triplet: CE, A0 and 2D. RGB value is (206,160,45). Sum of RGB (Red+Green+Blue) = 206+160+45=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA02D is #315FD2. Grayscale: #A1A1A1. Windows color (decimal): -3235795 or 2990286. OLE color: 2990286.
HSL color Cylindrical-coordinate representation of color #CEA02D: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEA02D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 45 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.19 |
| HSL | 42.86º | 0.64% | 0.49% | - |
| HSV(B) | 42.86º | 0.78% | 0.81% | - |
| XYZ | 38.5 | 38.45 | 7.88 | - |
| YUV | 160.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 45 | 0 | 0.22 | 0.78 | 0.19 | 42.86 | 0.64 | 0.49 |
| Hex | CE | A0 | 2D | 0 | 16 | 4E | 13 | 2B | 40 | 31 |
| Octal | 316 | 240 | 55 | 0 | 26 | 116 | 23 | 53 | 100 | 61 |
| Binary | 11001110 | 10100000 | 101101 | 0 | 10110 | 1001110 | 10011 | 101011 | 1000000 | 110001 |
Color Harmonies of #CEA02D
Complementary color
Monochromatic Colors of #CEA02D
Black with #CEA02D
Text Example
Text Example
White with #CEA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA02D; }
p { color: rgb(206,160,45); }
H1.HeaderClassName
{
color: #CEA02D;
}
.AnyTagClassName
{
color: #CEA02D;
}
</style>
background-color css
<style>
a { background-color: #CEA02D; }
a { background-color: rgb(206,160,45); }
div.DivClassName
{
background-color: #CEA02D;
}
.BgClassName
{
background-color: #CEA02D;
}
</style>
border-color css
<style>
span { border-color: #CEA02D; }
span { border-color: rgb(206,160,45); }
td.TdClassName
{
border-color: #CEA02D;
}
.TagClassName
{
border-color: #CEA02D;
}
</style>