Shades of Galliano #CEA31F
Tints of Galliano #CEA31F
RGB
CMYK
RGB Variations
Color information
#CEA31F (or 0xCEA31F) is known color: Galliano. HEX triplet: CE, A3 and 1F. RGB value is (206,163,31). Sum of RGB (Red+Green+Blue) = 206+163+31=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA31F is #315CE0. Grayscale: #A1A1A1. Windows color (decimal): -3235041 or 2073550. OLE color: 2073550.
HSL color Cylindrical-coordinate representation of color #CEA31F: hue angle of 45.26º 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 #CEA31F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 31 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.19 |
| HSL | 45.26º | 0.74% | 0.46% | - |
| HSV(B) | 45.26º | 0.85% | 0.81% | - |
| XYZ | 38.8 | 39.42 | 6.86 | - |
| YUV | 160.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 31 | 0 | 0.21 | 0.85 | 0.19 | 45.26 | 0.74 | 0.46 |
| Hex | CE | A3 | 1F | 0 | 15 | 55 | 13 | 2D | 4A | 2E |
| Octal | 316 | 243 | 37 | 0 | 25 | 125 | 23 | 55 | 112 | 56 |
| Binary | 11001110 | 10100011 | 11111 | 0 | 10101 | 1010101 | 10011 | 101101 | 1001010 | 101110 |
Color Harmonies of #CEA31F
Complementary color
Monochromatic Colors of #CEA31F
Black with #CEA31F
Text Example
Text Example
White with #CEA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA31F; }
p { color: rgb(206,163,31); }
H1.HeaderClassName
{
color: #CEA31F;
}
.AnyTagClassName
{
color: #CEA31F;
}
</style>
background-color css
<style>
a { background-color: #CEA31F; }
a { background-color: rgb(206,163,31); }
div.DivClassName
{
background-color: #CEA31F;
}
.BgClassName
{
background-color: #CEA31F;
}
</style>
border-color css
<style>
span { border-color: #CEA31F; }
span { border-color: rgb(206,163,31); }
td.TdClassName
{
border-color: #CEA31F;
}
.TagClassName
{
border-color: #CEA31F;
}
</style>