Shades of Barberry #CAC21E
Tints of Barberry #CAC21E
RGB
CMYK
RGB Variations
Color information
#CAC21E (or 0xCAC21E) is known color: Barberry. HEX triplet: CA, C2 and 1E. RGB value is (202,194,30). Sum of RGB (Red+Green+Blue) = 202+194+30=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC21E is #353DE1. Grayscale: #B2B2B2. Windows color (decimal): -3489250 or 2015946. OLE color: 2015946.
HSL color Cylindrical-coordinate representation of color #CAC21E: hue angle of 57.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAC21E is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 30 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.21 |
| HSL | 57.21º | 0.74% | 0.45% | - |
| HSV(B) | 57.21º | 0.85% | 0.79% | - |
| XYZ | 43.88 | 51.23 | 8.8 | - |
| YUV | 177.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 30 | 0 | 0.04 | 0.85 | 0.21 | 57.21 | 0.74 | 0.45 |
| Hex | CA | C2 | 1E | 0 | 4 | 55 | 15 | 39 | 4A | 2D |
| Octal | 312 | 302 | 36 | 0 | 4 | 125 | 25 | 71 | 112 | 55 |
| Binary | 11001010 | 11000010 | 11110 | 0 | 100 | 1010101 | 10101 | 111001 | 1001010 | 101101 |
Color Harmonies of #CAC21E
Complementary color
Monochromatic Colors of #CAC21E
Black with #CAC21E
Text Example
Text Example
White with #CAC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC21E; }
p { color: rgb(202,194,30); }
H1.HeaderClassName
{
color: #CAC21E;
}
.AnyTagClassName
{
color: #CAC21E;
}
</style>
background-color css
<style>
a { background-color: #CAC21E; }
a { background-color: rgb(202,194,30); }
div.DivClassName
{
background-color: #CAC21E;
}
.BgClassName
{
background-color: #CAC21E;
}
</style>
border-color css
<style>
span { border-color: #CAC21E; }
span { border-color: rgb(202,194,30); }
td.TdClassName
{
border-color: #CAC21E;
}
.TagClassName
{
border-color: #CAC21E;
}
</style>