Shades of Barberry #CDD815
Tints of Barberry #CDD815
RGB
CMYK
RGB Variations
Color information
#CDD815 (or 0xCDD815) is known color: Barberry. HEX triplet: CD, D8 and 15. RGB value is (205,216,21). Sum of RGB (Red+Green+Blue) = 205+216+21=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD815 is #3227EA. Grayscale: #BFBFBF. Windows color (decimal): -3287019 or 1431757. OLE color: 1431757.
HSL color Cylindrical-coordinate representation of color #CDD815: hue angle of 63.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD815 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.15 |
| HSL | 63.38º | 0.82% | 0.46% | - |
| HSV(B) | 63.38º | 0.9% | 0.85% | - |
| XYZ | 49.87 | 62.15 | 10.08 | - |
| YUV | 190.48 | 32.36 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 21 | 0.05 | 0 | 0.90 | 0.15 | 63.38 | 0.82 | 0.46 |
| Hex | CD | D8 | 15 | 5 | 0 | 5A | F | 3F | 52 | 2E |
| Octal | 315 | 330 | 25 | 5 | 0 | 132 | 17 | 77 | 122 | 56 |
| Binary | 11001101 | 11011000 | 10101 | 101 | 0 | 1011010 | 1111 | 111111 | 1010010 | 101110 |
Color Harmonies of #CDD815
Complementary color
Monochromatic Colors of #CDD815
Black with #CDD815
Text Example
Text Example
White with #CDD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD815; }
p { color: rgb(205,216,21); }
H1.HeaderClassName
{
color: #CDD815;
}
.AnyTagClassName
{
color: #CDD815;
}
</style>
background-color css
<style>
a { background-color: #CDD815; }
a { background-color: rgb(205,216,21); }
div.DivClassName
{
background-color: #CDD815;
}
.BgClassName
{
background-color: #CDD815;
}
</style>
border-color css
<style>
span { border-color: #CDD815; }
span { border-color: rgb(205,216,21); }
td.TdClassName
{
border-color: #CDD815;
}
.TagClassName
{
border-color: #CDD815;
}
</style>