Shades of Galliano #CE9F1D
Tints of Galliano #CE9F1D
RGB
CMYK
RGB Variations
Color information
#CE9F1D (or 0xCE9F1D) is known color: Galliano. HEX triplet: CE, 9F and 1D. RGB value is (206,159,29). Sum of RGB (Red+Green+Blue) = 206+159+29=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F1D is #3160E2. Grayscale: #9E9E9E. Windows color (decimal): -3236067 or 1941454. OLE color: 1941454.
HSL color Cylindrical-coordinate representation of color #CE9F1D: hue angle of 44.07º 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 #CE9F1D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 29 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.19 |
| HSL | 44.07º | 0.75% | 0.46% | - |
| HSV(B) | 44.07º | 0.86% | 0.81% | - |
| XYZ | 38.07 | 38.01 | 6.49 | - |
| YUV | 158.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 29 | 0 | 0.23 | 0.86 | 0.19 | 44.07 | 0.75 | 0.46 |
| Hex | CE | 9F | 1D | 0 | 17 | 56 | 13 | 2C | 4B | 2E |
| Octal | 316 | 237 | 35 | 0 | 27 | 126 | 23 | 54 | 113 | 56 |
| Binary | 11001110 | 10011111 | 11101 | 0 | 10111 | 1010110 | 10011 | 101100 | 1001011 | 101110 |
Color Harmonies of #CE9F1D
Complementary color
Monochromatic Colors of #CE9F1D
Black with #CE9F1D
Text Example
Text Example
White with #CE9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F1D; }
p { color: rgb(206,159,29); }
H1.HeaderClassName
{
color: #CE9F1D;
}
.AnyTagClassName
{
color: #CE9F1D;
}
</style>
background-color css
<style>
a { background-color: #CE9F1D; }
a { background-color: rgb(206,159,29); }
div.DivClassName
{
background-color: #CE9F1D;
}
.BgClassName
{
background-color: #CE9F1D;
}
</style>
border-color css
<style>
span { border-color: #CE9F1D; }
span { border-color: rgb(206,159,29); }
td.TdClassName
{
border-color: #CE9F1D;
}
.TagClassName
{
border-color: #CE9F1D;
}
</style>