Shades of Bird Flower #CAB621
Tints of Bird Flower #CAB621
RGB
CMYK
RGB Variations
Color information
#CAB621 (or 0xCAB621) is known color: Bird Flower. HEX triplet: CA, B6 and 21. RGB value is (202,182,33). Sum of RGB (Red+Green+Blue) = 202+182+33=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB621 is #3549DE. Grayscale: #ABABAB. Windows color (decimal): -3492319 or 2209482. OLE color: 2209482.
HSL color Cylindrical-coordinate representation of color #CAB621: hue angle of 52.9º 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 #CAB621 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 33 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.21 |
| HSL | 52.9º | 0.72% | 0.46% | - |
| HSV(B) | 52.9º | 0.84% | 0.79% | - |
| XYZ | 41.36 | 46.12 | 8.16 | - |
| YUV | 170.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 33 | 0 | 0.10 | 0.84 | 0.21 | 52.9 | 0.72 | 0.46 |
| Hex | CA | B6 | 21 | 0 | A | 54 | 15 | 35 | 48 | 2E |
| Octal | 312 | 266 | 41 | 0 | 12 | 124 | 25 | 65 | 110 | 56 |
| Binary | 11001010 | 10110110 | 100001 | 0 | 1010 | 1010100 | 10101 | 110101 | 1001000 | 101110 |
Color Harmonies of #CAB621
Complementary color
Monochromatic Colors of #CAB621
Black with #CAB621
Text Example
Text Example
White with #CAB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB621; }
p { color: rgb(202,182,33); }
H1.HeaderClassName
{
color: #CAB621;
}
.AnyTagClassName
{
color: #CAB621;
}
</style>
background-color css
<style>
a { background-color: #CAB621; }
a { background-color: rgb(202,182,33); }
div.DivClassName
{
background-color: #CAB621;
}
.BgClassName
{
background-color: #CAB621;
}
</style>
border-color css
<style>
span { border-color: #CAB621; }
span { border-color: rgb(202,182,33); }
td.TdClassName
{
border-color: #CAB621;
}
.TagClassName
{
border-color: #CAB621;
}
</style>