Shades of Galliano #CEA21B
Tints of Galliano #CEA21B
RGB
CMYK
RGB Variations
Color information
#CEA21B (or 0xCEA21B) is known color: Galliano. HEX triplet: CE, A2 and 1B. RGB value is (206,162,27). Sum of RGB (Red+Green+Blue) = 206+162+27=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA21B is #315DE4. Grayscale: #A0A0A0. Windows color (decimal): -3235301 or 1811150. OLE color: 1811150.
HSL color Cylindrical-coordinate representation of color #CEA21B: hue angle of 45.25º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEA21B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 27 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.19 |
| HSL | 45.25º | 0.77% | 0.46% | - |
| HSV(B) | 45.25º | 0.87% | 0.81% | - |
| XYZ | 38.57 | 39.04 | 6.54 | - |
| YUV | 159.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 27 | 0 | 0.21 | 0.87 | 0.19 | 45.25 | 0.77 | 0.46 |
| Hex | CE | A2 | 1B | 0 | 15 | 57 | 13 | 2D | 4D | 2E |
| Octal | 316 | 242 | 33 | 0 | 25 | 127 | 23 | 55 | 115 | 56 |
| Binary | 11001110 | 10100010 | 11011 | 0 | 10101 | 1010111 | 10011 | 101101 | 1001101 | 101110 |
Color Harmonies of #CEA21B
Complementary color
Monochromatic Colors of #CEA21B
Black with #CEA21B
Text Example
Text Example
White with #CEA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA21B; }
p { color: rgb(206,162,27); }
H1.HeaderClassName
{
color: #CEA21B;
}
.AnyTagClassName
{
color: #CEA21B;
}
</style>
background-color css
<style>
a { background-color: #CEA21B; }
a { background-color: rgb(206,162,27); }
div.DivClassName
{
background-color: #CEA21B;
}
.BgClassName
{
background-color: #CEA21B;
}
</style>
border-color css
<style>
span { border-color: #CEA21B; }
span { border-color: rgb(206,162,27); }
td.TdClassName
{
border-color: #CEA21B;
}
.TagClassName
{
border-color: #CEA21B;
}
</style>