Shades of Galliano #CEAD1E
Tints of Galliano #CEAD1E
RGB
CMYK
RGB Variations
Color information
#CEAD1E (or 0xCEAD1E) is known color: Galliano. HEX triplet: CE, AD and 1E. RGB value is (206,173,30). Sum of RGB (Red+Green+Blue) = 206+173+30=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD1E is #3152E1. Grayscale: #A7A7A7. Windows color (decimal): -3232482 or 2010574. OLE color: 2010574.
HSL color Cylindrical-coordinate representation of color #CEAD1E: hue angle of 48.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEAD1E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 30 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.19 |
| HSL | 48.75º | 0.75% | 0.46% | - |
| HSV(B) | 48.75º | 0.85% | 0.81% | - |
| XYZ | 40.63 | 43.1 | 7.41 | - |
| YUV | 166.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 30 | 0 | 0.16 | 0.85 | 0.19 | 48.75 | 0.75 | 0.46 |
| Hex | CE | AD | 1E | 0 | 10 | 55 | 13 | 31 | 4B | 2E |
| Octal | 316 | 255 | 36 | 0 | 20 | 125 | 23 | 61 | 113 | 56 |
| Binary | 11001110 | 10101101 | 11110 | 0 | 10000 | 1010101 | 10011 | 110001 | 1001011 | 101110 |
Color Harmonies of #CEAD1E
Complementary color
Monochromatic Colors of #CEAD1E
Black with #CEAD1E
Text Example
Text Example
White with #CEAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD1E; }
p { color: rgb(206,173,30); }
H1.HeaderClassName
{
color: #CEAD1E;
}
.AnyTagClassName
{
color: #CEAD1E;
}
</style>
background-color css
<style>
a { background-color: #CEAD1E; }
a { background-color: rgb(206,173,30); }
div.DivClassName
{
background-color: #CEAD1E;
}
.BgClassName
{
background-color: #CEAD1E;
}
</style>
border-color css
<style>
span { border-color: #CEAD1E; }
span { border-color: rgb(206,173,30); }
td.TdClassName
{
border-color: #CEAD1E;
}
.TagClassName
{
border-color: #CEAD1E;
}
</style>