Shades of Bird Flower #CABB21
Tints of Bird Flower #CABB21
RGB
CMYK
RGB Variations
Color information
#CABB21 (or 0xCABB21) is known color: Bird Flower. HEX triplet: CA, BB and 21. RGB value is (202,187,33). Sum of RGB (Red+Green+Blue) = 202+187+33=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB21 is #3544DE. Grayscale: #AEAEAE. Windows color (decimal): -3491039 or 2210762. OLE color: 2210762.
HSL color Cylindrical-coordinate representation of color #CABB21: hue angle of 54.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CABB21 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 33 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.21 |
| HSL | 54.67º | 0.72% | 0.46% | - |
| HSV(B) | 54.67º | 0.84% | 0.79% | - |
| XYZ | 42.4 | 48.21 | 8.51 | - |
| YUV | 173.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 33 | 0 | 0.07 | 0.84 | 0.21 | 54.67 | 0.72 | 0.46 |
| Hex | CA | BB | 21 | 0 | 7 | 54 | 15 | 37 | 48 | 2E |
| Octal | 312 | 273 | 41 | 0 | 7 | 124 | 25 | 67 | 110 | 56 |
| Binary | 11001010 | 10111011 | 100001 | 0 | 111 | 1010100 | 10101 | 110111 | 1001000 | 101110 |
Color Harmonies of #CABB21
Complementary color
Monochromatic Colors of #CABB21
Black with #CABB21
Text Example
Text Example
White with #CABB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB21; }
p { color: rgb(202,187,33); }
H1.HeaderClassName
{
color: #CABB21;
}
.AnyTagClassName
{
color: #CABB21;
}
</style>
background-color css
<style>
a { background-color: #CABB21; }
a { background-color: rgb(202,187,33); }
div.DivClassName
{
background-color: #CABB21;
}
.BgClassName
{
background-color: #CABB21;
}
</style>
border-color css
<style>
span { border-color: #CABB21; }
span { border-color: rgb(202,187,33); }
td.TdClassName
{
border-color: #CABB21;
}
.TagClassName
{
border-color: #CABB21;
}
</style>