Shades of Galliano #CEAD1A
Tints of Galliano #CEAD1A
RGB
CMYK
RGB Variations
Color information
#CEAD1A (or 0xCEAD1A) is known color: Galliano. HEX triplet: CE, AD and 1A. RGB value is (206,173,26). Sum of RGB (Red+Green+Blue) = 206+173+26=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD1A is #3152E5. Grayscale: #A6A6A6. Windows color (decimal): -3232486 or 1748430. OLE color: 1748430.
HSL color Cylindrical-coordinate representation of color #CEAD1A: hue angle of 49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEAD1A is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 26 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.19 |
| HSL | 49º | 0.78% | 0.45% | - |
| HSV(B) | 49º | 0.87% | 0.81% | - |
| XYZ | 40.58 | 43.08 | 7.15 | - |
| YUV | 166.11 | 48.93 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 26 | 0 | 0.16 | 0.87 | 0.19 | 49 | 0.78 | 0.45 |
| Hex | CE | AD | 1A | 0 | 10 | 57 | 13 | 31 | 4E | 2D |
| Octal | 316 | 255 | 32 | 0 | 20 | 127 | 23 | 61 | 116 | 55 |
| Binary | 11001110 | 10101101 | 11010 | 0 | 10000 | 1010111 | 10011 | 110001 | 1001110 | 101101 |
Color Harmonies of #CEAD1A
Complementary color
Monochromatic Colors of #CEAD1A
Black with #CEAD1A
Text Example
Text Example
White with #CEAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD1A; }
p { color: rgb(206,173,26); }
H1.HeaderClassName
{
color: #CEAD1A;
}
.AnyTagClassName
{
color: #CEAD1A;
}
</style>
background-color css
<style>
a { background-color: #CEAD1A; }
a { background-color: rgb(206,173,26); }
div.DivClassName
{
background-color: #CEAD1A;
}
.BgClassName
{
background-color: #CEAD1A;
}
</style>
border-color css
<style>
span { border-color: #CEAD1A; }
span { border-color: rgb(206,173,26); }
td.TdClassName
{
border-color: #CEAD1A;
}
.TagClassName
{
border-color: #CEAD1A;
}
</style>