Shades of Galliano #CEAD1C
Tints of Galliano #CEAD1C
RGB
CMYK
RGB Variations
Color information
#CEAD1C (or 0xCEAD1C) is known color: Galliano. HEX triplet: CE, AD and 1C. RGB value is (206,173,28). Sum of RGB (Red+Green+Blue) = 206+173+28=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD1C is #3152E3. Grayscale: #A6A6A6. Windows color (decimal): -3232484 or 1879502. OLE color: 1879502.
HSL color Cylindrical-coordinate representation of color #CEAD1C: hue angle of 48.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEAD1C is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 28 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.19 |
| HSL | 48.88º | 0.76% | 0.46% | - |
| HSV(B) | 48.88º | 0.86% | 0.81% | - |
| XYZ | 40.61 | 43.09 | 7.28 | - |
| YUV | 166.34 | 49.93 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 28 | 0 | 0.16 | 0.86 | 0.19 | 48.88 | 0.76 | 0.46 |
| Hex | CE | AD | 1C | 0 | 10 | 56 | 13 | 31 | 4C | 2E |
| Octal | 316 | 255 | 34 | 0 | 20 | 126 | 23 | 61 | 114 | 56 |
| Binary | 11001110 | 10101101 | 11100 | 0 | 10000 | 1010110 | 10011 | 110001 | 1001100 | 101110 |
Color Harmonies of #CEAD1C
Complementary color
Monochromatic Colors of #CEAD1C
Black with #CEAD1C
Text Example
Text Example
White with #CEAD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD1C; }
p { color: rgb(206,173,28); }
H1.HeaderClassName
{
color: #CEAD1C;
}
.AnyTagClassName
{
color: #CEAD1C;
}
</style>
background-color css
<style>
a { background-color: #CEAD1C; }
a { background-color: rgb(206,173,28); }
div.DivClassName
{
background-color: #CEAD1C;
}
.BgClassName
{
background-color: #CEAD1C;
}
</style>
border-color css
<style>
span { border-color: #CEAD1C; }
span { border-color: rgb(206,173,28); }
td.TdClassName
{
border-color: #CEAD1C;
}
.TagClassName
{
border-color: #CEAD1C;
}
</style>