Shades of Galliano #CBB01F
Tints of Galliano #CBB01F
RGB
CMYK
RGB Variations
Color information
#CBB01F (or 0xCBB01F) is known color: Galliano. HEX triplet: CB, B0 and 1F. RGB value is (203,176,31). Sum of RGB (Red+Green+Blue) = 203+176+31=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB01F is #344FE0. Grayscale: #A8A8A8. Windows color (decimal): -3428321 or 2076875. OLE color: 2076875.
HSL color Cylindrical-coordinate representation of color #CBB01F: hue angle of 50.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBB01F is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 31 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.20 |
| HSL | 50.58º | 0.74% | 0.46% | - |
| HSV(B) | 50.58º | 0.85% | 0.8% | - |
| XYZ | 40.4 | 43.85 | 7.63 | - |
| YUV | 167.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 31 | 0 | 0.13 | 0.85 | 0.20 | 50.58 | 0.74 | 0.46 |
| Hex | CB | B0 | 1F | 0 | D | 55 | 14 | 33 | 4A | 2E |
| Octal | 313 | 260 | 37 | 0 | 15 | 125 | 24 | 63 | 112 | 56 |
| Binary | 11001011 | 10110000 | 11111 | 0 | 1101 | 1010101 | 10100 | 110011 | 1001010 | 101110 |
Color Harmonies of #CBB01F
Complementary color
Monochromatic Colors of #CBB01F
Black with #CBB01F
Text Example
Text Example
White with #CBB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB01F; }
p { color: rgb(203,176,31); }
H1.HeaderClassName
{
color: #CBB01F;
}
.AnyTagClassName
{
color: #CBB01F;
}
</style>
background-color css
<style>
a { background-color: #CBB01F; }
a { background-color: rgb(203,176,31); }
div.DivClassName
{
background-color: #CBB01F;
}
.BgClassName
{
background-color: #CBB01F;
}
</style>
border-color css
<style>
span { border-color: #CBB01F; }
span { border-color: rgb(203,176,31); }
td.TdClassName
{
border-color: #CBB01F;
}
.TagClassName
{
border-color: #CBB01F;
}
</style>