Shades of Galliano #CEAC13
Tints of Galliano #CEAC13
RGB
CMYK
RGB Variations
Color information
#CEAC13 (or 0xCEAC13) is known color: Galliano. HEX triplet: CE, AC and 13. RGB value is (206,172,19). Sum of RGB (Red+Green+Blue) = 206+172+19=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC13 is #3153EC. Grayscale: #A5A5A5. Windows color (decimal): -3232749 or 1289422. OLE color: 1289422.
HSL color Cylindrical-coordinate representation of color #CEAC13: hue angle of 49.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEAC13 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 19 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.19 |
| HSL | 49.09º | 0.83% | 0.44% | - |
| HSV(B) | 49.09º | 0.91% | 0.81% | - |
| XYZ | 40.32 | 42.67 | 6.73 | - |
| YUV | 164.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 19 | 0 | 0.17 | 0.91 | 0.19 | 49.09 | 0.83 | 0.44 |
| Hex | CE | AC | 13 | 0 | 11 | 5B | 13 | 31 | 53 | 2C |
| Octal | 316 | 254 | 23 | 0 | 21 | 133 | 23 | 61 | 123 | 54 |
| Binary | 11001110 | 10101100 | 10011 | 0 | 10001 | 1011011 | 10011 | 110001 | 1010011 | 101100 |
Color Harmonies of #CEAC13
Complementary color
Monochromatic Colors of #CEAC13
Black with #CEAC13
Text Example
Text Example
White with #CEAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC13; }
p { color: rgb(206,172,19); }
H1.HeaderClassName
{
color: #CEAC13;
}
.AnyTagClassName
{
color: #CEAC13;
}
</style>
background-color css
<style>
a { background-color: #CEAC13; }
a { background-color: rgb(206,172,19); }
div.DivClassName
{
background-color: #CEAC13;
}
.BgClassName
{
background-color: #CEAC13;
}
</style>
border-color css
<style>
span { border-color: #CEAC13; }
span { border-color: rgb(206,172,19); }
td.TdClassName
{
border-color: #CEAC13;
}
.TagClassName
{
border-color: #CEAC13;
}
</style>