Shades of Barberry #CDDD13
Tints of Barberry #CDDD13
RGB
CMYK
RGB Variations
Color information
#CDDD13 (or 0xCDDD13) is known color: Barberry. HEX triplet: CD, DD and 13. RGB value is (205,221,19). Sum of RGB (Red+Green+Blue) = 205+221+19=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD13 is #3222EC. Grayscale: #C1C1C1. Windows color (decimal): -3285741 or 1301965. OLE color: 1301965.
HSL color Cylindrical-coordinate representation of color #CDDD13: hue angle of 64.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDDD13 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 19 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.13 |
| HSL | 64.75º | 0.84% | 0.47% | - |
| HSV(B) | 64.75º | 0.91% | 0.87% | - |
| XYZ | 51.15 | 64.74 | 10.42 | - |
| YUV | 193.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 19 | 0.07 | 0 | 0.91 | 0.13 | 64.75 | 0.84 | 0.47 |
| Hex | CD | DD | 13 | 7 | 0 | 5B | D | 41 | 54 | 2F |
| Octal | 315 | 335 | 23 | 7 | 0 | 133 | 15 | 101 | 124 | 57 |
| Binary | 11001101 | 11011101 | 10011 | 111 | 0 | 1011011 | 1101 | 1000001 | 1010100 | 101111 |
Color Harmonies of #CDDD13
Complementary color
Monochromatic Colors of #CDDD13
Black with #CDDD13
Text Example
Text Example
White with #CDDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD13; }
p { color: rgb(205,221,19); }
H1.HeaderClassName
{
color: #CDDD13;
}
.AnyTagClassName
{
color: #CDDD13;
}
</style>
background-color css
<style>
a { background-color: #CDDD13; }
a { background-color: rgb(205,221,19); }
div.DivClassName
{
background-color: #CDDD13;
}
.BgClassName
{
background-color: #CDDD13;
}
</style>
border-color css
<style>
span { border-color: #CDDD13; }
span { border-color: rgb(205,221,19); }
td.TdClassName
{
border-color: #CDDD13;
}
.TagClassName
{
border-color: #CDDD13;
}
</style>