Shades of Bird Flower #CAB721
Tints of Bird Flower #CAB721
RGB
CMYK
RGB Variations
Color information
#CAB721 (or 0xCAB721) is known color: Bird Flower. HEX triplet: CA, B7 and 21. RGB value is (202,183,33). Sum of RGB (Red+Green+Blue) = 202+183+33=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB721 is #3548DE. Grayscale: #ACACAC. Windows color (decimal): -3492063 or 2209738. OLE color: 2209738.
HSL color Cylindrical-coordinate representation of color #CAB721: hue angle of 53.25º 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 #CAB721 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 33 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.21 |
| HSL | 53.25º | 0.72% | 0.46% | - |
| HSV(B) | 53.25º | 0.84% | 0.79% | - |
| XYZ | 41.57 | 46.53 | 8.23 | - |
| YUV | 171.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 33 | 0 | 0.09 | 0.84 | 0.21 | 53.25 | 0.72 | 0.46 |
| Hex | CA | B7 | 21 | 0 | 9 | 54 | 15 | 35 | 48 | 2E |
| Octal | 312 | 267 | 41 | 0 | 11 | 124 | 25 | 65 | 110 | 56 |
| Binary | 11001010 | 10110111 | 100001 | 0 | 1001 | 1010100 | 10101 | 110101 | 1001000 | 101110 |
Color Harmonies of #CAB721
Complementary color
Monochromatic Colors of #CAB721
Black with #CAB721
Text Example
Text Example
White with #CAB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB721; }
p { color: rgb(202,183,33); }
H1.HeaderClassName
{
color: #CAB721;
}
.AnyTagClassName
{
color: #CAB721;
}
</style>
background-color css
<style>
a { background-color: #CAB721; }
a { background-color: rgb(202,183,33); }
div.DivClassName
{
background-color: #CAB721;
}
.BgClassName
{
background-color: #CAB721;
}
</style>
border-color css
<style>
span { border-color: #CAB721; }
span { border-color: rgb(202,183,33); }
td.TdClassName
{
border-color: #CAB721;
}
.TagClassName
{
border-color: #CAB721;
}
</style>