Shades of Galliano #CBA923
Tints of Galliano #CBA923
RGB
CMYK
RGB Variations
Color information
#CBA923 (or 0xCBA923) is known color: Galliano. HEX triplet: CB, A9 and 23. RGB value is (203,169,35). Sum of RGB (Red+Green+Blue) = 203+169+35=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA923 is #3456DC. Grayscale: #A4A4A4. Windows color (decimal): -3430109 or 2337227. OLE color: 2337227.
HSL color Cylindrical-coordinate representation of color #CBA923: hue angle of 47.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBA923 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 35 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.20 |
| HSL | 47.86º | 0.71% | 0.47% | - |
| HSV(B) | 47.86º | 0.83% | 0.8% | - |
| XYZ | 39.12 | 41.19 | 7.48 | - |
| YUV | 163.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 35 | 0 | 0.17 | 0.83 | 0.20 | 47.86 | 0.71 | 0.47 |
| Hex | CB | A9 | 23 | 0 | 11 | 53 | 14 | 30 | 47 | 2F |
| Octal | 313 | 251 | 43 | 0 | 21 | 123 | 24 | 60 | 107 | 57 |
| Binary | 11001011 | 10101001 | 100011 | 0 | 10001 | 1010011 | 10100 | 110000 | 1000111 | 101111 |
Color Harmonies of #CBA923
Complementary color
Monochromatic Colors of #CBA923
Black with #CBA923
Text Example
Text Example
White with #CBA923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA923; }
p { color: rgb(203,169,35); }
H1.HeaderClassName
{
color: #CBA923;
}
.AnyTagClassName
{
color: #CBA923;
}
</style>
background-color css
<style>
a { background-color: #CBA923; }
a { background-color: rgb(203,169,35); }
div.DivClassName
{
background-color: #CBA923;
}
.BgClassName
{
background-color: #CBA923;
}
</style>
border-color css
<style>
span { border-color: #CBA923; }
span { border-color: rgb(203,169,35); }
td.TdClassName
{
border-color: #CBA923;
}
.TagClassName
{
border-color: #CBA923;
}
</style>