Shades of Bird Flower #CBBB11
Tints of Bird Flower #CBBB11
RGB
CMYK
RGB Variations
Color information
#CBBB11 (or 0xCBBB11) is known color: Bird Flower. HEX triplet: CB, BB and 11. RGB value is (203,187,17). Sum of RGB (Red+Green+Blue) = 203+187+17=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBB11 is #3444EE. Grayscale: #ADADAD. Windows color (decimal): -3425519 or 1162187. OLE color: 1162187.
HSL color Cylindrical-coordinate representation of color #CBBB11: hue angle of 54.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBBB11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.20 |
| HSL | 54.84º | 0.85% | 0.43% | - |
| HSV(B) | 54.84º | 0.92% | 0.8% | - |
| XYZ | 42.5 | 48.28 | 7.61 | - |
| YUV | 172.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 17 | 0 | 0.08 | 0.92 | 0.20 | 54.84 | 0.85 | 0.43 |
| Hex | CB | BB | 11 | 0 | 8 | 5C | 14 | 37 | 55 | 2B |
| Octal | 313 | 273 | 21 | 0 | 10 | 134 | 24 | 67 | 125 | 53 |
| Binary | 11001011 | 10111011 | 10001 | 0 | 1000 | 1011100 | 10100 | 110111 | 1010101 | 101011 |
Color Harmonies of #CBBB11
Complementary color
Monochromatic Colors of #CBBB11
Black with #CBBB11
Text Example
Text Example
White with #CBBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB11; }
p { color: rgb(203,187,17); }
H1.HeaderClassName
{
color: #CBBB11;
}
.AnyTagClassName
{
color: #CBBB11;
}
</style>
background-color css
<style>
a { background-color: #CBBB11; }
a { background-color: rgb(203,187,17); }
div.DivClassName
{
background-color: #CBBB11;
}
.BgClassName
{
background-color: #CBBB11;
}
</style>
border-color css
<style>
span { border-color: #CBBB11; }
span { border-color: rgb(203,187,17); }
td.TdClassName
{
border-color: #CBBB11;
}
.TagClassName
{
border-color: #CBBB11;
}
</style>