Shades of Galliano #CEAC1F
Tints of Galliano #CEAC1F
RGB
CMYK
RGB Variations
Color information
#CEAC1F (or 0xCEAC1F) is known color: Galliano. HEX triplet: CE, AC and 1F. RGB value is (206,172,31). Sum of RGB (Red+Green+Blue) = 206+172+31=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC1F is #3153E0. Grayscale: #A6A6A6. Windows color (decimal): -3232737 or 2075854. OLE color: 2075854.
HSL color Cylindrical-coordinate representation of color #CEAC1F: hue angle of 48.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEAC1F is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 31 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.19 |
| HSL | 48.34º | 0.74% | 0.46% | - |
| HSV(B) | 48.34º | 0.85% | 0.81% | - |
| XYZ | 40.45 | 42.73 | 7.41 | - |
| YUV | 166.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 31 | 0 | 0.17 | 0.85 | 0.19 | 48.34 | 0.74 | 0.46 |
| Hex | CE | AC | 1F | 0 | 11 | 55 | 13 | 30 | 4A | 2E |
| Octal | 316 | 254 | 37 | 0 | 21 | 125 | 23 | 60 | 112 | 56 |
| Binary | 11001110 | 10101100 | 11111 | 0 | 10001 | 1010101 | 10011 | 110000 | 1001010 | 101110 |
Color Harmonies of #CEAC1F
Complementary color
Monochromatic Colors of #CEAC1F
Black with #CEAC1F
Text Example
Text Example
White with #CEAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC1F; }
p { color: rgb(206,172,31); }
H1.HeaderClassName
{
color: #CEAC1F;
}
.AnyTagClassName
{
color: #CEAC1F;
}
</style>
background-color css
<style>
a { background-color: #CEAC1F; }
a { background-color: rgb(206,172,31); }
div.DivClassName
{
background-color: #CEAC1F;
}
.BgClassName
{
background-color: #CEAC1F;
}
</style>
border-color css
<style>
span { border-color: #CEAC1F; }
span { border-color: rgb(206,172,31); }
td.TdClassName
{
border-color: #CEAC1F;
}
.TagClassName
{
border-color: #CEAC1F;
}
</style>