Shades of Galliano #CEA61D
Tints of Galliano #CEA61D
RGB
CMYK
RGB Variations
Color information
#CEA61D (or 0xCEA61D) is known color: Galliano. HEX triplet: CE, A6 and 1D. RGB value is (206,166,29). Sum of RGB (Red+Green+Blue) = 206+166+29=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA61D is #3159E2. Grayscale: #A2A2A2. Windows color (decimal): -3234275 or 1943246. OLE color: 1943246.
HSL color Cylindrical-coordinate representation of color #CEA61D: hue angle of 46.44º degrees, saturation: 0.75, 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 #CEA61D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.19 |
| HSL | 46.44º | 0.75% | 0.46% | - |
| HSV(B) | 46.44º | 0.86% | 0.81% | - |
| XYZ | 39.31 | 40.48 | 6.9 | - |
| YUV | 162.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 29 | 0 | 0.19 | 0.86 | 0.19 | 46.44 | 0.75 | 0.46 |
| Hex | CE | A6 | 1D | 0 | 13 | 56 | 13 | 2E | 4B | 2E |
| Octal | 316 | 246 | 35 | 0 | 23 | 126 | 23 | 56 | 113 | 56 |
| Binary | 11001110 | 10100110 | 11101 | 0 | 10011 | 1010110 | 10011 | 101110 | 1001011 | 101110 |
Color Harmonies of #CEA61D
Complementary color
Monochromatic Colors of #CEA61D
Black with #CEA61D
Text Example
Text Example
White with #CEA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA61D; }
p { color: rgb(206,166,29); }
H1.HeaderClassName
{
color: #CEA61D;
}
.AnyTagClassName
{
color: #CEA61D;
}
</style>
background-color css
<style>
a { background-color: #CEA61D; }
a { background-color: rgb(206,166,29); }
div.DivClassName
{
background-color: #CEA61D;
}
.BgClassName
{
background-color: #CEA61D;
}
</style>
border-color css
<style>
span { border-color: #CEA61D; }
span { border-color: rgb(206,166,29); }
td.TdClassName
{
border-color: #CEA61D;
}
.TagClassName
{
border-color: #CEA61D;
}
</style>