Shades of Galliano #CEA826
Tints of Galliano #CEA826
RGB
CMYK
RGB Variations
Color information
#CEA826 (or 0xCEA826) is known color: Galliano. HEX triplet: CE, A8 and 26. RGB value is (206,168,38). Sum of RGB (Red+Green+Blue) = 206+168+38=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA826 is #3157D9. Grayscale: #A5A5A5. Windows color (decimal): -3233754 or 2533582. OLE color: 2533582.
HSL color Cylindrical-coordinate representation of color #CEA826: hue angle of 46.43º degrees, saturation: 0.69, 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 #CEA826 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 38 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.19 |
| HSL | 46.43º | 0.69% | 0.48% | - |
| HSV(B) | 46.43º | 0.82% | 0.81% | - |
| XYZ | 39.81 | 41.27 | 7.7 | - |
| YUV | 164.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 38 | 0 | 0.18 | 0.82 | 0.19 | 46.43 | 0.69 | 0.48 |
| Hex | CE | A8 | 26 | 0 | 12 | 52 | 13 | 2E | 45 | 30 |
| Octal | 316 | 250 | 46 | 0 | 22 | 122 | 23 | 56 | 105 | 60 |
| Binary | 11001110 | 10101000 | 100110 | 0 | 10010 | 1010010 | 10011 | 101110 | 1000101 | 110000 |
Color Harmonies of #CEA826
Complementary color
Monochromatic Colors of #CEA826
Black with #CEA826
Text Example
Text Example
White with #CEA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA826; }
p { color: rgb(206,168,38); }
H1.HeaderClassName
{
color: #CEA826;
}
.AnyTagClassName
{
color: #CEA826;
}
</style>
background-color css
<style>
a { background-color: #CEA826; }
a { background-color: rgb(206,168,38); }
div.DivClassName
{
background-color: #CEA826;
}
.BgClassName
{
background-color: #CEA826;
}
</style>
border-color css
<style>
span { border-color: #CEA826; }
span { border-color: rgb(206,168,38); }
td.TdClassName
{
border-color: #CEA826;
}
.TagClassName
{
border-color: #CEA826;
}
</style>