Shades of Galliano #CBA917
Tints of Galliano #CBA917
RGB
CMYK
RGB Variations
Color information
#CBA917 (or 0xCBA917) is known color: Galliano. HEX triplet: CB, A9 and 17. RGB value is (203,169,23). Sum of RGB (Red+Green+Blue) = 203+169+23=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA917 is #3456E8. Grayscale: #A3A3A3. Windows color (decimal): -3430121 or 1550795. OLE color: 1550795.
HSL color Cylindrical-coordinate representation of color #CBA917: hue angle of 48.67º 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 #CBA917 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.20 |
| HSL | 48.67º | 0.8% | 0.44% | - |
| HSV(B) | 48.67º | 0.89% | 0.8% | - |
| XYZ | 38.97 | 41.13 | 6.7 | - |
| YUV | 162.52 | 49.26 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 23 | 0 | 0.17 | 0.89 | 0.20 | 48.67 | 0.8 | 0.44 |
| Hex | CB | A9 | 17 | 0 | 11 | 59 | 14 | 31 | 50 | 2C |
| Octal | 313 | 251 | 27 | 0 | 21 | 131 | 24 | 61 | 120 | 54 |
| Binary | 11001011 | 10101001 | 10111 | 0 | 10001 | 1011001 | 10100 | 110001 | 1010000 | 101100 |
Color Harmonies of #CBA917
Complementary color
Monochromatic Colors of #CBA917
Black with #CBA917
Text Example
Text Example
White with #CBA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA917; }
p { color: rgb(203,169,23); }
H1.HeaderClassName
{
color: #CBA917;
}
.AnyTagClassName
{
color: #CBA917;
}
</style>
background-color css
<style>
a { background-color: #CBA917; }
a { background-color: rgb(203,169,23); }
div.DivClassName
{
background-color: #CBA917;
}
.BgClassName
{
background-color: #CBA917;
}
</style>
border-color css
<style>
span { border-color: #CBA917; }
span { border-color: rgb(203,169,23); }
td.TdClassName
{
border-color: #CBA917;
}
.TagClassName
{
border-color: #CBA917;
}
</style>