Shades of Bird Flower #CCBB15
Tints of Bird Flower #CCBB15
RGB
CMYK
RGB Variations
Color information
#CCBB15 (or 0xCCBB15) is known color: Bird Flower. HEX triplet: CC, BB and 15. RGB value is (204,187,21). Sum of RGB (Red+Green+Blue) = 204+187+21=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB15 is #3344EA. Grayscale: #ADADAD. Windows color (decimal): -3359979 or 1424332. OLE color: 1424332.
HSL color Cylindrical-coordinate representation of color #CCBB15: hue angle of 54.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCBB15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 21 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.2 |
| HSL | 54.43º | 0.81% | 0.44% | - |
| HSV(B) | 54.43º | 0.9% | 0.8% | - |
| XYZ | 42.81 | 48.43 | 7.8 | - |
| YUV | 173.16 | 42.13 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 21 | 0 | 0.08 | 0.90 | 0.2 | 54.43 | 0.81 | 0.44 |
| Hex | CC | BB | 15 | 0 | 8 | 5A | 14 | 36 | 51 | 2C |
| Octal | 314 | 273 | 25 | 0 | 10 | 132 | 24 | 66 | 121 | 54 |
| Binary | 11001100 | 10111011 | 10101 | 0 | 1000 | 1011010 | 10100 | 110110 | 1010001 | 101100 |
Color Harmonies of #CCBB15
Complementary color
Monochromatic Colors of #CCBB15
Black with #CCBB15
Text Example
Text Example
White with #CCBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB15; }
p { color: rgb(204,187,21); }
H1.HeaderClassName
{
color: #CCBB15;
}
.AnyTagClassName
{
color: #CCBB15;
}
</style>
background-color css
<style>
a { background-color: #CCBB15; }
a { background-color: rgb(204,187,21); }
div.DivClassName
{
background-color: #CCBB15;
}
.BgClassName
{
background-color: #CCBB15;
}
</style>
border-color css
<style>
span { border-color: #CCBB15; }
span { border-color: rgb(204,187,21); }
td.TdClassName
{
border-color: #CCBB15;
}
.TagClassName
{
border-color: #CCBB15;
}
</style>