Shades of Bird Flower #CABB11
Tints of Bird Flower #CABB11
RGB
CMYK
RGB Variations
Color information
#CABB11 (or 0xCABB11) is known color: Bird Flower. HEX triplet: CA, BB and 11. RGB value is (202,187,17). Sum of RGB (Red+Green+Blue) = 202+187+17=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB11 is #3544EE. Grayscale: #ACACAC. Windows color (decimal): -3491055 or 1162186. OLE color: 1162186.
HSL color Cylindrical-coordinate representation of color #CABB11: hue angle of 55.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CABB11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.21 |
| HSL | 55.14º | 0.84% | 0.43% | - |
| HSV(B) | 55.14º | 0.92% | 0.79% | - |
| XYZ | 42.23 | 48.14 | 7.6 | - |
| YUV | 172.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 17 | 0 | 0.07 | 0.92 | 0.21 | 55.14 | 0.84 | 0.43 |
| Hex | CA | BB | 11 | 0 | 7 | 5C | 15 | 37 | 54 | 2B |
| Octal | 312 | 273 | 21 | 0 | 7 | 134 | 25 | 67 | 124 | 53 |
| Binary | 11001010 | 10111011 | 10001 | 0 | 111 | 1011100 | 10101 | 110111 | 1010100 | 101011 |
Color Harmonies of #CABB11
Complementary color
Monochromatic Colors of #CABB11
Black with #CABB11
Text Example
Text Example
White with #CABB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB11; }
p { color: rgb(202,187,17); }
H1.HeaderClassName
{
color: #CABB11;
}
.AnyTagClassName
{
color: #CABB11;
}
</style>
background-color css
<style>
a { background-color: #CABB11; }
a { background-color: rgb(202,187,17); }
div.DivClassName
{
background-color: #CABB11;
}
.BgClassName
{
background-color: #CABB11;
}
</style>
border-color css
<style>
span { border-color: #CABB11; }
span { border-color: rgb(202,187,17); }
td.TdClassName
{
border-color: #CABB11;
}
.TagClassName
{
border-color: #CABB11;
}
</style>