Shades of Barberry #CDD913
Tints of Barberry #CDD913
RGB
CMYK
RGB Variations
Color information
#CDD913 (or 0xCDD913) is known color: Barberry. HEX triplet: CD, D9 and 13. RGB value is (205,217,19). Sum of RGB (Red+Green+Blue) = 205+217+19=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD913 is #3226EC. Grayscale: #BFBFBF. Windows color (decimal): -3286765 or 1300941. OLE color: 1300941.
HSL color Cylindrical-coordinate representation of color #CDD913: hue angle of 63.64º degrees, saturation: 0.84, 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 #CDD913 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 19 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.15 |
| HSL | 63.64º | 0.84% | 0.46% | - |
| HSV(B) | 63.64º | 0.91% | 0.85% | - |
| XYZ | 50.11 | 62.65 | 10.07 | - |
| YUV | 190.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 19 | 0.06 | 0 | 0.91 | 0.15 | 63.64 | 0.84 | 0.46 |
| Hex | CD | D9 | 13 | 6 | 0 | 5B | F | 40 | 54 | 2E |
| Octal | 315 | 331 | 23 | 6 | 0 | 133 | 17 | 100 | 124 | 56 |
| Binary | 11001101 | 11011001 | 10011 | 110 | 0 | 1011011 | 1111 | 1000000 | 1010100 | 101110 |
Color Harmonies of #CDD913
Complementary color
Monochromatic Colors of #CDD913
Black with #CDD913
Text Example
Text Example
White with #CDD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD913; }
p { color: rgb(205,217,19); }
H1.HeaderClassName
{
color: #CDD913;
}
.AnyTagClassName
{
color: #CDD913;
}
</style>
background-color css
<style>
a { background-color: #CDD913; }
a { background-color: rgb(205,217,19); }
div.DivClassName
{
background-color: #CDD913;
}
.BgClassName
{
background-color: #CDD913;
}
</style>
border-color css
<style>
span { border-color: #CDD913; }
span { border-color: rgb(205,217,19); }
td.TdClassName
{
border-color: #CDD913;
}
.TagClassName
{
border-color: #CDD913;
}
</style>