Shades of Galliano #CEB426
Tints of Galliano #CEB426
RGB
CMYK
RGB Variations
Color information
#CEB426 (or 0xCEB426) is known color: Galliano. HEX triplet: CE, B4 and 26. RGB value is (206,180,38). Sum of RGB (Red+Green+Blue) = 206+180+38=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB426 is #314BD9. Grayscale: #ACACAC. Windows color (decimal): -3230682 or 2536654. OLE color: 2536654.
HSL color Cylindrical-coordinate representation of color #CEB426: hue angle of 50.71º degrees, saturation: 0.69, 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 #CEB426 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 38 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.19 |
| HSL | 50.71º | 0.69% | 0.48% | - |
| HSV(B) | 50.71º | 0.82% | 0.81% | - |
| XYZ | 42.12 | 45.9 | 8.47 | - |
| YUV | 171.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 38 | 0 | 0.13 | 0.82 | 0.19 | 50.71 | 0.69 | 0.48 |
| Hex | CE | B4 | 26 | 0 | D | 52 | 13 | 33 | 45 | 30 |
| Octal | 316 | 264 | 46 | 0 | 15 | 122 | 23 | 63 | 105 | 60 |
| Binary | 11001110 | 10110100 | 100110 | 0 | 1101 | 1010010 | 10011 | 110011 | 1000101 | 110000 |
Color Harmonies of #CEB426
Complementary color
Monochromatic Colors of #CEB426
Black with #CEB426
Text Example
Text Example
White with #CEB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB426; }
p { color: rgb(206,180,38); }
H1.HeaderClassName
{
color: #CEB426;
}
.AnyTagClassName
{
color: #CEB426;
}
</style>
background-color css
<style>
a { background-color: #CEB426; }
a { background-color: rgb(206,180,38); }
div.DivClassName
{
background-color: #CEB426;
}
.BgClassName
{
background-color: #CEB426;
}
</style>
border-color css
<style>
span { border-color: #CEB426; }
span { border-color: rgb(206,180,38); }
td.TdClassName
{
border-color: #CEB426;
}
.TagClassName
{
border-color: #CEB426;
}
</style>