Shades of Galliano #CEA90F
Tints of Galliano #CEA90F
RGB
CMYK
RGB Variations
Color information
#CEA90F (or 0xCEA90F) is known color: Galliano. HEX triplet: CE, A9 and 0F. RGB value is (206,169,15). Sum of RGB (Red+Green+Blue) = 206+169+15=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA90F is #3156F0. Grayscale: #A3A3A3. Windows color (decimal): -3233521 or 1026510. OLE color: 1026510.
HSL color Cylindrical-coordinate representation of color #CEA90F: hue angle of 48.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEA90F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.19 |
| HSL | 48.38º | 0.86% | 0.43% | - |
| HSV(B) | 48.38º | 0.93% | 0.81% | - |
| XYZ | 39.73 | 41.53 | 6.37 | - |
| YUV | 162.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 15 | 0 | 0.18 | 0.93 | 0.19 | 48.38 | 0.86 | 0.43 |
| Hex | CE | A9 | F | 0 | 12 | 5D | 13 | 30 | 56 | 2B |
| Octal | 316 | 251 | 17 | 0 | 22 | 135 | 23 | 60 | 126 | 53 |
| Binary | 11001110 | 10101001 | 1111 | 0 | 10010 | 1011101 | 10011 | 110000 | 1010110 | 101011 |
Color Harmonies of #CEA90F
Complementary color
Monochromatic Colors of #CEA90F
Black with #CEA90F
Text Example
Text Example
White with #CEA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA90F; }
p { color: rgb(206,169,15); }
H1.HeaderClassName
{
color: #CEA90F;
}
.AnyTagClassName
{
color: #CEA90F;
}
</style>
background-color css
<style>
a { background-color: #CEA90F; }
a { background-color: rgb(206,169,15); }
div.DivClassName
{
background-color: #CEA90F;
}
.BgClassName
{
background-color: #CEA90F;
}
</style>
border-color css
<style>
span { border-color: #CEA90F; }
span { border-color: rgb(206,169,15); }
td.TdClassName
{
border-color: #CEA90F;
}
.TagClassName
{
border-color: #CEA90F;
}
</style>