Shades of Bird Flower #CCBC11
Tints of Bird Flower #CCBC11
RGB
CMYK
RGB Variations
Color information
#CCBC11 (or 0xCCBC11) is known color: Bird Flower. HEX triplet: CC, BC and 11. RGB value is (204,188,17). Sum of RGB (Red+Green+Blue) = 204+188+17=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC11 is #3343EE. Grayscale: #ADADAD. Windows color (decimal): -3359727 or 1162444. OLE color: 1162444.
HSL color Cylindrical-coordinate representation of color #CCBC11: hue angle of 54.87º 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 #CCBC11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.2 |
| HSL | 54.87º | 0.85% | 0.43% | - |
| HSV(B) | 54.87º | 0.92% | 0.8% | - |
| XYZ | 42.99 | 48.84 | 7.69 | - |
| YUV | 173.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 17 | 0 | 0.08 | 0.92 | 0.2 | 54.87 | 0.85 | 0.43 |
| Hex | CC | BC | 11 | 0 | 8 | 5C | 14 | 37 | 55 | 2B |
| Octal | 314 | 274 | 21 | 0 | 10 | 134 | 24 | 67 | 125 | 53 |
| Binary | 11001100 | 10111100 | 10001 | 0 | 1000 | 1011100 | 10100 | 110111 | 1010101 | 101011 |
Color Harmonies of #CCBC11
Complementary color
Monochromatic Colors of #CCBC11
Black with #CCBC11
Text Example
Text Example
White with #CCBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC11; }
p { color: rgb(204,188,17); }
H1.HeaderClassName
{
color: #CCBC11;
}
.AnyTagClassName
{
color: #CCBC11;
}
</style>
background-color css
<style>
a { background-color: #CCBC11; }
a { background-color: rgb(204,188,17); }
div.DivClassName
{
background-color: #CCBC11;
}
.BgClassName
{
background-color: #CCBC11;
}
</style>
border-color css
<style>
span { border-color: #CCBC11; }
span { border-color: rgb(204,188,17); }
td.TdClassName
{
border-color: #CCBC11;
}
.TagClassName
{
border-color: #CCBC11;
}
</style>