Shades of Galliano #CEAB2A
Tints of Galliano #CEAB2A
RGB
CMYK
RGB Variations
Color information
#CEAB2A (or 0xCEAB2A) is known color: Galliano. HEX triplet: CE, AB and 2A. RGB value is (206,171,42). Sum of RGB (Red+Green+Blue) = 206+171+42=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB2A is #3154D5. Grayscale: #A7A7A7. Windows color (decimal): -3232982 or 2796494. OLE color: 2796494.
HSL color Cylindrical-coordinate representation of color #CEAB2A: hue angle of 47.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEAB2A is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 42 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.19 |
| HSL | 47.2º | 0.66% | 0.49% | - |
| HSV(B) | 47.2º | 0.8% | 0.81% | - |
| XYZ | 40.43 | 42.41 | 8.25 | - |
| YUV | 166.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 42 | 0 | 0.17 | 0.80 | 0.19 | 47.2 | 0.66 | 0.49 |
| Hex | CE | AB | 2A | 0 | 11 | 50 | 13 | 2F | 42 | 31 |
| Octal | 316 | 253 | 52 | 0 | 21 | 120 | 23 | 57 | 102 | 61 |
| Binary | 11001110 | 10101011 | 101010 | 0 | 10001 | 1010000 | 10011 | 101111 | 1000010 | 110001 |
Color Harmonies of #CEAB2A
Complementary color
Monochromatic Colors of #CEAB2A
Black with #CEAB2A
Text Example
Text Example
White with #CEAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB2A; }
p { color: rgb(206,171,42); }
H1.HeaderClassName
{
color: #CEAB2A;
}
.AnyTagClassName
{
color: #CEAB2A;
}
</style>
background-color css
<style>
a { background-color: #CEAB2A; }
a { background-color: rgb(206,171,42); }
div.DivClassName
{
background-color: #CEAB2A;
}
.BgClassName
{
background-color: #CEAB2A;
}
</style>
border-color css
<style>
span { border-color: #CEAB2A; }
span { border-color: rgb(206,171,42); }
td.TdClassName
{
border-color: #CEAB2A;
}
.TagClassName
{
border-color: #CEAB2A;
}
</style>