Shades of Galliano #CEAF1D
Tints of Galliano #CEAF1D
RGB
CMYK
RGB Variations
Color information
#CEAF1D (or 0xCEAF1D) is known color: Galliano. HEX triplet: CE, AF and 1D. RGB value is (206,175,29). Sum of RGB (Red+Green+Blue) = 206+175+29=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF1D is #3150E2. Grayscale: #A8A8A8. Windows color (decimal): -3231971 or 1945550. OLE color: 1945550.
HSL color Cylindrical-coordinate representation of color #CEAF1D: hue angle of 49.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEAF1D is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 29 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.19 |
| HSL | 49.49º | 0.75% | 0.46% | - |
| HSV(B) | 49.49º | 0.86% | 0.81% | - |
| XYZ | 41.01 | 43.87 | 7.47 | - |
| YUV | 167.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 29 | 0 | 0.15 | 0.86 | 0.19 | 49.49 | 0.75 | 0.46 |
| Hex | CE | AF | 1D | 0 | F | 56 | 13 | 31 | 4B | 2E |
| Octal | 316 | 257 | 35 | 0 | 17 | 126 | 23 | 61 | 113 | 56 |
| Binary | 11001110 | 10101111 | 11101 | 0 | 1111 | 1010110 | 10011 | 110001 | 1001011 | 101110 |
Color Harmonies of #CEAF1D
Complementary color
Monochromatic Colors of #CEAF1D
Black with #CEAF1D
Text Example
Text Example
White with #CEAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF1D; }
p { color: rgb(206,175,29); }
H1.HeaderClassName
{
color: #CEAF1D;
}
.AnyTagClassName
{
color: #CEAF1D;
}
</style>
background-color css
<style>
a { background-color: #CEAF1D; }
a { background-color: rgb(206,175,29); }
div.DivClassName
{
background-color: #CEAF1D;
}
.BgClassName
{
background-color: #CEAF1D;
}
</style>
border-color css
<style>
span { border-color: #CEAF1D; }
span { border-color: rgb(206,175,29); }
td.TdClassName
{
border-color: #CEAF1D;
}
.TagClassName
{
border-color: #CEAF1D;
}
</style>