Shades of Galliano #CE9F23
Tints of Galliano #CE9F23
RGB
CMYK
RGB Variations
Color information
#CE9F23 (or 0xCE9F23) is known color: Galliano. HEX triplet: CE, 9F and 23. RGB value is (206,159,35). Sum of RGB (Red+Green+Blue) = 206+159+35=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F23 is #3160DC. Grayscale: #9F9F9F. Windows color (decimal): -3236061 or 2334670. OLE color: 2334670.
HSL color Cylindrical-coordinate representation of color #CE9F23: hue angle of 43.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE9F23 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 35 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.19 |
| HSL | 43.51º | 0.71% | 0.47% | - |
| HSV(B) | 43.51º | 0.83% | 0.81% | - |
| XYZ | 38.16 | 38.04 | 6.92 | - |
| YUV | 158.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 35 | 0 | 0.23 | 0.83 | 0.19 | 43.51 | 0.71 | 0.47 |
| Hex | CE | 9F | 23 | 0 | 17 | 53 | 13 | 2C | 47 | 2F |
| Octal | 316 | 237 | 43 | 0 | 27 | 123 | 23 | 54 | 107 | 57 |
| Binary | 11001110 | 10011111 | 100011 | 0 | 10111 | 1010011 | 10011 | 101100 | 1000111 | 101111 |
Color Harmonies of #CE9F23
Complementary color
Monochromatic Colors of #CE9F23
Black with #CE9F23
Text Example
Text Example
White with #CE9F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F23; }
p { color: rgb(206,159,35); }
H1.HeaderClassName
{
color: #CE9F23;
}
.AnyTagClassName
{
color: #CE9F23;
}
</style>
background-color css
<style>
a { background-color: #CE9F23; }
a { background-color: rgb(206,159,35); }
div.DivClassName
{
background-color: #CE9F23;
}
.BgClassName
{
background-color: #CE9F23;
}
</style>
border-color css
<style>
span { border-color: #CE9F23; }
span { border-color: rgb(206,159,35); }
td.TdClassName
{
border-color: #CE9F23;
}
.TagClassName
{
border-color: #CE9F23;
}
</style>