Shades of Galliano #CBA21D
Tints of Galliano #CBA21D
RGB
CMYK
RGB Variations
Color information
#CBA21D (or 0xCBA21D) is known color: Galliano. HEX triplet: CB, A2 and 1D. RGB value is (203,162,29). Sum of RGB (Red+Green+Blue) = 203+162+29=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA21D is #345DE2. Grayscale: #9F9F9F. Windows color (decimal): -3431907 or 1942219. OLE color: 1942219.
HSL color Cylindrical-coordinate representation of color #CBA21D: hue angle of 45.86º 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 #CBA21D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 29 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.20 |
| HSL | 45.86º | 0.75% | 0.45% | - |
| HSV(B) | 45.86º | 0.86% | 0.8% | - |
| XYZ | 37.77 | 38.63 | 6.63 | - |
| YUV | 159.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 29 | 0 | 0.20 | 0.86 | 0.20 | 45.86 | 0.75 | 0.45 |
| Hex | CB | A2 | 1D | 0 | 14 | 56 | 14 | 2E | 4B | 2D |
| Octal | 313 | 242 | 35 | 0 | 24 | 126 | 24 | 56 | 113 | 55 |
| Binary | 11001011 | 10100010 | 11101 | 0 | 10100 | 1010110 | 10100 | 101110 | 1001011 | 101101 |
Color Harmonies of #CBA21D
Complementary color
Monochromatic Colors of #CBA21D
Black with #CBA21D
Text Example
Text Example
White with #CBA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA21D; }
p { color: rgb(203,162,29); }
H1.HeaderClassName
{
color: #CBA21D;
}
.AnyTagClassName
{
color: #CBA21D;
}
</style>
background-color css
<style>
a { background-color: #CBA21D; }
a { background-color: rgb(203,162,29); }
div.DivClassName
{
background-color: #CBA21D;
}
.BgClassName
{
background-color: #CBA21D;
}
</style>
border-color css
<style>
span { border-color: #CBA21D; }
span { border-color: rgb(203,162,29); }
td.TdClassName
{
border-color: #CBA21D;
}
.TagClassName
{
border-color: #CBA21D;
}
</style>