Shades of Barberry #CAC22F
Tints of Barberry #CAC22F
RGB
CMYK
RGB Variations
Color information
#CAC22F (or 0xCAC22F) is known color: Barberry. HEX triplet: CA, C2 and 2F. RGB value is (202,194,47). Sum of RGB (Red+Green+Blue) = 202+194+47=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC22F is #353DD0. Grayscale: #B4B4B4. Windows color (decimal): -3489233 or 3130058. OLE color: 3130058.
HSL color Cylindrical-coordinate representation of color #CAC22F: hue angle of 56.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAC22F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.21 |
| HSL | 56.9º | 0.62% | 0.49% | - |
| HSV(B) | 56.9º | 0.77% | 0.79% | - |
| XYZ | 44.16 | 51.35 | 10.27 | - |
| YUV | 179.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 47 | 0 | 0.04 | 0.77 | 0.21 | 56.9 | 0.62 | 0.49 |
| Hex | CA | C2 | 2F | 0 | 4 | 4D | 15 | 39 | 3E | 31 |
| Octal | 312 | 302 | 57 | 0 | 4 | 115 | 25 | 71 | 76 | 61 |
| Binary | 11001010 | 11000010 | 101111 | 0 | 100 | 1001101 | 10101 | 111001 | 111110 | 110001 |
Color Harmonies of #CAC22F
Complementary color
Monochromatic Colors of #CAC22F
Black with #CAC22F
Text Example
Text Example
White with #CAC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC22F; }
p { color: rgb(202,194,47); }
H1.HeaderClassName
{
color: #CAC22F;
}
.AnyTagClassName
{
color: #CAC22F;
}
</style>
background-color css
<style>
a { background-color: #CAC22F; }
a { background-color: rgb(202,194,47); }
div.DivClassName
{
background-color: #CAC22F;
}
.BgClassName
{
background-color: #CAC22F;
}
</style>
border-color css
<style>
span { border-color: #CAC22F; }
span { border-color: rgb(202,194,47); }
td.TdClassName
{
border-color: #CAC22F;
}
.TagClassName
{
border-color: #CAC22F;
}
</style>