Shades of Barberry #CAC821
Tints of Barberry #CAC821
RGB
CMYK
RGB Variations
Color information
#CAC821 (or 0xCAC821) is known color: Barberry. HEX triplet: CA, C8 and 21. RGB value is (202,200,33). Sum of RGB (Red+Green+Blue) = 202+200+33=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC821 is #3537DE. Grayscale: #B6B6B6. Windows color (decimal): -3487711 or 2214090. OLE color: 2214090.
HSL color Cylindrical-coordinate representation of color #CAC821: hue angle of 59.29º 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 #CAC821 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 33 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.21 |
| HSL | 59.29º | 0.72% | 0.46% | - |
| HSV(B) | 59.29º | 0.84% | 0.79% | - |
| XYZ | 45.29 | 53.97 | 9.47 | - |
| YUV | 181.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 33 | 0 | 0.01 | 0.84 | 0.21 | 59.29 | 0.72 | 0.46 |
| Hex | CA | C8 | 21 | 0 | 1 | 54 | 15 | 3B | 48 | 2E |
| Octal | 312 | 310 | 41 | 0 | 1 | 124 | 25 | 73 | 110 | 56 |
| Binary | 11001010 | 11001000 | 100001 | 0 | 1 | 1010100 | 10101 | 111011 | 1001000 | 101110 |
Color Harmonies of #CAC821
Complementary color
Monochromatic Colors of #CAC821
Black with #CAC821
Text Example
Text Example
White with #CAC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC821; }
p { color: rgb(202,200,33); }
H1.HeaderClassName
{
color: #CAC821;
}
.AnyTagClassName
{
color: #CAC821;
}
</style>
background-color css
<style>
a { background-color: #CAC821; }
a { background-color: rgb(202,200,33); }
div.DivClassName
{
background-color: #CAC821;
}
.BgClassName
{
background-color: #CAC821;
}
</style>
border-color css
<style>
span { border-color: #CAC821; }
span { border-color: rgb(202,200,33); }
td.TdClassName
{
border-color: #CAC821;
}
.TagClassName
{
border-color: #CAC821;
}
</style>