Shades of Barberry #CDC221
Tints of Barberry #CDC221
RGB
CMYK
RGB Variations
Color information
#CDC221 (or 0xCDC221) is known color: Barberry. HEX triplet: CD, C2 and 21. RGB value is (205,194,33). Sum of RGB (Red+Green+Blue) = 205+194+33=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC221 is #323DDE. Grayscale: #B3B3B3. Windows color (decimal): -3292639 or 2212557. OLE color: 2212557.
HSL color Cylindrical-coordinate representation of color #CDC221: hue angle of 56.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDC221 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.20 |
| HSL | 56.16º | 0.72% | 0.47% | - |
| HSV(B) | 56.16º | 0.84% | 0.8% | - |
| XYZ | 44.74 | 51.67 | 9.05 | - |
| YUV | 178.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 33 | 0 | 0.05 | 0.84 | 0.20 | 56.16 | 0.72 | 0.47 |
| Hex | CD | C2 | 21 | 0 | 5 | 54 | 14 | 38 | 48 | 2F |
| Octal | 315 | 302 | 41 | 0 | 5 | 124 | 24 | 70 | 110 | 57 |
| Binary | 11001101 | 11000010 | 100001 | 0 | 101 | 1010100 | 10100 | 111000 | 1001000 | 101111 |
Color Harmonies of #CDC221
Complementary color
Monochromatic Colors of #CDC221
Black with #CDC221
Text Example
Text Example
White with #CDC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC221; }
p { color: rgb(205,194,33); }
H1.HeaderClassName
{
color: #CDC221;
}
.AnyTagClassName
{
color: #CDC221;
}
</style>
background-color css
<style>
a { background-color: #CDC221; }
a { background-color: rgb(205,194,33); }
div.DivClassName
{
background-color: #CDC221;
}
.BgClassName
{
background-color: #CDC221;
}
</style>
border-color css
<style>
span { border-color: #CDC221; }
span { border-color: rgb(205,194,33); }
td.TdClassName
{
border-color: #CDC221;
}
.TagClassName
{
border-color: #CDC221;
}
</style>