Shades of Galliano #CEA32B
Tints of Galliano #CEA32B
RGB
CMYK
RGB Variations
Color information
#CEA32B (or 0xCEA32B) is known color: Galliano. HEX triplet: CE, A3 and 2B. RGB value is (206,163,43). Sum of RGB (Red+Green+Blue) = 206+163+43=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA32B is #315CD4. Grayscale: #A2A2A2. Windows color (decimal): -3235029 or 2859982. OLE color: 2859982.
HSL color Cylindrical-coordinate representation of color #CEA32B: hue angle of 44.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA32B is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 43 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.19 |
| HSL | 44.17º | 0.65% | 0.49% | - |
| HSV(B) | 44.17º | 0.79% | 0.81% | - |
| XYZ | 38.99 | 39.49 | 7.85 | - |
| YUV | 162.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 43 | 0 | 0.21 | 0.79 | 0.19 | 44.17 | 0.65 | 0.49 |
| Hex | CE | A3 | 2B | 0 | 15 | 4F | 13 | 2C | 41 | 31 |
| Octal | 316 | 243 | 53 | 0 | 25 | 117 | 23 | 54 | 101 | 61 |
| Binary | 11001110 | 10100011 | 101011 | 0 | 10101 | 1001111 | 10011 | 101100 | 1000001 | 110001 |
Color Harmonies of #CEA32B
Complementary color
Monochromatic Colors of #CEA32B
Black with #CEA32B
Text Example
Text Example
White with #CEA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA32B; }
p { color: rgb(206,163,43); }
H1.HeaderClassName
{
color: #CEA32B;
}
.AnyTagClassName
{
color: #CEA32B;
}
</style>
background-color css
<style>
a { background-color: #CEA32B; }
a { background-color: rgb(206,163,43); }
div.DivClassName
{
background-color: #CEA32B;
}
.BgClassName
{
background-color: #CEA32B;
}
</style>
border-color css
<style>
span { border-color: #CEA32B; }
span { border-color: rgb(206,163,43); }
td.TdClassName
{
border-color: #CEA32B;
}
.TagClassName
{
border-color: #CEA32B;
}
</style>