Shades of Barberry #CDD321
Tints of Barberry #CDD321
RGB
CMYK
RGB Variations
Color information
#CDD321 (or 0xCDD321) is known color: Barberry. HEX triplet: CD, D3 and 21. RGB value is (205,211,33). Sum of RGB (Red+Green+Blue) = 205+211+33=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD321 is #322CDE. Grayscale: #BDBDBD. Windows color (decimal): -3288287 or 2216909. OLE color: 2216909.
HSL color Cylindrical-coordinate representation of color #CDD321: hue angle of 62.02º degrees, saturation: 0.73, 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 #CDD321 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 33 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.17 |
| HSL | 62.02º | 0.73% | 0.48% | - |
| HSV(B) | 62.02º | 0.84% | 0.83% | - |
| XYZ | 48.75 | 59.68 | 10.39 | - |
| YUV | 188.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 33 | 0.03 | 0 | 0.84 | 0.17 | 62.02 | 0.73 | 0.48 |
| Hex | CD | D3 | 21 | 3 | 0 | 54 | 11 | 3E | 49 | 30 |
| Octal | 315 | 323 | 41 | 3 | 0 | 124 | 21 | 76 | 111 | 60 |
| Binary | 11001101 | 11010011 | 100001 | 11 | 0 | 1010100 | 10001 | 111110 | 1001001 | 110000 |
Color Harmonies of #CDD321
Complementary color
Monochromatic Colors of #CDD321
Black with #CDD321
Text Example
Text Example
White with #CDD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD321; }
p { color: rgb(205,211,33); }
H1.HeaderClassName
{
color: #CDD321;
}
.AnyTagClassName
{
color: #CDD321;
}
</style>
background-color css
<style>
a { background-color: #CDD321; }
a { background-color: rgb(205,211,33); }
div.DivClassName
{
background-color: #CDD321;
}
.BgClassName
{
background-color: #CDD321;
}
</style>
border-color css
<style>
span { border-color: #CDD321; }
span { border-color: rgb(205,211,33); }
td.TdClassName
{
border-color: #CDD321;
}
.TagClassName
{
border-color: #CDD321;
}
</style>