Shades of Bird Flower #CBCC14
Tints of Bird Flower #CBCC14
RGB
CMYK
RGB Variations
Color information
#CBCC14 (or 0xCBCC14) is known color: Bird Flower. HEX triplet: CB, CC and 14. RGB value is (203,204,20). Sum of RGB (Red+Green+Blue) = 203+204+20=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC14 is #3433EB. Grayscale: #B7B7B7. Windows color (decimal): -3421164 or 1363147. OLE color: 1363147.
HSL color Cylindrical-coordinate representation of color #CBCC14: hue angle of 60.33º degrees, saturation: 0.82, 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 #CBCC14 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 20 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.2 |
| HSL | 60.33º | 0.82% | 0.44% | - |
| HSV(B) | 60.33º | 0.9% | 0.8% | - |
| XYZ | 46.35 | 55.93 | 9.02 | - |
| YUV | 182.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 20 | 0.00 | 0 | 0.90 | 0.2 | 60.33 | 0.82 | 0.44 |
| Hex | CB | CC | 14 | 0 | 0 | 5A | 14 | 3C | 52 | 2C |
| Octal | 313 | 314 | 24 | 0 | 0 | 132 | 24 | 74 | 122 | 54 |
| Binary | 11001011 | 11001100 | 10100 | 0 | 0 | 1011010 | 10100 | 111100 | 1010010 | 101100 |
Color Harmonies of #CBCC14
Complementary color
Monochromatic Colors of #CBCC14
Black with #CBCC14
Text Example
Text Example
White with #CBCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC14; }
p { color: rgb(203,204,20); }
H1.HeaderClassName
{
color: #CBCC14;
}
.AnyTagClassName
{
color: #CBCC14;
}
</style>
background-color css
<style>
a { background-color: #CBCC14; }
a { background-color: rgb(203,204,20); }
div.DivClassName
{
background-color: #CBCC14;
}
.BgClassName
{
background-color: #CBCC14;
}
</style>
border-color css
<style>
span { border-color: #CBCC14; }
span { border-color: rgb(203,204,20); }
td.TdClassName
{
border-color: #CBCC14;
}
.TagClassName
{
border-color: #CBCC14;
}
</style>