Shades of Barberry #CDD613
Tints of Barberry #CDD613
RGB
CMYK
RGB Variations
Color information
#CDD613 (or 0xCDD613) is known color: Barberry. HEX triplet: CD, D6 and 13. RGB value is (205,214,19). Sum of RGB (Red+Green+Blue) = 205+214+19=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD613 is #3229EC. Grayscale: #BDBDBD. Windows color (decimal): -3287533 or 1300173. OLE color: 1300173.
HSL color Cylindrical-coordinate representation of color #CDD613: hue angle of 62.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD613 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.16 |
| HSL | 62.77º | 0.84% | 0.46% | - |
| HSV(B) | 62.77º | 0.91% | 0.84% | - |
| XYZ | 49.34 | 61.12 | 9.81 | - |
| YUV | 189.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 19 | 0.04 | 0 | 0.91 | 0.16 | 62.77 | 0.84 | 0.46 |
| Hex | CD | D6 | 13 | 4 | 0 | 5B | 10 | 3F | 54 | 2E |
| Octal | 315 | 326 | 23 | 4 | 0 | 133 | 20 | 77 | 124 | 56 |
| Binary | 11001101 | 11010110 | 10011 | 100 | 0 | 1011011 | 10000 | 111111 | 1010100 | 101110 |
Color Harmonies of #CDD613
Complementary color
Monochromatic Colors of #CDD613
Black with #CDD613
Text Example
Text Example
White with #CDD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD613; }
p { color: rgb(205,214,19); }
H1.HeaderClassName
{
color: #CDD613;
}
.AnyTagClassName
{
color: #CDD613;
}
</style>
background-color css
<style>
a { background-color: #CDD613; }
a { background-color: rgb(205,214,19); }
div.DivClassName
{
background-color: #CDD613;
}
.BgClassName
{
background-color: #CDD613;
}
</style>
border-color css
<style>
span { border-color: #CDD613; }
span { border-color: rgb(205,214,19); }
td.TdClassName
{
border-color: #CDD613;
}
.TagClassName
{
border-color: #CDD613;
}
</style>