Shades of Barberry #CAC21F
Tints of Barberry #CAC21F
RGB
CMYK
RGB Variations
Color information
#CAC21F (or 0xCAC21F) is known color: Barberry. HEX triplet: CA, C2 and 1F. RGB value is (202,194,31). Sum of RGB (Red+Green+Blue) = 202+194+31=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC21F is #353DE0. Grayscale: #B2B2B2. Windows color (decimal): -3489249 or 2081482. OLE color: 2081482.
HSL color Cylindrical-coordinate representation of color #CAC21F: hue angle of 57.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAC21F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.21 |
| HSL | 57.19º | 0.73% | 0.46% | - |
| HSV(B) | 57.19º | 0.85% | 0.79% | - |
| XYZ | 43.9 | 51.24 | 8.87 | - |
| YUV | 177.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 31 | 0 | 0.04 | 0.85 | 0.21 | 57.19 | 0.73 | 0.46 |
| Hex | CA | C2 | 1F | 0 | 4 | 55 | 15 | 39 | 49 | 2E |
| Octal | 312 | 302 | 37 | 0 | 4 | 125 | 25 | 71 | 111 | 56 |
| Binary | 11001010 | 11000010 | 11111 | 0 | 100 | 1010101 | 10101 | 111001 | 1001001 | 101110 |
Color Harmonies of #CAC21F
Complementary color
Monochromatic Colors of #CAC21F
Black with #CAC21F
Text Example
Text Example
White with #CAC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC21F; }
p { color: rgb(202,194,31); }
H1.HeaderClassName
{
color: #CAC21F;
}
.AnyTagClassName
{
color: #CAC21F;
}
</style>
background-color css
<style>
a { background-color: #CAC21F; }
a { background-color: rgb(202,194,31); }
div.DivClassName
{
background-color: #CAC21F;
}
.BgClassName
{
background-color: #CAC21F;
}
</style>
border-color css
<style>
span { border-color: #CAC21F; }
span { border-color: rgb(202,194,31); }
td.TdClassName
{
border-color: #CAC21F;
}
.TagClassName
{
border-color: #CAC21F;
}
</style>