Shades of Galliano #CEA71C
Tints of Galliano #CEA71C
RGB
CMYK
RGB Variations
Color information
#CEA71C (or 0xCEA71C) is known color: Galliano. HEX triplet: CE, A7 and 1C. RGB value is (206,167,28). Sum of RGB (Red+Green+Blue) = 206+167+28=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA71C is #3158E3. Grayscale: #A3A3A3. Windows color (decimal): -3234020 or 1877966. OLE color: 1877966.
HSL color Cylindrical-coordinate representation of color #CEA71C: hue angle of 46.85º 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 #CEA71C is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 28 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.19 |
| HSL | 46.85º | 0.76% | 0.46% | - |
| HSV(B) | 46.85º | 0.86% | 0.81% | - |
| XYZ | 39.48 | 40.84 | 6.9 | - |
| YUV | 162.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 28 | 0 | 0.19 | 0.86 | 0.19 | 46.85 | 0.76 | 0.46 |
| Hex | CE | A7 | 1C | 0 | 13 | 56 | 13 | 2F | 4C | 2E |
| Octal | 316 | 247 | 34 | 0 | 23 | 126 | 23 | 57 | 114 | 56 |
| Binary | 11001110 | 10100111 | 11100 | 0 | 10011 | 1010110 | 10011 | 101111 | 1001100 | 101110 |
Color Harmonies of #CEA71C
Complementary color
Monochromatic Colors of #CEA71C
Black with #CEA71C
Text Example
Text Example
White with #CEA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA71C; }
p { color: rgb(206,167,28); }
H1.HeaderClassName
{
color: #CEA71C;
}
.AnyTagClassName
{
color: #CEA71C;
}
</style>
background-color css
<style>
a { background-color: #CEA71C; }
a { background-color: rgb(206,167,28); }
div.DivClassName
{
background-color: #CEA71C;
}
.BgClassName
{
background-color: #CEA71C;
}
</style>
border-color css
<style>
span { border-color: #CEA71C; }
span { border-color: rgb(206,167,28); }
td.TdClassName
{
border-color: #CEA71C;
}
.TagClassName
{
border-color: #CEA71C;
}
</style>