Shades of Galliano #CEA70D
Tints of Galliano #CEA70D
RGB
CMYK
RGB Variations
Color information
#CEA70D (or 0xCEA70D) is known color: Galliano. HEX triplet: CE, A7 and 0D. RGB value is (206,167,13). Sum of RGB (Red+Green+Blue) = 206+167+13=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA70D is #3158F2. Grayscale: #A1A1A1. Windows color (decimal): -3234035 or 894926. OLE color: 894926.
HSL color Cylindrical-coordinate representation of color #CEA70D: hue angle of 47.88º 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 #CEA70D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.19 |
| HSL | 47.88º | 0.88% | 0.43% | - |
| HSV(B) | 47.88º | 0.94% | 0.81% | - |
| XYZ | 39.34 | 40.79 | 6.18 | - |
| YUV | 161.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 13 | 0 | 0.19 | 0.94 | 0.19 | 47.88 | 0.88 | 0.43 |
| Hex | CE | A7 | D | 0 | 13 | 5E | 13 | 30 | 58 | 2B |
| Octal | 316 | 247 | 15 | 0 | 23 | 136 | 23 | 60 | 130 | 53 |
| Binary | 11001110 | 10100111 | 1101 | 0 | 10011 | 1011110 | 10011 | 110000 | 1011000 | 101011 |
Color Harmonies of #CEA70D
Complementary color
Monochromatic Colors of #CEA70D
Black with #CEA70D
Text Example
Text Example
White with #CEA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA70D; }
p { color: rgb(206,167,13); }
H1.HeaderClassName
{
color: #CEA70D;
}
.AnyTagClassName
{
color: #CEA70D;
}
</style>
background-color css
<style>
a { background-color: #CEA70D; }
a { background-color: rgb(206,167,13); }
div.DivClassName
{
background-color: #CEA70D;
}
.BgClassName
{
background-color: #CEA70D;
}
</style>
border-color css
<style>
span { border-color: #CEA70D; }
span { border-color: rgb(206,167,13); }
td.TdClassName
{
border-color: #CEA70D;
}
.TagClassName
{
border-color: #CEA70D;
}
</style>