Shades of Bird Flower #CBBB21
Tints of Bird Flower #CBBB21
RGB
CMYK
RGB Variations
Color information
#CBBB21 (or 0xCBBB21) is known color: Bird Flower. HEX triplet: CB, BB and 21. RGB value is (203,187,33). Sum of RGB (Red+Green+Blue) = 203+187+33=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB21 is #3444DE. Grayscale: #AEAEAE. Windows color (decimal): -3425503 or 2210763. OLE color: 2210763.
HSL color Cylindrical-coordinate representation of color #CBBB21: hue angle of 54.35º 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 #CBBB21 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 33 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.20 |
| HSL | 54.35º | 0.72% | 0.46% | - |
| HSV(B) | 54.35º | 0.84% | 0.8% | - |
| XYZ | 42.67 | 48.35 | 8.52 | - |
| YUV | 174.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 33 | 0 | 0.08 | 0.84 | 0.20 | 54.35 | 0.72 | 0.46 |
| Hex | CB | BB | 21 | 0 | 8 | 54 | 14 | 36 | 48 | 2E |
| Octal | 313 | 273 | 41 | 0 | 10 | 124 | 24 | 66 | 110 | 56 |
| Binary | 11001011 | 10111011 | 100001 | 0 | 1000 | 1010100 | 10100 | 110110 | 1001000 | 101110 |
Color Harmonies of #CBBB21
Complementary color
Monochromatic Colors of #CBBB21
Black with #CBBB21
Text Example
Text Example
White with #CBBB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB21; }
p { color: rgb(203,187,33); }
H1.HeaderClassName
{
color: #CBBB21;
}
.AnyTagClassName
{
color: #CBBB21;
}
</style>
background-color css
<style>
a { background-color: #CBBB21; }
a { background-color: rgb(203,187,33); }
div.DivClassName
{
background-color: #CBBB21;
}
.BgClassName
{
background-color: #CBBB21;
}
</style>
border-color css
<style>
span { border-color: #CBBB21; }
span { border-color: rgb(203,187,33); }
td.TdClassName
{
border-color: #CBBB21;
}
.TagClassName
{
border-color: #CBBB21;
}
</style>