Shades of Barberry #CAC321
Tints of Barberry #CAC321
RGB
CMYK
RGB Variations
Color information
#CAC321 (or 0xCAC321) is known color: Barberry. HEX triplet: CA, C3 and 21. RGB value is (202,195,33). Sum of RGB (Red+Green+Blue) = 202+195+33=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC321 is #353CDE. Grayscale: #B3B3B3. Windows color (decimal): -3488991 or 2212810. OLE color: 2212810.
HSL color Cylindrical-coordinate representation of color #CAC321: hue angle of 57.51º 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 #CAC321 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 33 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.21 |
| HSL | 57.51º | 0.72% | 0.46% | - |
| HSV(B) | 57.51º | 0.84% | 0.79% | - |
| XYZ | 44.15 | 51.7 | 9.09 | - |
| YUV | 178.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 33 | 0 | 0.03 | 0.84 | 0.21 | 57.51 | 0.72 | 0.46 |
| Hex | CA | C3 | 21 | 0 | 3 | 54 | 15 | 3A | 48 | 2E |
| Octal | 312 | 303 | 41 | 0 | 3 | 124 | 25 | 72 | 110 | 56 |
| Binary | 11001010 | 11000011 | 100001 | 0 | 11 | 1010100 | 10101 | 111010 | 1001000 | 101110 |
Color Harmonies of #CAC321
Complementary color
Monochromatic Colors of #CAC321
Black with #CAC321
Text Example
Text Example
White with #CAC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC321; }
p { color: rgb(202,195,33); }
H1.HeaderClassName
{
color: #CAC321;
}
.AnyTagClassName
{
color: #CAC321;
}
</style>
background-color css
<style>
a { background-color: #CAC321; }
a { background-color: rgb(202,195,33); }
div.DivClassName
{
background-color: #CAC321;
}
.BgClassName
{
background-color: #CAC321;
}
</style>
border-color css
<style>
span { border-color: #CAC321; }
span { border-color: rgb(202,195,33); }
td.TdClassName
{
border-color: #CAC321;
}
.TagClassName
{
border-color: #CAC321;
}
</style>