Shades of Bird Flower #CBBE14
Tints of Bird Flower #CBBE14
RGB
CMYK
RGB Variations
Color information
#CBBE14 (or 0xCBBE14) is known color: Bird Flower. HEX triplet: CB, BE and 14. RGB value is (203,190,20). Sum of RGB (Red+Green+Blue) = 203+190+20=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBE14 is #3441EB. Grayscale: #AFAFAF. Windows color (decimal): -3424748 or 1359563. OLE color: 1359563.
HSL color Cylindrical-coordinate representation of color #CBBE14: hue angle of 55.74º 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 #CBBE14 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.20 |
| HSL | 55.74º | 0.82% | 0.44% | - |
| HSV(B) | 55.74º | 0.9% | 0.8% | - |
| XYZ | 43.17 | 49.57 | 7.96 | - |
| YUV | 174.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 20 | 0 | 0.06 | 0.90 | 0.20 | 55.74 | 0.82 | 0.44 |
| Hex | CB | BE | 14 | 0 | 6 | 5A | 14 | 38 | 52 | 2C |
| Octal | 313 | 276 | 24 | 0 | 6 | 132 | 24 | 70 | 122 | 54 |
| Binary | 11001011 | 10111110 | 10100 | 0 | 110 | 1011010 | 10100 | 111000 | 1010010 | 101100 |
Color Harmonies of #CBBE14
Complementary color
Monochromatic Colors of #CBBE14
Black with #CBBE14
Text Example
Text Example
White with #CBBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE14; }
p { color: rgb(203,190,20); }
H1.HeaderClassName
{
color: #CBBE14;
}
.AnyTagClassName
{
color: #CBBE14;
}
</style>
background-color css
<style>
a { background-color: #CBBE14; }
a { background-color: rgb(203,190,20); }
div.DivClassName
{
background-color: #CBBE14;
}
.BgClassName
{
background-color: #CBBE14;
}
</style>
border-color css
<style>
span { border-color: #CBBE14; }
span { border-color: rgb(203,190,20); }
td.TdClassName
{
border-color: #CBBE14;
}
.TagClassName
{
border-color: #CBBE14;
}
</style>