Shades of Barberry #CDD115
Tints of Barberry #CDD115
RGB
CMYK
RGB Variations
Color information
#CDD115 (or 0xCDD115) is known color: Barberry. HEX triplet: CD, D1 and 15. RGB value is (205,209,21). Sum of RGB (Red+Green+Blue) = 205+209+21=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD115 is #322EEA. Grayscale: #BBBBBB. Windows color (decimal): -3288811 or 1429965. OLE color: 1429965.
HSL color Cylindrical-coordinate representation of color #CDD115: hue angle of 61.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD115 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 21 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.18 |
| HSL | 61.28º | 0.82% | 0.45% | - |
| HSV(B) | 61.28º | 0.9% | 0.82% | - |
| XYZ | 48.11 | 58.63 | 9.49 | - |
| YUV | 186.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 21 | 0.02 | 0 | 0.90 | 0.18 | 61.28 | 0.82 | 0.45 |
| Hex | CD | D1 | 15 | 2 | 0 | 5A | 12 | 3D | 52 | 2D |
| Octal | 315 | 321 | 25 | 2 | 0 | 132 | 22 | 75 | 122 | 55 |
| Binary | 11001101 | 11010001 | 10101 | 10 | 0 | 1011010 | 10010 | 111101 | 1010010 | 101101 |
Color Harmonies of #CDD115
Complementary color
Monochromatic Colors of #CDD115
Black with #CDD115
Text Example
Text Example
White with #CDD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD115; }
p { color: rgb(205,209,21); }
H1.HeaderClassName
{
color: #CDD115;
}
.AnyTagClassName
{
color: #CDD115;
}
</style>
background-color css
<style>
a { background-color: #CDD115; }
a { background-color: rgb(205,209,21); }
div.DivClassName
{
background-color: #CDD115;
}
.BgClassName
{
background-color: #CDD115;
}
</style>
border-color css
<style>
span { border-color: #CDD115; }
span { border-color: rgb(205,209,21); }
td.TdClassName
{
border-color: #CDD115;
}
.TagClassName
{
border-color: #CDD115;
}
</style>