Shades of Barberry #CAC422
Tints of Barberry #CAC422
RGB
CMYK
RGB Variations
Color information
#CAC422 (or 0xCAC422) is known color: Barberry. HEX triplet: CA, C4 and 22. RGB value is (202,196,34). Sum of RGB (Red+Green+Blue) = 202+196+34=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC422 is #353BDD. Grayscale: #B3B3B3. Windows color (decimal): -3488734 or 2278602. OLE color: 2278602.
HSL color Cylindrical-coordinate representation of color #CAC422: hue angle of 57.86º 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 #CAC422 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 34 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.21 |
| HSL | 57.86º | 0.71% | 0.46% | - |
| HSV(B) | 57.86º | 0.83% | 0.79% | - |
| XYZ | 44.39 | 52.15 | 9.24 | - |
| YUV | 179.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 34 | 0 | 0.03 | 0.83 | 0.21 | 57.86 | 0.71 | 0.46 |
| Hex | CA | C4 | 22 | 0 | 3 | 53 | 15 | 3A | 47 | 2E |
| Octal | 312 | 304 | 42 | 0 | 3 | 123 | 25 | 72 | 107 | 56 |
| Binary | 11001010 | 11000100 | 100010 | 0 | 11 | 1010011 | 10101 | 111010 | 1000111 | 101110 |
Color Harmonies of #CAC422
Complementary color
Monochromatic Colors of #CAC422
Black with #CAC422
Text Example
Text Example
White with #CAC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC422; }
p { color: rgb(202,196,34); }
H1.HeaderClassName
{
color: #CAC422;
}
.AnyTagClassName
{
color: #CAC422;
}
</style>
background-color css
<style>
a { background-color: #CAC422; }
a { background-color: rgb(202,196,34); }
div.DivClassName
{
background-color: #CAC422;
}
.BgClassName
{
background-color: #CAC422;
}
</style>
border-color css
<style>
span { border-color: #CAC422; }
span { border-color: rgb(202,196,34); }
td.TdClassName
{
border-color: #CAC422;
}
.TagClassName
{
border-color: #CAC422;
}
</style>