Shades of Galliano #CBA01D
Tints of Galliano #CBA01D
RGB
CMYK
RGB Variations
Color information
#CBA01D (or 0xCBA01D) is known color: Galliano. HEX triplet: CB, A0 and 1D. RGB value is (203,160,29). Sum of RGB (Red+Green+Blue) = 203+160+29=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA01D is #345FE2. Grayscale: #9E9E9E. Windows color (decimal): -3432419 or 1941707. OLE color: 1941707.
HSL color Cylindrical-coordinate representation of color #CBA01D: hue angle of 45.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA01D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 29 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.20 |
| HSL | 45.17º | 0.75% | 0.45% | - |
| HSV(B) | 45.17º | 0.86% | 0.8% | - |
| XYZ | 37.42 | 37.93 | 6.51 | - |
| YUV | 157.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 29 | 0 | 0.21 | 0.86 | 0.20 | 45.17 | 0.75 | 0.45 |
| Hex | CB | A0 | 1D | 0 | 15 | 56 | 14 | 2D | 4B | 2D |
| Octal | 313 | 240 | 35 | 0 | 25 | 126 | 24 | 55 | 113 | 55 |
| Binary | 11001011 | 10100000 | 11101 | 0 | 10101 | 1010110 | 10100 | 101101 | 1001011 | 101101 |
Color Harmonies of #CBA01D
Complementary color
Monochromatic Colors of #CBA01D
Black with #CBA01D
Text Example
Text Example
White with #CBA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA01D; }
p { color: rgb(203,160,29); }
H1.HeaderClassName
{
color: #CBA01D;
}
.AnyTagClassName
{
color: #CBA01D;
}
</style>
background-color css
<style>
a { background-color: #CBA01D; }
a { background-color: rgb(203,160,29); }
div.DivClassName
{
background-color: #CBA01D;
}
.BgClassName
{
background-color: #CBA01D;
}
</style>
border-color css
<style>
span { border-color: #CBA01D; }
span { border-color: rgb(203,160,29); }
td.TdClassName
{
border-color: #CBA01D;
}
.TagClassName
{
border-color: #CBA01D;
}
</style>