Shades of Bird Flower #CBBB20
Tints of Bird Flower #CBBB20
RGB
CMYK
RGB Variations
Color information
#CBBB20 (or 0xCBBB20) is known color: Bird Flower. HEX triplet: CB, BB and 20. RGB value is (203,187,32). Sum of RGB (Red+Green+Blue) = 203+187+32=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB20 is #3444DF. Grayscale: #AEAEAE. Windows color (decimal): -3425504 or 2145227. OLE color: 2145227.
HSL color Cylindrical-coordinate representation of color #CBBB20: hue angle of 54.39º 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 #CBBB20 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 32 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.20 |
| HSL | 54.39º | 0.73% | 0.46% | - |
| HSV(B) | 54.39º | 0.84% | 0.8% | - |
| XYZ | 42.66 | 48.34 | 8.45 | - |
| YUV | 174.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 32 | 0 | 0.08 | 0.84 | 0.20 | 54.39 | 0.73 | 0.46 |
| Hex | CB | BB | 20 | 0 | 8 | 54 | 14 | 36 | 49 | 2E |
| Octal | 313 | 273 | 40 | 0 | 10 | 124 | 24 | 66 | 111 | 56 |
| Binary | 11001011 | 10111011 | 100000 | 0 | 1000 | 1010100 | 10100 | 110110 | 1001001 | 101110 |
Color Harmonies of #CBBB20
Complementary color
Monochromatic Colors of #CBBB20
Black with #CBBB20
Text Example
Text Example
White with #CBBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB20; }
p { color: rgb(203,187,32); }
H1.HeaderClassName
{
color: #CBBB20;
}
.AnyTagClassName
{
color: #CBBB20;
}
</style>
background-color css
<style>
a { background-color: #CBBB20; }
a { background-color: rgb(203,187,32); }
div.DivClassName
{
background-color: #CBBB20;
}
.BgClassName
{
background-color: #CBBB20;
}
</style>
border-color css
<style>
span { border-color: #CBBB20; }
span { border-color: rgb(203,187,32); }
td.TdClassName
{
border-color: #CBBB20;
}
.TagClassName
{
border-color: #CBBB20;
}
</style>