Shades of Galliano #CEAF19
Tints of Galliano #CEAF19
RGB
CMYK
RGB Variations
Color information
#CEAF19 (or 0xCEAF19) is known color: Galliano. HEX triplet: CE, AF and 19. RGB value is (206,175,25). Sum of RGB (Red+Green+Blue) = 206+175+25=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF19 is #3150E6. Grayscale: #A7A7A7. Windows color (decimal): -3231975 or 1683406. OLE color: 1683406.
HSL color Cylindrical-coordinate representation of color #CEAF19: hue angle of 49.72º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEAF19 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 25 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.19 |
| HSL | 49.72º | 0.78% | 0.45% | - |
| HSV(B) | 49.72º | 0.88% | 0.81% | - |
| XYZ | 40.96 | 43.85 | 7.23 | - |
| YUV | 167.17 | 47.77 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 25 | 0 | 0.15 | 0.88 | 0.19 | 49.72 | 0.78 | 0.45 |
| Hex | CE | AF | 19 | 0 | F | 58 | 13 | 32 | 4E | 2D |
| Octal | 316 | 257 | 31 | 0 | 17 | 130 | 23 | 62 | 116 | 55 |
| Binary | 11001110 | 10101111 | 11001 | 0 | 1111 | 1011000 | 10011 | 110010 | 1001110 | 101101 |
Color Harmonies of #CEAF19
Complementary color
Monochromatic Colors of #CEAF19
Black with #CEAF19
Text Example
Text Example
White with #CEAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF19; }
p { color: rgb(206,175,25); }
H1.HeaderClassName
{
color: #CEAF19;
}
.AnyTagClassName
{
color: #CEAF19;
}
</style>
background-color css
<style>
a { background-color: #CEAF19; }
a { background-color: rgb(206,175,25); }
div.DivClassName
{
background-color: #CEAF19;
}
.BgClassName
{
background-color: #CEAF19;
}
</style>
border-color css
<style>
span { border-color: #CEAF19; }
span { border-color: rgb(206,175,25); }
td.TdClassName
{
border-color: #CEAF19;
}
.TagClassName
{
border-color: #CEAF19;
}
</style>