Shades of Bird Flower #CBCC15
Tints of Bird Flower #CBCC15
RGB
CMYK
RGB Variations
Color information
#CBCC15 (or 0xCBCC15) is known color: Bird Flower. HEX triplet: CB, CC and 15. RGB value is (203,204,21). Sum of RGB (Red+Green+Blue) = 203+204+21=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC15 is #3433EA. Grayscale: #B7B7B7. Windows color (decimal): -3421163 or 1428683. OLE color: 1428683.
HSL color Cylindrical-coordinate representation of color #CBCC15: hue angle of 60.33º 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 #CBCC15 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 21 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.2 |
| HSL | 60.33º | 0.81% | 0.44% | - |
| HSV(B) | 60.33º | 0.9% | 0.8% | - |
| XYZ | 46.36 | 55.94 | 9.06 | - |
| YUV | 182.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 21 | 0.00 | 0 | 0.90 | 0.2 | 60.33 | 0.81 | 0.44 |
| Hex | CB | CC | 15 | 0 | 0 | 5A | 14 | 3C | 51 | 2C |
| Octal | 313 | 314 | 25 | 0 | 0 | 132 | 24 | 74 | 121 | 54 |
| Binary | 11001011 | 11001100 | 10101 | 0 | 0 | 1011010 | 10100 | 111100 | 1010001 | 101100 |
Color Harmonies of #CBCC15
Complementary color
Monochromatic Colors of #CBCC15
Black with #CBCC15
Text Example
Text Example
White with #CBCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC15; }
p { color: rgb(203,204,21); }
H1.HeaderClassName
{
color: #CBCC15;
}
.AnyTagClassName
{
color: #CBCC15;
}
</style>
background-color css
<style>
a { background-color: #CBCC15; }
a { background-color: rgb(203,204,21); }
div.DivClassName
{
background-color: #CBCC15;
}
.BgClassName
{
background-color: #CBCC15;
}
</style>
border-color css
<style>
span { border-color: #CBCC15; }
span { border-color: rgb(203,204,21); }
td.TdClassName
{
border-color: #CBCC15;
}
.TagClassName
{
border-color: #CBCC15;
}
</style>