Shades of Galliano #CBA717
Tints of Galliano #CBA717
RGB
CMYK
RGB Variations
Color information
#CBA717 (or 0xCBA717) is known color: Galliano. HEX triplet: CB, A7 and 17. RGB value is (203,167,23). Sum of RGB (Red+Green+Blue) = 203+167+23=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA717 is #3458E8. Grayscale: #A1A1A1. Windows color (decimal): -3430633 or 1550283. OLE color: 1550283.
HSL color Cylindrical-coordinate representation of color #CBA717: hue angle of 48º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBA717 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 23 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.20 |
| HSL | 48º | 0.8% | 0.44% | - |
| HSV(B) | 48º | 0.89% | 0.8% | - |
| XYZ | 38.6 | 40.4 | 6.57 | - |
| YUV | 161.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 23 | 0 | 0.18 | 0.89 | 0.20 | 48 | 0.8 | 0.44 |
| Hex | CB | A7 | 17 | 0 | 12 | 59 | 14 | 30 | 50 | 2C |
| Octal | 313 | 247 | 27 | 0 | 22 | 131 | 24 | 60 | 120 | 54 |
| Binary | 11001011 | 10100111 | 10111 | 0 | 10010 | 1011001 | 10100 | 110000 | 1010000 | 101100 |
Color Harmonies of #CBA717
Complementary color
Monochromatic Colors of #CBA717
Black with #CBA717
Text Example
Text Example
White with #CBA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA717; }
p { color: rgb(203,167,23); }
H1.HeaderClassName
{
color: #CBA717;
}
.AnyTagClassName
{
color: #CBA717;
}
</style>
background-color css
<style>
a { background-color: #CBA717; }
a { background-color: rgb(203,167,23); }
div.DivClassName
{
background-color: #CBA717;
}
.BgClassName
{
background-color: #CBA717;
}
</style>
border-color css
<style>
span { border-color: #CBA717; }
span { border-color: rgb(203,167,23); }
td.TdClassName
{
border-color: #CBA717;
}
.TagClassName
{
border-color: #CBA717;
}
</style>