Shades of Barberry #CDD21A
Tints of Barberry #CDD21A
RGB
CMYK
RGB Variations
Color information
#CDD21A (or 0xCDD21A) is known color: Barberry. HEX triplet: CD, D2 and 1A. RGB value is (205,210,26). Sum of RGB (Red+Green+Blue) = 205+210+26=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD21A is #322DE5. Grayscale: #BCBCBC. Windows color (decimal): -3288550 or 1757901. OLE color: 1757901.
HSL color Cylindrical-coordinate representation of color #CDD21A: hue angle of 61.63º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD21A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 26 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.18 |
| HSL | 61.63º | 0.78% | 0.46% | - |
| HSV(B) | 61.63º | 0.88% | 0.82% | - |
| XYZ | 48.41 | 59.15 | 9.84 | - |
| YUV | 187.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 26 | 0.02 | 0 | 0.88 | 0.18 | 61.63 | 0.78 | 0.46 |
| Hex | CD | D2 | 1A | 2 | 0 | 58 | 12 | 3E | 4E | 2E |
| Octal | 315 | 322 | 32 | 2 | 0 | 130 | 22 | 76 | 116 | 56 |
| Binary | 11001101 | 11010010 | 11010 | 10 | 0 | 1011000 | 10010 | 111110 | 1001110 | 101110 |
Color Harmonies of #CDD21A
Complementary color
Monochromatic Colors of #CDD21A
Black with #CDD21A
Text Example
Text Example
White with #CDD21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD21A; }
p { color: rgb(205,210,26); }
H1.HeaderClassName
{
color: #CDD21A;
}
.AnyTagClassName
{
color: #CDD21A;
}
</style>
background-color css
<style>
a { background-color: #CDD21A; }
a { background-color: rgb(205,210,26); }
div.DivClassName
{
background-color: #CDD21A;
}
.BgClassName
{
background-color: #CDD21A;
}
</style>
border-color css
<style>
span { border-color: #CDD21A; }
span { border-color: rgb(205,210,26); }
td.TdClassName
{
border-color: #CDD21A;
}
.TagClassName
{
border-color: #CDD21A;
}
</style>