Shades of Bird Flower #CCBE11
Tints of Bird Flower #CCBE11
RGB
CMYK
RGB Variations
Color information
#CCBE11 (or 0xCCBE11) is known color: Bird Flower. HEX triplet: CC, BE and 11. RGB value is (204,190,17). Sum of RGB (Red+Green+Blue) = 204+190+17=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE11 is #3341EE. Grayscale: #AFAFAF. Windows color (decimal): -3359215 or 1162956. OLE color: 1162956.
HSL color Cylindrical-coordinate representation of color #CCBE11: hue angle of 55.51º 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 #CCBE11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.2 |
| HSL | 55.51º | 0.85% | 0.43% | - |
| HSV(B) | 55.51º | 0.92% | 0.8% | - |
| XYZ | 43.42 | 49.7 | 7.84 | - |
| YUV | 174.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 17 | 0 | 0.07 | 0.92 | 0.2 | 55.51 | 0.85 | 0.43 |
| Hex | CC | BE | 11 | 0 | 7 | 5C | 14 | 38 | 55 | 2B |
| Octal | 314 | 276 | 21 | 0 | 7 | 134 | 24 | 70 | 125 | 53 |
| Binary | 11001100 | 10111110 | 10001 | 0 | 111 | 1011100 | 10100 | 111000 | 1010101 | 101011 |
Color Harmonies of #CCBE11
Complementary color
Monochromatic Colors of #CCBE11
Black with #CCBE11
Text Example
Text Example
White with #CCBE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE11; }
p { color: rgb(204,190,17); }
H1.HeaderClassName
{
color: #CCBE11;
}
.AnyTagClassName
{
color: #CCBE11;
}
</style>
background-color css
<style>
a { background-color: #CCBE11; }
a { background-color: rgb(204,190,17); }
div.DivClassName
{
background-color: #CCBE11;
}
.BgClassName
{
background-color: #CCBE11;
}
</style>
border-color css
<style>
span { border-color: #CCBE11; }
span { border-color: rgb(204,190,17); }
td.TdClassName
{
border-color: #CCBE11;
}
.TagClassName
{
border-color: #CCBE11;
}
</style>