Shades of Galliano #CEA91D
Tints of Galliano #CEA91D
RGB
CMYK
RGB Variations
Color information
#CEA91D (or 0xCEA91D) is known color: Galliano. HEX triplet: CE, A9 and 1D. RGB value is (206,169,29). Sum of RGB (Red+Green+Blue) = 206+169+29=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA91D is #3156E2. Grayscale: #A4A4A4. Windows color (decimal): -3233507 or 1944014. OLE color: 1944014.
HSL color Cylindrical-coordinate representation of color #CEA91D: hue angle of 47.46º 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 #CEA91D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 29 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.19 |
| HSL | 47.46º | 0.75% | 0.46% | - |
| HSV(B) | 47.46º | 0.86% | 0.81% | - |
| XYZ | 39.86 | 41.59 | 7.09 | - |
| YUV | 164.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 29 | 0 | 0.18 | 0.86 | 0.19 | 47.46 | 0.75 | 0.46 |
| Hex | CE | A9 | 1D | 0 | 12 | 56 | 13 | 2F | 4B | 2E |
| Octal | 316 | 251 | 35 | 0 | 22 | 126 | 23 | 57 | 113 | 56 |
| Binary | 11001110 | 10101001 | 11101 | 0 | 10010 | 1010110 | 10011 | 101111 | 1001011 | 101110 |
Color Harmonies of #CEA91D
Complementary color
Monochromatic Colors of #CEA91D
Black with #CEA91D
Text Example
Text Example
White with #CEA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA91D; }
p { color: rgb(206,169,29); }
H1.HeaderClassName
{
color: #CEA91D;
}
.AnyTagClassName
{
color: #CEA91D;
}
</style>
background-color css
<style>
a { background-color: #CEA91D; }
a { background-color: rgb(206,169,29); }
div.DivClassName
{
background-color: #CEA91D;
}
.BgClassName
{
background-color: #CEA91D;
}
</style>
border-color css
<style>
span { border-color: #CEA91D; }
span { border-color: rgb(206,169,29); }
td.TdClassName
{
border-color: #CEA91D;
}
.TagClassName
{
border-color: #CEA91D;
}
</style>