Shades of Barberry #CDD221
Tints of Barberry #CDD221
RGB
CMYK
RGB Variations
Color information
#CDD221 (or 0xCDD221) is known color: Barberry. HEX triplet: CD, D2 and 21. RGB value is (205,210,33). Sum of RGB (Red+Green+Blue) = 205+210+33=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD221 is #322DDE. Grayscale: #BDBDBD. Windows color (decimal): -3288543 or 2216653. OLE color: 2216653.
HSL color Cylindrical-coordinate representation of color #CDD221: hue angle of 61.69º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD221 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.18 |
| HSL | 61.69º | 0.73% | 0.48% | - |
| HSV(B) | 61.69º | 0.84% | 0.82% | - |
| XYZ | 48.5 | 59.18 | 10.31 | - |
| YUV | 188.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 33 | 0.02 | 0 | 0.84 | 0.18 | 61.69 | 0.73 | 0.48 |
| Hex | CD | D2 | 21 | 2 | 0 | 54 | 12 | 3E | 49 | 30 |
| Octal | 315 | 322 | 41 | 2 | 0 | 124 | 22 | 76 | 111 | 60 |
| Binary | 11001101 | 11010010 | 100001 | 10 | 0 | 1010100 | 10010 | 111110 | 1001001 | 110000 |
Color Harmonies of #CDD221
Complementary color
Monochromatic Colors of #CDD221
Black with #CDD221
Text Example
Text Example
White with #CDD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD221; }
p { color: rgb(205,210,33); }
H1.HeaderClassName
{
color: #CDD221;
}
.AnyTagClassName
{
color: #CDD221;
}
</style>
background-color css
<style>
a { background-color: #CDD221; }
a { background-color: rgb(205,210,33); }
div.DivClassName
{
background-color: #CDD221;
}
.BgClassName
{
background-color: #CDD221;
}
</style>
border-color css
<style>
span { border-color: #CDD221; }
span { border-color: rgb(205,210,33); }
td.TdClassName
{
border-color: #CDD221;
}
.TagClassName
{
border-color: #CDD221;
}
</style>