Shades of Barberry #CAC221
Tints of Barberry #CAC221
RGB
CMYK
RGB Variations
Color information
#CAC221 (or 0xCAC221) is known color: Barberry. HEX triplet: CA, C2 and 21. RGB value is (202,194,33). Sum of RGB (Red+Green+Blue) = 202+194+33=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC221 is #353DDE. Grayscale: #B2B2B2. Windows color (decimal): -3489247 or 2212554. OLE color: 2212554.
HSL color Cylindrical-coordinate representation of color #CAC221: hue angle of 57.16º 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 #CAC221 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 33 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.21 |
| HSL | 57.16º | 0.72% | 0.46% | - |
| HSV(B) | 57.16º | 0.84% | 0.79% | - |
| XYZ | 43.92 | 51.25 | 9.02 | - |
| YUV | 178.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 33 | 0 | 0.04 | 0.84 | 0.21 | 57.16 | 0.72 | 0.46 |
| Hex | CA | C2 | 21 | 0 | 4 | 54 | 15 | 39 | 48 | 2E |
| Octal | 312 | 302 | 41 | 0 | 4 | 124 | 25 | 71 | 110 | 56 |
| Binary | 11001010 | 11000010 | 100001 | 0 | 100 | 1010100 | 10101 | 111001 | 1001000 | 101110 |
Color Harmonies of #CAC221
Complementary color
Monochromatic Colors of #CAC221
Black with #CAC221
Text Example
Text Example
White with #CAC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC221; }
p { color: rgb(202,194,33); }
H1.HeaderClassName
{
color: #CAC221;
}
.AnyTagClassName
{
color: #CAC221;
}
</style>
background-color css
<style>
a { background-color: #CAC221; }
a { background-color: rgb(202,194,33); }
div.DivClassName
{
background-color: #CAC221;
}
.BgClassName
{
background-color: #CAC221;
}
</style>
border-color css
<style>
span { border-color: #CAC221; }
span { border-color: rgb(202,194,33); }
td.TdClassName
{
border-color: #CAC221;
}
.TagClassName
{
border-color: #CAC221;
}
</style>