Shades of Galliano #CEA909
Tints of Galliano #CEA909
RGB
CMYK
RGB Variations
Color information
#CEA909 (or 0xCEA909) is known color: Galliano. HEX triplet: CE, A9 and 09. RGB value is (206,169,9). Sum of RGB (Red+Green+Blue) = 206+169+9=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA909 is #3156F6. Grayscale: #A2A2A2. Windows color (decimal): -3233527 or 633294. OLE color: 633294.
HSL color Cylindrical-coordinate representation of color #CEA909: hue angle of 48.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEA909 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.19 |
| HSL | 48.73º | 0.92% | 0.42% | - |
| HSV(B) | 48.73º | 0.96% | 0.81% | - |
| XYZ | 39.69 | 41.52 | 6.18 | - |
| YUV | 161.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 9 | 0 | 0.18 | 0.96 | 0.19 | 48.73 | 0.92 | 0.42 |
| Hex | CE | A9 | 9 | 0 | 12 | 60 | 13 | 31 | 5C | 2A |
| Octal | 316 | 251 | 11 | 0 | 22 | 140 | 23 | 61 | 134 | 52 |
| Binary | 11001110 | 10101001 | 1001 | 0 | 10010 | 1100000 | 10011 | 110001 | 1011100 | 101010 |
Color Harmonies of #CEA909
Complementary color
Monochromatic Colors of #CEA909
Black with #CEA909
Text Example
Text Example
White with #CEA909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA909; }
p { color: rgb(206,169,9); }
H1.HeaderClassName
{
color: #CEA909;
}
.AnyTagClassName
{
color: #CEA909;
}
</style>
background-color css
<style>
a { background-color: #CEA909; }
a { background-color: rgb(206,169,9); }
div.DivClassName
{
background-color: #CEA909;
}
.BgClassName
{
background-color: #CEA909;
}
</style>
border-color css
<style>
span { border-color: #CEA909; }
span { border-color: rgb(206,169,9); }
td.TdClassName
{
border-color: #CEA909;
}
.TagClassName
{
border-color: #CEA909;
}
</style>