Shades of Galliano #CEAF20
Tints of Galliano #CEAF20
RGB
CMYK
RGB Variations
Color information
#CEAF20 (or 0xCEAF20) is known color: Galliano. HEX triplet: CE, AF and 20. RGB value is (206,175,32). Sum of RGB (Red+Green+Blue) = 206+175+32=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF20 is #3150DF. Grayscale: #A8A8A8. Windows color (decimal): -3231968 or 2142158. OLE color: 2142158.
HSL color Cylindrical-coordinate representation of color #CEAF20: hue angle of 49.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEAF20 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 32 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.19 |
| HSL | 49.31º | 0.73% | 0.47% | - |
| HSV(B) | 49.31º | 0.84% | 0.81% | - |
| XYZ | 41.04 | 43.89 | 7.67 | - |
| YUV | 167.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 32 | 0 | 0.15 | 0.84 | 0.19 | 49.31 | 0.73 | 0.47 |
| Hex | CE | AF | 20 | 0 | F | 54 | 13 | 31 | 49 | 2F |
| Octal | 316 | 257 | 40 | 0 | 17 | 124 | 23 | 61 | 111 | 57 |
| Binary | 11001110 | 10101111 | 100000 | 0 | 1111 | 1010100 | 10011 | 110001 | 1001001 | 101111 |
Color Harmonies of #CEAF20
Complementary color
Monochromatic Colors of #CEAF20
Black with #CEAF20
Text Example
Text Example
White with #CEAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF20; }
p { color: rgb(206,175,32); }
H1.HeaderClassName
{
color: #CEAF20;
}
.AnyTagClassName
{
color: #CEAF20;
}
</style>
background-color css
<style>
a { background-color: #CEAF20; }
a { background-color: rgb(206,175,32); }
div.DivClassName
{
background-color: #CEAF20;
}
.BgClassName
{
background-color: #CEAF20;
}
</style>
border-color css
<style>
span { border-color: #CEAF20; }
span { border-color: rgb(206,175,32); }
td.TdClassName
{
border-color: #CEAF20;
}
.TagClassName
{
border-color: #CEAF20;
}
</style>