Shades of Galliano #CEAA0D
Tints of Galliano #CEAA0D
RGB
CMYK
RGB Variations
Color information
#CEAA0D (or 0xCEAA0D) is known color: Galliano. HEX triplet: CE, AA and 0D. RGB value is (206,170,13). Sum of RGB (Red+Green+Blue) = 206+170+13=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAA0D is #3155F2. Grayscale: #A3A3A3. Windows color (decimal): -3233267 or 895694. OLE color: 895694.
HSL color Cylindrical-coordinate representation of color #CEAA0D: hue angle of 48.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEAA0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.19 |
| HSL | 48.81º | 0.88% | 0.43% | - |
| HSV(B) | 48.81º | 0.94% | 0.81% | - |
| XYZ | 39.9 | 41.9 | 6.37 | - |
| YUV | 162.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 13 | 0 | 0.17 | 0.94 | 0.19 | 48.81 | 0.88 | 0.43 |
| Hex | CE | AA | D | 0 | 11 | 5E | 13 | 31 | 58 | 2B |
| Octal | 316 | 252 | 15 | 0 | 21 | 136 | 23 | 61 | 130 | 53 |
| Binary | 11001110 | 10101010 | 1101 | 0 | 10001 | 1011110 | 10011 | 110001 | 1011000 | 101011 |
Color Harmonies of #CEAA0D
Complementary color
Monochromatic Colors of #CEAA0D
Black with #CEAA0D
Text Example
Text Example
White with #CEAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA0D; }
p { color: rgb(206,170,13); }
H1.HeaderClassName
{
color: #CEAA0D;
}
.AnyTagClassName
{
color: #CEAA0D;
}
</style>
background-color css
<style>
a { background-color: #CEAA0D; }
a { background-color: rgb(206,170,13); }
div.DivClassName
{
background-color: #CEAA0D;
}
.BgClassName
{
background-color: #CEAA0D;
}
</style>
border-color css
<style>
span { border-color: #CEAA0D; }
span { border-color: rgb(206,170,13); }
td.TdClassName
{
border-color: #CEAA0D;
}
.TagClassName
{
border-color: #CEAA0D;
}
</style>