Shades of Bird Flower #CAB821
Tints of Bird Flower #CAB821
RGB
CMYK
RGB Variations
Color information
#CAB821 (or 0xCAB821) is known color: Bird Flower. HEX triplet: CA, B8 and 21. RGB value is (202,184,33). Sum of RGB (Red+Green+Blue) = 202+184+33=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB821 is #3547DE. Grayscale: #ACACAC. Windows color (decimal): -3491807 or 2209994. OLE color: 2209994.
HSL color Cylindrical-coordinate representation of color #CAB821: hue angle of 53.61º 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 #CAB821 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 33 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.21 |
| HSL | 53.61º | 0.72% | 0.46% | - |
| HSV(B) | 53.61º | 0.84% | 0.79% | - |
| XYZ | 41.77 | 46.95 | 8.3 | - |
| YUV | 172.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 33 | 0 | 0.09 | 0.84 | 0.21 | 53.61 | 0.72 | 0.46 |
| Hex | CA | B8 | 21 | 0 | 9 | 54 | 15 | 36 | 48 | 2E |
| Octal | 312 | 270 | 41 | 0 | 11 | 124 | 25 | 66 | 110 | 56 |
| Binary | 11001010 | 10111000 | 100001 | 0 | 1001 | 1010100 | 10101 | 110110 | 1001000 | 101110 |
Color Harmonies of #CAB821
Complementary color
Monochromatic Colors of #CAB821
Black with #CAB821
Text Example
Text Example
White with #CAB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB821; }
p { color: rgb(202,184,33); }
H1.HeaderClassName
{
color: #CAB821;
}
.AnyTagClassName
{
color: #CAB821;
}
</style>
background-color css
<style>
a { background-color: #CAB821; }
a { background-color: rgb(202,184,33); }
div.DivClassName
{
background-color: #CAB821;
}
.BgClassName
{
background-color: #CAB821;
}
</style>
border-color css
<style>
span { border-color: #CAB821; }
span { border-color: rgb(202,184,33); }
td.TdClassName
{
border-color: #CAB821;
}
.TagClassName
{
border-color: #CAB821;
}
</style>