Shades of Barberry #CDD222
Tints of Barberry #CDD222
RGB
CMYK
RGB Variations
Color information
#CDD222 (or 0xCDD222) is known color: Barberry. HEX triplet: CD, D2 and 22. RGB value is (205,210,34). Sum of RGB (Red+Green+Blue) = 205+210+34=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD222 is #322DDD. Grayscale: #BDBDBD. Windows color (decimal): -3288542 or 2282189. OLE color: 2282189.
HSL color Cylindrical-coordinate representation of color #CDD222: hue angle of 61.7º degrees, saturation: 0.72, 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 #CDD222 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 34 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.18 |
| HSL | 61.7º | 0.72% | 0.48% | - |
| HSV(B) | 61.7º | 0.84% | 0.82% | - |
| XYZ | 48.51 | 59.19 | 10.38 | - |
| YUV | 188.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 34 | 0.02 | 0 | 0.84 | 0.18 | 61.7 | 0.72 | 0.48 |
| Hex | CD | D2 | 22 | 2 | 0 | 54 | 12 | 3E | 48 | 30 |
| Octal | 315 | 322 | 42 | 2 | 0 | 124 | 22 | 76 | 110 | 60 |
| Binary | 11001101 | 11010010 | 100010 | 10 | 0 | 1010100 | 10010 | 111110 | 1001000 | 110000 |
Color Harmonies of #CDD222
Complementary color
Monochromatic Colors of #CDD222
Black with #CDD222
Text Example
Text Example
White with #CDD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD222; }
p { color: rgb(205,210,34); }
H1.HeaderClassName
{
color: #CDD222;
}
.AnyTagClassName
{
color: #CDD222;
}
</style>
background-color css
<style>
a { background-color: #CDD222; }
a { background-color: rgb(205,210,34); }
div.DivClassName
{
background-color: #CDD222;
}
.BgClassName
{
background-color: #CDD222;
}
</style>
border-color css
<style>
span { border-color: #CDD222; }
span { border-color: rgb(205,210,34); }
td.TdClassName
{
border-color: #CDD222;
}
.TagClassName
{
border-color: #CDD222;
}
</style>