Shades of Barberry #CDD715
Tints of Barberry #CDD715
RGB
CMYK
RGB Variations
Color information
#CDD715 (or 0xCDD715) is known color: Barberry. HEX triplet: CD, D7 and 15. RGB value is (205,215,21). Sum of RGB (Red+Green+Blue) = 205+215+21=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD715 is #3228EA. Grayscale: #BEBEBE. Windows color (decimal): -3287275 or 1431501. OLE color: 1431501.
HSL color Cylindrical-coordinate representation of color #CDD715: hue angle of 63.09º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD715 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 21 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.16 |
| HSL | 63.09º | 0.82% | 0.46% | - |
| HSV(B) | 63.09º | 0.9% | 0.84% | - |
| XYZ | 49.61 | 61.63 | 9.99 | - |
| YUV | 189.89 | 32.69 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 21 | 0.05 | 0 | 0.90 | 0.16 | 63.09 | 0.82 | 0.46 |
| Hex | CD | D7 | 15 | 5 | 0 | 5A | 10 | 3F | 52 | 2E |
| Octal | 315 | 327 | 25 | 5 | 0 | 132 | 20 | 77 | 122 | 56 |
| Binary | 11001101 | 11010111 | 10101 | 101 | 0 | 1011010 | 10000 | 111111 | 1010010 | 101110 |
Color Harmonies of #CDD715
Complementary color
Monochromatic Colors of #CDD715
Black with #CDD715
Text Example
Text Example
White with #CDD715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD715; }
p { color: rgb(205,215,21); }
H1.HeaderClassName
{
color: #CDD715;
}
.AnyTagClassName
{
color: #CDD715;
}
</style>
background-color css
<style>
a { background-color: #CDD715; }
a { background-color: rgb(205,215,21); }
div.DivClassName
{
background-color: #CDD715;
}
.BgClassName
{
background-color: #CDD715;
}
</style>
border-color css
<style>
span { border-color: #CDD715; }
span { border-color: rgb(205,215,21); }
td.TdClassName
{
border-color: #CDD715;
}
.TagClassName
{
border-color: #CDD715;
}
</style>