Shades of Barberry #CDD914
Tints of Barberry #CDD914
RGB
CMYK
RGB Variations
Color information
#CDD914 (or 0xCDD914) is known color: Barberry. HEX triplet: CD, D9 and 14. RGB value is (205,217,20). Sum of RGB (Red+Green+Blue) = 205+217+20=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD914 is #3226EB. Grayscale: #BFBFBF. Windows color (decimal): -3286764 or 1366477. OLE color: 1366477.
HSL color Cylindrical-coordinate representation of color #CDD914: hue angle of 63.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD914 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.15 |
| HSL | 63.65º | 0.83% | 0.46% | - |
| HSV(B) | 63.65º | 0.91% | 0.85% | - |
| XYZ | 50.12 | 62.66 | 10.11 | - |
| YUV | 190.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 20 | 0.06 | 0 | 0.91 | 0.15 | 63.65 | 0.83 | 0.46 |
| Hex | CD | D9 | 14 | 6 | 0 | 5B | F | 40 | 53 | 2E |
| Octal | 315 | 331 | 24 | 6 | 0 | 133 | 17 | 100 | 123 | 56 |
| Binary | 11001101 | 11011001 | 10100 | 110 | 0 | 1011011 | 1111 | 1000000 | 1010011 | 101110 |
Color Harmonies of #CDD914
Complementary color
Monochromatic Colors of #CDD914
Black with #CDD914
Text Example
Text Example
White with #CDD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD914; }
p { color: rgb(205,217,20); }
H1.HeaderClassName
{
color: #CDD914;
}
.AnyTagClassName
{
color: #CDD914;
}
</style>
background-color css
<style>
a { background-color: #CDD914; }
a { background-color: rgb(205,217,20); }
div.DivClassName
{
background-color: #CDD914;
}
.BgClassName
{
background-color: #CDD914;
}
</style>
border-color css
<style>
span { border-color: #CDD914; }
span { border-color: rgb(205,217,20); }
td.TdClassName
{
border-color: #CDD914;
}
.TagClassName
{
border-color: #CDD914;
}
</style>