Shades of Galliano #CBA02D
Tints of Galliano #CBA02D
RGB
CMYK
RGB Variations
Color information
#CBA02D (or 0xCBA02D) is known color: Galliano. HEX triplet: CB, A0 and 2D. RGB value is (203,160,45). Sum of RGB (Red+Green+Blue) = 203+160+45=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA02D is #345FD2. Grayscale: #A0A0A0. Windows color (decimal): -3432403 or 2990283. OLE color: 2990283.
HSL color Cylindrical-coordinate representation of color #CBA02D: hue angle of 43.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBA02D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 160 | 45 | - |
CMYK | 0 | 0.21 | 0.78 | 0.20 |
HSL | 43.67º | 0.64% | 0.49% | - |
HSV(B) | 43.67º | 0.78% | 0.8% | - |
XYZ | 37.67 | 38.03 | 7.84 | - |
YUV | 159.75 | 63.25 | 158.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 160 | 45 | 0 | 0.21 | 0.78 | 0.20 | 43.67 | 0.64 | 0.49 |
Hex | CB | A0 | 2D | 0 | 15 | 4E | 14 | 2C | 40 | 31 |
Octal | 313 | 240 | 55 | 0 | 25 | 116 | 24 | 54 | 100 | 61 |
Binary | 11001011 | 10100000 | 101101 | 0 | 10101 | 1001110 | 10100 | 101100 | 1000000 | 110001 |
Color Harmonies of #CBA02D
Complementary color
Monochromatic Colors of #CBA02D
Black with #CBA02D
Text Example
Text Example
White with #CBA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA02D; }
p { color: rgb(203,160,45); }
H1.HeaderClassName
{
color: #CBA02D;
}
.AnyTagClassName
{
color: #CBA02D;
}
</style>
background-color css
<style>
a { background-color: #CBA02D; }
a { background-color: rgb(203,160,45); }
div.DivClassName
{
background-color: #CBA02D;
}
.BgClassName
{
background-color: #CBA02D;
}
</style>
border-color css
<style>
span { border-color: #CBA02D; }
span { border-color: rgb(203,160,45); }
td.TdClassName
{
border-color: #CBA02D;
}
.TagClassName
{
border-color: #CBA02D;
}
</style>