Shades of Galliano #CEAF1B
Tints of Galliano #CEAF1B
RGB
CMYK
RGB Variations
Color information
#CEAF1B (or 0xCEAF1B) is known color: Galliano. HEX triplet: CE, AF and 1B. RGB value is (206,175,27). Sum of RGB (Red+Green+Blue) = 206+175+27=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF1B is #3150E4. Grayscale: #A8A8A8. Windows color (decimal): -3231973 or 1814478. OLE color: 1814478.
HSL color Cylindrical-coordinate representation of color #CEAF1B: hue angle of 49.61º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEAF1B is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 27 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.19 |
| HSL | 49.61º | 0.77% | 0.46% | - |
| HSV(B) | 49.61º | 0.87% | 0.81% | - |
| XYZ | 40.98 | 43.86 | 7.34 | - |
| YUV | 167.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 27 | 0 | 0.15 | 0.87 | 0.19 | 49.61 | 0.77 | 0.46 |
| Hex | CE | AF | 1B | 0 | F | 57 | 13 | 32 | 4D | 2E |
| Octal | 316 | 257 | 33 | 0 | 17 | 127 | 23 | 62 | 115 | 56 |
| Binary | 11001110 | 10101111 | 11011 | 0 | 1111 | 1010111 | 10011 | 110010 | 1001101 | 101110 |
Color Harmonies of #CEAF1B
Complementary color
Monochromatic Colors of #CEAF1B
Black with #CEAF1B
Text Example
Text Example
White with #CEAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF1B; }
p { color: rgb(206,175,27); }
H1.HeaderClassName
{
color: #CEAF1B;
}
.AnyTagClassName
{
color: #CEAF1B;
}
</style>
background-color css
<style>
a { background-color: #CEAF1B; }
a { background-color: rgb(206,175,27); }
div.DivClassName
{
background-color: #CEAF1B;
}
.BgClassName
{
background-color: #CEAF1B;
}
</style>
border-color css
<style>
span { border-color: #CEAF1B; }
span { border-color: rgb(206,175,27); }
td.TdClassName
{
border-color: #CEAF1B;
}
.TagClassName
{
border-color: #CEAF1B;
}
</style>