Shades of Barberry #CDDC16
Tints of Barberry #CDDC16
RGB
CMYK
RGB Variations
Color information
#CDDC16 (or 0xCDDC16) is known color: Barberry. HEX triplet: CD, DC and 16. RGB value is (205,220,22). Sum of RGB (Red+Green+Blue) = 205+220+22=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC16 is #3223E9. Grayscale: #C1C1C1. Windows color (decimal): -3285994 or 1498317. OLE color: 1498317.
HSL color Cylindrical-coordinate representation of color #CDDC16: hue angle of 64.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDDC16 is Cyan = 0.07, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 22 | - |
| CMYK | 0.07 | 0 | 0.9 | 0.14 |
| HSL | 64.55º | 0.82% | 0.47% | - |
| HSV(B) | 64.55º | 0.9% | 0.86% | - |
| XYZ | 50.91 | 64.22 | 10.47 | - |
| YUV | 192.94 | 31.53 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 22 | 0.07 | 0 | 0.9 | 0.14 | 64.55 | 0.82 | 0.47 |
| Hex | CD | DC | 16 | 7 | 0 | 5A | E | 41 | 52 | 2F |
| Octal | 315 | 334 | 26 | 7 | 0 | 132 | 16 | 101 | 122 | 57 |
| Binary | 11001101 | 11011100 | 10110 | 111 | 0 | 1011010 | 1110 | 1000001 | 1010010 | 101111 |
Color Harmonies of #CDDC16
Complementary color
Monochromatic Colors of #CDDC16
Black with #CDDC16
Text Example
Text Example
White with #CDDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC16; }
p { color: rgb(205,220,22); }
H1.HeaderClassName
{
color: #CDDC16;
}
.AnyTagClassName
{
color: #CDDC16;
}
</style>
background-color css
<style>
a { background-color: #CDDC16; }
a { background-color: rgb(205,220,22); }
div.DivClassName
{
background-color: #CDDC16;
}
.BgClassName
{
background-color: #CDDC16;
}
</style>
border-color css
<style>
span { border-color: #CDDC16; }
span { border-color: rgb(205,220,22); }
td.TdClassName
{
border-color: #CDDC16;
}
.TagClassName
{
border-color: #CDDC16;
}
</style>