Shades of Bird Flower #CBBC14
Tints of Bird Flower #CBBC14
RGB
CMYK
RGB Variations
Color information
#CBBC14 (or 0xCBBC14) is known color: Bird Flower. HEX triplet: CB, BC and 14. RGB value is (203,188,20). Sum of RGB (Red+Green+Blue) = 203+188+20=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC14 is #3443EB. Grayscale: #AEAEAE. Windows color (decimal): -3425260 or 1359051. OLE color: 1359051.
HSL color Cylindrical-coordinate representation of color #CBBC14: hue angle of 55.08º 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 #CBBC14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.20 |
| HSL | 55.08º | 0.82% | 0.44% | - |
| HSV(B) | 55.08º | 0.9% | 0.8% | - |
| XYZ | 42.74 | 48.71 | 7.81 | - |
| YUV | 173.33 | 41.47 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 20 | 0 | 0.07 | 0.90 | 0.20 | 55.08 | 0.82 | 0.44 |
| Hex | CB | BC | 14 | 0 | 7 | 5A | 14 | 37 | 52 | 2C |
| Octal | 313 | 274 | 24 | 0 | 7 | 132 | 24 | 67 | 122 | 54 |
| Binary | 11001011 | 10111100 | 10100 | 0 | 111 | 1011010 | 10100 | 110111 | 1010010 | 101100 |
Color Harmonies of #CBBC14
Complementary color
Monochromatic Colors of #CBBC14
Black with #CBBC14
Text Example
Text Example
White with #CBBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC14; }
p { color: rgb(203,188,20); }
H1.HeaderClassName
{
color: #CBBC14;
}
.AnyTagClassName
{
color: #CBBC14;
}
</style>
background-color css
<style>
a { background-color: #CBBC14; }
a { background-color: rgb(203,188,20); }
div.DivClassName
{
background-color: #CBBC14;
}
.BgClassName
{
background-color: #CBBC14;
}
</style>
border-color css
<style>
span { border-color: #CBBC14; }
span { border-color: rgb(203,188,20); }
td.TdClassName
{
border-color: #CBBC14;
}
.TagClassName
{
border-color: #CBBC14;
}
</style>