Shades of Galliano #CEA82A
Tints of Galliano #CEA82A
RGB
CMYK
RGB Variations
Color information
#CEA82A (or 0xCEA82A) is known color: Galliano. HEX triplet: CE, A8 and 2A. RGB value is (206,168,42). Sum of RGB (Red+Green+Blue) = 206+168+42=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA82A is #3157D5. Grayscale: #A5A5A5. Windows color (decimal): -3233750 or 2795726. OLE color: 2795726.
HSL color Cylindrical-coordinate representation of color #CEA82A: hue angle of 46.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEA82A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.19 |
| HSL | 46.1º | 0.66% | 0.49% | - |
| HSV(B) | 46.1º | 0.8% | 0.81% | - |
| XYZ | 39.87 | 41.29 | 8.06 | - |
| YUV | 165 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 42 | 0 | 0.18 | 0.80 | 0.19 | 46.1 | 0.66 | 0.49 |
| Hex | CE | A8 | 2A | 0 | 12 | 50 | 13 | 2E | 42 | 31 |
| Octal | 316 | 250 | 52 | 0 | 22 | 120 | 23 | 56 | 102 | 61 |
| Binary | 11001110 | 10101000 | 101010 | 0 | 10010 | 1010000 | 10011 | 101110 | 1000010 | 110001 |
Color Harmonies of #CEA82A
Complementary color
Monochromatic Colors of #CEA82A
Black with #CEA82A
Text Example
Text Example
White with #CEA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA82A; }
p { color: rgb(206,168,42); }
H1.HeaderClassName
{
color: #CEA82A;
}
.AnyTagClassName
{
color: #CEA82A;
}
</style>
background-color css
<style>
a { background-color: #CEA82A; }
a { background-color: rgb(206,168,42); }
div.DivClassName
{
background-color: #CEA82A;
}
.BgClassName
{
background-color: #CEA82A;
}
</style>
border-color css
<style>
span { border-color: #CEA82A; }
span { border-color: rgb(206,168,42); }
td.TdClassName
{
border-color: #CEA82A;
}
.TagClassName
{
border-color: #CEA82A;
}
</style>