Shades of Barberry #CAD220
Tints of Barberry #CAD220
RGB
CMYK
RGB Variations
Color information
#CAD220 (or 0xCAD220) is known color: Barberry. HEX triplet: CA, D2 and 20. RGB value is (202,210,32). Sum of RGB (Red+Green+Blue) = 202+210+32=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD220 is #352DDF. Grayscale: #BCBCBC. Windows color (decimal): -3485152 or 2151114. OLE color: 2151114.
HSL color Cylindrical-coordinate representation of color #CAD220: hue angle of 62.7º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAD220 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 32 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.18 |
| HSL | 62.7º | 0.74% | 0.47% | - |
| HSV(B) | 62.7º | 0.85% | 0.82% | - |
| XYZ | 47.66 | 58.75 | 10.19 | - |
| YUV | 187.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 32 | 0.04 | 0 | 0.85 | 0.18 | 62.7 | 0.74 | 0.47 |
| Hex | CA | D2 | 20 | 4 | 0 | 55 | 12 | 3F | 4A | 2F |
| Octal | 312 | 322 | 40 | 4 | 0 | 125 | 22 | 77 | 112 | 57 |
| Binary | 11001010 | 11010010 | 100000 | 100 | 0 | 1010101 | 10010 | 111111 | 1001010 | 101111 |
Color Harmonies of #CAD220
Complementary color
Monochromatic Colors of #CAD220
Black with #CAD220
Text Example
Text Example
White with #CAD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD220; }
p { color: rgb(202,210,32); }
H1.HeaderClassName
{
color: #CAD220;
}
.AnyTagClassName
{
color: #CAD220;
}
</style>
background-color css
<style>
a { background-color: #CAD220; }
a { background-color: rgb(202,210,32); }
div.DivClassName
{
background-color: #CAD220;
}
.BgClassName
{
background-color: #CAD220;
}
</style>
border-color css
<style>
span { border-color: #CAD220; }
span { border-color: rgb(202,210,32); }
td.TdClassName
{
border-color: #CAD220;
}
.TagClassName
{
border-color: #CAD220;
}
</style>