Shades of Barberry #CDD21D
Tints of Barberry #CDD21D
RGB
CMYK
RGB Variations
Color information
#CDD21D (or 0xCDD21D) is known color: Barberry. HEX triplet: CD, D2 and 1D. RGB value is (205,210,29). Sum of RGB (Red+Green+Blue) = 205+210+29=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD21D is #322DE2. Grayscale: #BCBCBC. Windows color (decimal): -3288547 or 1954509. OLE color: 1954509.
HSL color Cylindrical-coordinate representation of color #CDD21D: hue angle of 61.66º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDD21D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.18 |
| HSL | 61.66º | 0.76% | 0.47% | - |
| HSV(B) | 61.66º | 0.86% | 0.82% | - |
| XYZ | 48.45 | 59.16 | 10.03 | - |
| YUV | 187.87 | 38.34 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 29 | 0.02 | 0 | 0.86 | 0.18 | 61.66 | 0.76 | 0.47 |
| Hex | CD | D2 | 1D | 2 | 0 | 56 | 12 | 3E | 4C | 2F |
| Octal | 315 | 322 | 35 | 2 | 0 | 126 | 22 | 76 | 114 | 57 |
| Binary | 11001101 | 11010010 | 11101 | 10 | 0 | 1010110 | 10010 | 111110 | 1001100 | 101111 |
Color Harmonies of #CDD21D
Complementary color
Monochromatic Colors of #CDD21D
Black with #CDD21D
Text Example
Text Example
White with #CDD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD21D; }
p { color: rgb(205,210,29); }
H1.HeaderClassName
{
color: #CDD21D;
}
.AnyTagClassName
{
color: #CDD21D;
}
</style>
background-color css
<style>
a { background-color: #CDD21D; }
a { background-color: rgb(205,210,29); }
div.DivClassName
{
background-color: #CDD21D;
}
.BgClassName
{
background-color: #CDD21D;
}
</style>
border-color css
<style>
span { border-color: #CDD21D; }
span { border-color: rgb(205,210,29); }
td.TdClassName
{
border-color: #CDD21D;
}
.TagClassName
{
border-color: #CDD21D;
}
</style>