Shades of Galliano #CEB425
Tints of Galliano #CEB425
RGB
CMYK
RGB Variations
Color information
#CEB425 (or 0xCEB425) is known color: Galliano. HEX triplet: CE, B4 and 25. RGB value is (206,180,37). Sum of RGB (Red+Green+Blue) = 206+180+37=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB425 is #314BDA. Grayscale: #ACACAC. Windows color (decimal): -3230683 or 2471118. OLE color: 2471118.
HSL color Cylindrical-coordinate representation of color #CEB425: hue angle of 50.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEB425 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 37 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.19 |
| HSL | 50.77º | 0.7% | 0.48% | - |
| HSV(B) | 50.77º | 0.82% | 0.81% | - |
| XYZ | 42.11 | 45.9 | 8.39 | - |
| YUV | 171.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 37 | 0 | 0.13 | 0.82 | 0.19 | 50.77 | 0.7 | 0.48 |
| Hex | CE | B4 | 25 | 0 | D | 52 | 13 | 33 | 46 | 30 |
| Octal | 316 | 264 | 45 | 0 | 15 | 122 | 23 | 63 | 106 | 60 |
| Binary | 11001110 | 10110100 | 100101 | 0 | 1101 | 1010010 | 10011 | 110011 | 1000110 | 110000 |
Color Harmonies of #CEB425
Complementary color
Monochromatic Colors of #CEB425
Black with #CEB425
Text Example
Text Example
White with #CEB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB425; }
p { color: rgb(206,180,37); }
H1.HeaderClassName
{
color: #CEB425;
}
.AnyTagClassName
{
color: #CEB425;
}
</style>
background-color css
<style>
a { background-color: #CEB425; }
a { background-color: rgb(206,180,37); }
div.DivClassName
{
background-color: #CEB425;
}
.BgClassName
{
background-color: #CEB425;
}
</style>
border-color css
<style>
span { border-color: #CEB425; }
span { border-color: rgb(206,180,37); }
td.TdClassName
{
border-color: #CEB425;
}
.TagClassName
{
border-color: #CEB425;
}
</style>