Shades of Bird Flower #CBBC11
Tints of Bird Flower #CBBC11
RGB
CMYK
RGB Variations
Color information
#CBBC11 (or 0xCBBC11) is known color: Bird Flower. HEX triplet: CB, BC and 11. RGB value is (203,188,17). Sum of RGB (Red+Green+Blue) = 203+188+17=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC11 is #3443EE. Grayscale: #ADADAD. Windows color (decimal): -3425263 or 1162443. OLE color: 1162443.
HSL color Cylindrical-coordinate representation of color #CBBC11: hue angle of 55.16º 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 #CBBC11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.20 |
| HSL | 55.16º | 0.85% | 0.43% | - |
| HSV(B) | 55.16º | 0.92% | 0.8% | - |
| XYZ | 42.71 | 48.7 | 7.68 | - |
| YUV | 172.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 17 | 0 | 0.07 | 0.92 | 0.20 | 55.16 | 0.85 | 0.43 |
| Hex | CB | BC | 11 | 0 | 7 | 5C | 14 | 37 | 55 | 2B |
| Octal | 313 | 274 | 21 | 0 | 7 | 134 | 24 | 67 | 125 | 53 |
| Binary | 11001011 | 10111100 | 10001 | 0 | 111 | 1011100 | 10100 | 110111 | 1010101 | 101011 |
Color Harmonies of #CBBC11
Complementary color
Monochromatic Colors of #CBBC11
Black with #CBBC11
Text Example
Text Example
White with #CBBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC11; }
p { color: rgb(203,188,17); }
H1.HeaderClassName
{
color: #CBBC11;
}
.AnyTagClassName
{
color: #CBBC11;
}
</style>
background-color css
<style>
a { background-color: #CBBC11; }
a { background-color: rgb(203,188,17); }
div.DivClassName
{
background-color: #CBBC11;
}
.BgClassName
{
background-color: #CBBC11;
}
</style>
border-color css
<style>
span { border-color: #CBBC11; }
span { border-color: rgb(203,188,17); }
td.TdClassName
{
border-color: #CBBC11;
}
.TagClassName
{
border-color: #CBBC11;
}
</style>