Shades of Galliano #CB9F21
Tints of Galliano #CB9F21
RGB
CMYK
RGB Variations
Color information
#CB9F21 (or 0xCB9F21) is known color: Galliano. HEX triplet: CB, 9F and 21. RGB value is (203,159,33). Sum of RGB (Red+Green+Blue) = 203+159+33=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F21 is #3460DE. Grayscale: #9E9E9E. Windows color (decimal): -3432671 or 2203595. OLE color: 2203595.
HSL color Cylindrical-coordinate representation of color #CB9F21: hue angle of 44.47º degrees, saturation: 0.72, 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 #CB9F21 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 33 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.20 |
| HSL | 44.47º | 0.72% | 0.46% | - |
| HSV(B) | 44.47º | 0.84% | 0.8% | - |
| XYZ | 37.3 | 37.6 | 6.73 | - |
| YUV | 157.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 33 | 0 | 0.22 | 0.84 | 0.20 | 44.47 | 0.72 | 0.46 |
| Hex | CB | 9F | 21 | 0 | 16 | 54 | 14 | 2C | 48 | 2E |
| Octal | 313 | 237 | 41 | 0 | 26 | 124 | 24 | 54 | 110 | 56 |
| Binary | 11001011 | 10011111 | 100001 | 0 | 10110 | 1010100 | 10100 | 101100 | 1001000 | 101110 |
Color Harmonies of #CB9F21
Complementary color
Monochromatic Colors of #CB9F21
Black with #CB9F21
Text Example
Text Example
White with #CB9F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F21; }
p { color: rgb(203,159,33); }
H1.HeaderClassName
{
color: #CB9F21;
}
.AnyTagClassName
{
color: #CB9F21;
}
</style>
background-color css
<style>
a { background-color: #CB9F21; }
a { background-color: rgb(203,159,33); }
div.DivClassName
{
background-color: #CB9F21;
}
.BgClassName
{
background-color: #CB9F21;
}
</style>
border-color css
<style>
span { border-color: #CB9F21; }
span { border-color: rgb(203,159,33); }
td.TdClassName
{
border-color: #CB9F21;
}
.TagClassName
{
border-color: #CB9F21;
}
</style>