Shades of Galliano #CBAE20
Tints of Galliano #CBAE20
RGB
CMYK
RGB Variations
Color information
#CBAE20 (or 0xCBAE20) is known color: Galliano. HEX triplet: CB, AE and 20. RGB value is (203,174,32). Sum of RGB (Red+Green+Blue) = 203+174+32=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE20 is #3451DF. Grayscale: #A7A7A7. Windows color (decimal): -3428832 or 2141899. OLE color: 2141899.
HSL color Cylindrical-coordinate representation of color #CBAE20: hue angle of 49.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBAE20 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 32 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.20 |
| HSL | 49.82º | 0.73% | 0.46% | - |
| HSV(B) | 49.82º | 0.84% | 0.8% | - |
| XYZ | 40.03 | 43.07 | 7.57 | - |
| YUV | 166.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 32 | 0 | 0.14 | 0.84 | 0.20 | 49.82 | 0.73 | 0.46 |
| Hex | CB | AE | 20 | 0 | E | 54 | 14 | 32 | 49 | 2E |
| Octal | 313 | 256 | 40 | 0 | 16 | 124 | 24 | 62 | 111 | 56 |
| Binary | 11001011 | 10101110 | 100000 | 0 | 1110 | 1010100 | 10100 | 110010 | 1001001 | 101110 |
Color Harmonies of #CBAE20
Complementary color
Monochromatic Colors of #CBAE20
Black with #CBAE20
Text Example
Text Example
White with #CBAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE20; }
p { color: rgb(203,174,32); }
H1.HeaderClassName
{
color: #CBAE20;
}
.AnyTagClassName
{
color: #CBAE20;
}
</style>
background-color css
<style>
a { background-color: #CBAE20; }
a { background-color: rgb(203,174,32); }
div.DivClassName
{
background-color: #CBAE20;
}
.BgClassName
{
background-color: #CBAE20;
}
</style>
border-color css
<style>
span { border-color: #CBAE20; }
span { border-color: rgb(203,174,32); }
td.TdClassName
{
border-color: #CBAE20;
}
.TagClassName
{
border-color: #CBAE20;
}
</style>