Shades of Galliano #CEA925
Tints of Galliano #CEA925
RGB
CMYK
RGB Variations
Color information
#CEA925 (or 0xCEA925) is known color: Galliano. HEX triplet: CE, A9 and 25. RGB value is (206,169,37). Sum of RGB (Red+Green+Blue) = 206+169+37=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA925 is #3156DA. Grayscale: #A5A5A5. Windows color (decimal): -3233499 or 2468302. OLE color: 2468302.
HSL color Cylindrical-coordinate representation of color #CEA925: hue angle of 46.86º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEA925 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 37 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.19 |
| HSL | 46.86º | 0.7% | 0.48% | - |
| HSV(B) | 46.86º | 0.82% | 0.81% | - |
| XYZ | 39.98 | 41.63 | 7.68 | - |
| YUV | 165.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 37 | 0 | 0.18 | 0.82 | 0.19 | 46.86 | 0.7 | 0.48 |
| Hex | CE | A9 | 25 | 0 | 12 | 52 | 13 | 2F | 46 | 30 |
| Octal | 316 | 251 | 45 | 0 | 22 | 122 | 23 | 57 | 106 | 60 |
| Binary | 11001110 | 10101001 | 100101 | 0 | 10010 | 1010010 | 10011 | 101111 | 1000110 | 110000 |
Color Harmonies of #CEA925
Complementary color
Monochromatic Colors of #CEA925
Black with #CEA925
Text Example
Text Example
White with #CEA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA925; }
p { color: rgb(206,169,37); }
H1.HeaderClassName
{
color: #CEA925;
}
.AnyTagClassName
{
color: #CEA925;
}
</style>
background-color css
<style>
a { background-color: #CEA925; }
a { background-color: rgb(206,169,37); }
div.DivClassName
{
background-color: #CEA925;
}
.BgClassName
{
background-color: #CEA925;
}
</style>
border-color css
<style>
span { border-color: #CEA925; }
span { border-color: rgb(206,169,37); }
td.TdClassName
{
border-color: #CEA925;
}
.TagClassName
{
border-color: #CEA925;
}
</style>