Shades of Galliano #CE9A1D
Tints of Galliano #CE9A1D
RGB
CMYK
RGB Variations
Color information
#CE9A1D (or 0xCE9A1D) is known color: Galliano. HEX triplet: CE, 9A and 1D. RGB value is (206,154,29). Sum of RGB (Red+Green+Blue) = 206+154+29=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A1D is #3165E2. Grayscale: #9B9B9B. Windows color (decimal): -3237347 or 1940174. OLE color: 1940174.
HSL color Cylindrical-coordinate representation of color #CE9A1D: hue angle of 42.37º degrees, saturation: 0.75, 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 #CE9A1D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 29 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.19 |
| HSL | 42.37º | 0.75% | 0.46% | - |
| HSV(B) | 42.37º | 0.86% | 0.81% | - |
| XYZ | 37.23 | 36.32 | 6.21 | - |
| YUV | 155.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 29 | 0 | 0.25 | 0.86 | 0.19 | 42.37 | 0.75 | 0.46 |
| Hex | CE | 9A | 1D | 0 | 19 | 56 | 13 | 2A | 4B | 2E |
| Octal | 316 | 232 | 35 | 0 | 31 | 126 | 23 | 52 | 113 | 56 |
| Binary | 11001110 | 10011010 | 11101 | 0 | 11001 | 1010110 | 10011 | 101010 | 1001011 | 101110 |
Color Harmonies of #CE9A1D
Complementary color
Monochromatic Colors of #CE9A1D
Black with #CE9A1D
Text Example
Text Example
White with #CE9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A1D; }
p { color: rgb(206,154,29); }
H1.HeaderClassName
{
color: #CE9A1D;
}
.AnyTagClassName
{
color: #CE9A1D;
}
</style>
background-color css
<style>
a { background-color: #CE9A1D; }
a { background-color: rgb(206,154,29); }
div.DivClassName
{
background-color: #CE9A1D;
}
.BgClassName
{
background-color: #CE9A1D;
}
</style>
border-color css
<style>
span { border-color: #CE9A1D; }
span { border-color: rgb(206,154,29); }
td.TdClassName
{
border-color: #CE9A1D;
}
.TagClassName
{
border-color: #CE9A1D;
}
</style>