Shades of Barberry #CAC022
Tints of Barberry #CAC022
RGB
CMYK
RGB Variations
Color information
#CAC022 (or 0xCAC022) is known color: Barberry. HEX triplet: CA, C0 and 22. RGB value is (202,192,34). Sum of RGB (Red+Green+Blue) = 202+192+34=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC022 is #353FDD. Grayscale: #B1B1B1. Windows color (decimal): -3489758 or 2277578. OLE color: 2277578.
HSL color Cylindrical-coordinate representation of color #CAC022: hue angle of 56.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAC022 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 34 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.21 |
| HSL | 56.43º | 0.71% | 0.46% | - |
| HSV(B) | 56.43º | 0.83% | 0.79% | - |
| XYZ | 43.5 | 50.37 | 8.94 | - |
| YUV | 176.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 34 | 0 | 0.05 | 0.83 | 0.21 | 56.43 | 0.71 | 0.46 |
| Hex | CA | C0 | 22 | 0 | 5 | 53 | 15 | 38 | 47 | 2E |
| Octal | 312 | 300 | 42 | 0 | 5 | 123 | 25 | 70 | 107 | 56 |
| Binary | 11001010 | 11000000 | 100010 | 0 | 101 | 1010011 | 10101 | 111000 | 1000111 | 101110 |
Color Harmonies of #CAC022
Complementary color
Monochromatic Colors of #CAC022
Black with #CAC022
Text Example
Text Example
White with #CAC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC022; }
p { color: rgb(202,192,34); }
H1.HeaderClassName
{
color: #CAC022;
}
.AnyTagClassName
{
color: #CAC022;
}
</style>
background-color css
<style>
a { background-color: #CAC022; }
a { background-color: rgb(202,192,34); }
div.DivClassName
{
background-color: #CAC022;
}
.BgClassName
{
background-color: #CAC022;
}
</style>
border-color css
<style>
span { border-color: #CAC022; }
span { border-color: rgb(202,192,34); }
td.TdClassName
{
border-color: #CAC022;
}
.TagClassName
{
border-color: #CAC022;
}
</style>