Shades of Barberry #CDD214
Tints of Barberry #CDD214
RGB
CMYK
RGB Variations
Color information
#CDD214 (or 0xCDD214) is known color: Barberry. HEX triplet: CD, D2 and 14. RGB value is (205,210,20). Sum of RGB (Red+Green+Blue) = 205+210+20=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD214 is #322DEB. Grayscale: #BBBBBB. Windows color (decimal): -3288556 or 1364685. OLE color: 1364685.
HSL color Cylindrical-coordinate representation of color #CDD214: hue angle of 61.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD214 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 20 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.18 |
| HSL | 61.58º | 0.83% | 0.45% | - |
| HSV(B) | 61.58º | 0.9% | 0.82% | - |
| XYZ | 48.35 | 59.12 | 9.53 | - |
| YUV | 186.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 20 | 0.02 | 0 | 0.90 | 0.18 | 61.58 | 0.83 | 0.45 |
| Hex | CD | D2 | 14 | 2 | 0 | 5A | 12 | 3E | 53 | 2D |
| Octal | 315 | 322 | 24 | 2 | 0 | 132 | 22 | 76 | 123 | 55 |
| Binary | 11001101 | 11010010 | 10100 | 10 | 0 | 1011010 | 10010 | 111110 | 1010011 | 101101 |
Color Harmonies of #CDD214
Complementary color
Monochromatic Colors of #CDD214
Black with #CDD214
Text Example
Text Example
White with #CDD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD214; }
p { color: rgb(205,210,20); }
H1.HeaderClassName
{
color: #CDD214;
}
.AnyTagClassName
{
color: #CDD214;
}
</style>
background-color css
<style>
a { background-color: #CDD214; }
a { background-color: rgb(205,210,20); }
div.DivClassName
{
background-color: #CDD214;
}
.BgClassName
{
background-color: #CDD214;
}
</style>
border-color css
<style>
span { border-color: #CDD214; }
span { border-color: rgb(205,210,20); }
td.TdClassName
{
border-color: #CDD214;
}
.TagClassName
{
border-color: #CDD214;
}
</style>