Shades of Galliano #CEA71F
Tints of Galliano #CEA71F
RGB
CMYK
RGB Variations
Color information
#CEA71F (or 0xCEA71F) is known color: Galliano. HEX triplet: CE, A7 and 1F. RGB value is (206,167,31). Sum of RGB (Red+Green+Blue) = 206+167+31=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA71F is #3158E0. Grayscale: #A3A3A3. Windows color (decimal): -3234017 or 2074574. OLE color: 2074574.
HSL color Cylindrical-coordinate representation of color #CEA71F: hue angle of 46.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEA71F is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 31 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.19 |
| HSL | 46.63º | 0.74% | 0.46% | - |
| HSV(B) | 46.63º | 0.85% | 0.81% | - |
| XYZ | 39.52 | 40.86 | 7.1 | - |
| YUV | 163.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 31 | 0 | 0.19 | 0.85 | 0.19 | 46.63 | 0.74 | 0.46 |
| Hex | CE | A7 | 1F | 0 | 13 | 55 | 13 | 2F | 4A | 2E |
| Octal | 316 | 247 | 37 | 0 | 23 | 125 | 23 | 57 | 112 | 56 |
| Binary | 11001110 | 10100111 | 11111 | 0 | 10011 | 1010101 | 10011 | 101111 | 1001010 | 101110 |
Color Harmonies of #CEA71F
Complementary color
Monochromatic Colors of #CEA71F
Black with #CEA71F
Text Example
Text Example
White with #CEA71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA71F; }
p { color: rgb(206,167,31); }
H1.HeaderClassName
{
color: #CEA71F;
}
.AnyTagClassName
{
color: #CEA71F;
}
</style>
background-color css
<style>
a { background-color: #CEA71F; }
a { background-color: rgb(206,167,31); }
div.DivClassName
{
background-color: #CEA71F;
}
.BgClassName
{
background-color: #CEA71F;
}
</style>
border-color css
<style>
span { border-color: #CEA71F; }
span { border-color: rgb(206,167,31); }
td.TdClassName
{
border-color: #CEA71F;
}
.TagClassName
{
border-color: #CEA71F;
}
</style>