Shades of Bird Flower #CAB921
Tints of Bird Flower #CAB921
RGB
CMYK
RGB Variations
Color information
#CAB921 (or 0xCAB921) is known color: Bird Flower. HEX triplet: CA, B9 and 21. RGB value is (202,185,33). Sum of RGB (Red+Green+Blue) = 202+185+33=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB921 is #3546DE. Grayscale: #ADADAD. Windows color (decimal): -3491551 or 2210250. OLE color: 2210250.
HSL color Cylindrical-coordinate representation of color #CAB921: hue angle of 53.96º 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 #CAB921 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 33 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.21 |
| HSL | 53.96º | 0.72% | 0.46% | - |
| HSV(B) | 53.96º | 0.84% | 0.79% | - |
| XYZ | 41.98 | 47.36 | 8.37 | - |
| YUV | 172.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 33 | 0 | 0.08 | 0.84 | 0.21 | 53.96 | 0.72 | 0.46 |
| Hex | CA | B9 | 21 | 0 | 8 | 54 | 15 | 36 | 48 | 2E |
| Octal | 312 | 271 | 41 | 0 | 10 | 124 | 25 | 66 | 110 | 56 |
| Binary | 11001010 | 10111001 | 100001 | 0 | 1000 | 1010100 | 10101 | 110110 | 1001000 | 101110 |
Color Harmonies of #CAB921
Complementary color
Monochromatic Colors of #CAB921
Black with #CAB921
Text Example
Text Example
White with #CAB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB921; }
p { color: rgb(202,185,33); }
H1.HeaderClassName
{
color: #CAB921;
}
.AnyTagClassName
{
color: #CAB921;
}
</style>
background-color css
<style>
a { background-color: #CAB921; }
a { background-color: rgb(202,185,33); }
div.DivClassName
{
background-color: #CAB921;
}
.BgClassName
{
background-color: #CAB921;
}
</style>
border-color css
<style>
span { border-color: #CAB921; }
span { border-color: rgb(202,185,33); }
td.TdClassName
{
border-color: #CAB921;
}
.TagClassName
{
border-color: #CAB921;
}
</style>