Shades of Bird Flower #CBCC11
Tints of Bird Flower #CBCC11
RGB
CMYK
RGB Variations
Color information
#CBCC11 (or 0xCBCC11) is known color: Bird Flower. HEX triplet: CB, CC and 11. RGB value is (203,204,17). Sum of RGB (Red+Green+Blue) = 203+204+17=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC11 is #3433EE. Grayscale: #B7B7B7. Windows color (decimal): -3421167 or 1166539. OLE color: 1166539.
HSL color Cylindrical-coordinate representation of color #CBCC11: hue angle of 60.32º 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 #CBCC11 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 17 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.2 |
| HSL | 60.32º | 0.85% | 0.43% | - |
| HSV(B) | 60.32º | 0.92% | 0.8% | - |
| XYZ | 46.32 | 55.92 | 8.88 | - |
| YUV | 182.38 | 34.67 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 17 | 0.00 | 0 | 0.92 | 0.2 | 60.32 | 0.85 | 0.43 |
| Hex | CB | CC | 11 | 0 | 0 | 5C | 14 | 3C | 55 | 2B |
| Octal | 313 | 314 | 21 | 0 | 0 | 134 | 24 | 74 | 125 | 53 |
| Binary | 11001011 | 11001100 | 10001 | 0 | 0 | 1011100 | 10100 | 111100 | 1010101 | 101011 |
Color Harmonies of #CBCC11
Complementary color
Monochromatic Colors of #CBCC11
Black with #CBCC11
Text Example
Text Example
White with #CBCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC11; }
p { color: rgb(203,204,17); }
H1.HeaderClassName
{
color: #CBCC11;
}
.AnyTagClassName
{
color: #CBCC11;
}
</style>
background-color css
<style>
a { background-color: #CBCC11; }
a { background-color: rgb(203,204,17); }
div.DivClassName
{
background-color: #CBCC11;
}
.BgClassName
{
background-color: #CBCC11;
}
</style>
border-color css
<style>
span { border-color: #CBCC11; }
span { border-color: rgb(203,204,17); }
td.TdClassName
{
border-color: #CBCC11;
}
.TagClassName
{
border-color: #CBCC11;
}
</style>