Shades of Barberry #CDDC14
Tints of Barberry #CDDC14
RGB
CMYK
RGB Variations
Color information
#CDDC14 (or 0xCDDC14) is known color: Barberry. HEX triplet: CD, DC and 14. RGB value is (205,220,20). Sum of RGB (Red+Green+Blue) = 205+220+20=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC14 is #3223EB. Grayscale: #C1C1C1. Windows color (decimal): -3285996 or 1367245. OLE color: 1367245.
HSL color Cylindrical-coordinate representation of color #CDDC14: hue angle of 64.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDDC14 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 20 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.14 |
| HSL | 64.5º | 0.83% | 0.47% | - |
| HSV(B) | 64.5º | 0.91% | 0.86% | - |
| XYZ | 50.9 | 64.22 | 10.37 | - |
| YUV | 192.72 | 30.53 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 20 | 0.07 | 0 | 0.91 | 0.14 | 64.5 | 0.83 | 0.47 |
| Hex | CD | DC | 14 | 7 | 0 | 5B | E | 40 | 53 | 2F |
| Octal | 315 | 334 | 24 | 7 | 0 | 133 | 16 | 100 | 123 | 57 |
| Binary | 11001101 | 11011100 | 10100 | 111 | 0 | 1011011 | 1110 | 1000000 | 1010011 | 101111 |
Color Harmonies of #CDDC14
Complementary color
Monochromatic Colors of #CDDC14
Black with #CDDC14
Text Example
Text Example
White with #CDDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC14; }
p { color: rgb(205,220,20); }
H1.HeaderClassName
{
color: #CDDC14;
}
.AnyTagClassName
{
color: #CDDC14;
}
</style>
background-color css
<style>
a { background-color: #CDDC14; }
a { background-color: rgb(205,220,20); }
div.DivClassName
{
background-color: #CDDC14;
}
.BgClassName
{
background-color: #CDDC14;
}
</style>
border-color css
<style>
span { border-color: #CDDC14; }
span { border-color: rgb(205,220,20); }
td.TdClassName
{
border-color: #CDDC14;
}
.TagClassName
{
border-color: #CDDC14;
}
</style>