Shades of Barberry #CDD322
Tints of Barberry #CDD322
RGB
CMYK
RGB Variations
Color information
#CDD322 (or 0xCDD322) is known color: Barberry. HEX triplet: CD, D3 and 22. RGB value is (205,211,34). Sum of RGB (Red+Green+Blue) = 205+211+34=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD322 is #322CDD. Grayscale: #BDBDBD. Windows color (decimal): -3288286 or 2282445. OLE color: 2282445.
HSL color Cylindrical-coordinate representation of color #CDD322: hue angle of 62.03º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD322 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 34 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.17 |
| HSL | 62.03º | 0.72% | 0.48% | - |
| HSV(B) | 62.03º | 0.84% | 0.83% | - |
| XYZ | 48.76 | 59.68 | 10.46 | - |
| YUV | 189.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 34 | 0.03 | 0 | 0.84 | 0.17 | 62.03 | 0.72 | 0.48 |
| Hex | CD | D3 | 22 | 3 | 0 | 54 | 11 | 3E | 48 | 30 |
| Octal | 315 | 323 | 42 | 3 | 0 | 124 | 21 | 76 | 110 | 60 |
| Binary | 11001101 | 11010011 | 100010 | 11 | 0 | 1010100 | 10001 | 111110 | 1001000 | 110000 |
Color Harmonies of #CDD322
Complementary color
Monochromatic Colors of #CDD322
Black with #CDD322
Text Example
Text Example
White with #CDD322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD322; }
p { color: rgb(205,211,34); }
H1.HeaderClassName
{
color: #CDD322;
}
.AnyTagClassName
{
color: #CDD322;
}
</style>
background-color css
<style>
a { background-color: #CDD322; }
a { background-color: rgb(205,211,34); }
div.DivClassName
{
background-color: #CDD322;
}
.BgClassName
{
background-color: #CDD322;
}
</style>
border-color css
<style>
span { border-color: #CDD322; }
span { border-color: rgb(205,211,34); }
td.TdClassName
{
border-color: #CDD322;
}
.TagClassName
{
border-color: #CDD322;
}
</style>