Shades of Barberry #CDD816
Tints of Barberry #CDD816
RGB
CMYK
RGB Variations
Color information
#CDD816 (or 0xCDD816) is known color: Barberry. HEX triplet: CD, D8 and 16. RGB value is (205,216,22). Sum of RGB (Red+Green+Blue) = 205+216+22=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD816 is #3227E9. Grayscale: #BFBFBF. Windows color (decimal): -3287018 or 1497293. OLE color: 1497293.
HSL color Cylindrical-coordinate representation of color #CDD816: hue angle of 63.4º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD816 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 22 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.15 |
| HSL | 63.4º | 0.82% | 0.47% | - |
| HSV(B) | 63.4º | 0.9% | 0.85% | - |
| XYZ | 49.88 | 62.15 | 10.13 | - |
| YUV | 190.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 22 | 0.05 | 0 | 0.90 | 0.15 | 63.4 | 0.82 | 0.47 |
| Hex | CD | D8 | 16 | 5 | 0 | 5A | F | 3F | 52 | 2F |
| Octal | 315 | 330 | 26 | 5 | 0 | 132 | 17 | 77 | 122 | 57 |
| Binary | 11001101 | 11011000 | 10110 | 101 | 0 | 1011010 | 1111 | 111111 | 1010010 | 101111 |
Color Harmonies of #CDD816
Complementary color
Monochromatic Colors of #CDD816
Black with #CDD816
Text Example
Text Example
White with #CDD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD816; }
p { color: rgb(205,216,22); }
H1.HeaderClassName
{
color: #CDD816;
}
.AnyTagClassName
{
color: #CDD816;
}
</style>
background-color css
<style>
a { background-color: #CDD816; }
a { background-color: rgb(205,216,22); }
div.DivClassName
{
background-color: #CDD816;
}
.BgClassName
{
background-color: #CDD816;
}
</style>
border-color css
<style>
span { border-color: #CDD816; }
span { border-color: rgb(205,216,22); }
td.TdClassName
{
border-color: #CDD816;
}
.TagClassName
{
border-color: #CDD816;
}
</style>