Shades of Barberry #CAC621
Tints of Barberry #CAC621
RGB
CMYK
RGB Variations
Color information
#CAC621 (or 0xCAC621) is known color: Barberry. HEX triplet: CA, C6 and 21. RGB value is (202,198,33). Sum of RGB (Red+Green+Blue) = 202+198+33=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC621 is #3539DE. Grayscale: #B5B5B5. Windows color (decimal): -3488223 or 2213578. OLE color: 2213578.
HSL color Cylindrical-coordinate representation of color #CAC621: hue angle of 58.58º 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 #CAC621 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 33 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.21 |
| HSL | 58.58º | 0.72% | 0.46% | - |
| HSV(B) | 58.58º | 0.84% | 0.79% | - |
| XYZ | 44.83 | 53.05 | 9.32 | - |
| YUV | 180.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 33 | 0 | 0.02 | 0.84 | 0.21 | 58.58 | 0.72 | 0.46 |
| Hex | CA | C6 | 21 | 0 | 2 | 54 | 15 | 3B | 48 | 2E |
| Octal | 312 | 306 | 41 | 0 | 2 | 124 | 25 | 73 | 110 | 56 |
| Binary | 11001010 | 11000110 | 100001 | 0 | 10 | 1010100 | 10101 | 111011 | 1001000 | 101110 |
Color Harmonies of #CAC621
Complementary color
Monochromatic Colors of #CAC621
Black with #CAC621
Text Example
Text Example
White with #CAC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC621; }
p { color: rgb(202,198,33); }
H1.HeaderClassName
{
color: #CAC621;
}
.AnyTagClassName
{
color: #CAC621;
}
</style>
background-color css
<style>
a { background-color: #CAC621; }
a { background-color: rgb(202,198,33); }
div.DivClassName
{
background-color: #CAC621;
}
.BgClassName
{
background-color: #CAC621;
}
</style>
border-color css
<style>
span { border-color: #CAC621; }
span { border-color: rgb(202,198,33); }
td.TdClassName
{
border-color: #CAC621;
}
.TagClassName
{
border-color: #CAC621;
}
</style>