Shades of Barberry #CDD716
Tints of Barberry #CDD716
RGB
CMYK
RGB Variations
Color information
#CDD716 (or 0xCDD716) is known color: Barberry. HEX triplet: CD, D7 and 16. RGB value is (205,215,22). Sum of RGB (Red+Green+Blue) = 205+215+22=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD716 is #3228E9. Grayscale: #BEBEBE. Windows color (decimal): -3287274 or 1497037. OLE color: 1497037.
HSL color Cylindrical-coordinate representation of color #CDD716: hue angle of 63.11º degrees, saturation: 0.81, 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 #CDD716 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 22 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.16 |
| HSL | 63.11º | 0.81% | 0.46% | - |
| HSV(B) | 63.11º | 0.9% | 0.84% | - |
| XYZ | 49.62 | 61.64 | 10.04 | - |
| YUV | 190.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 22 | 0.05 | 0 | 0.90 | 0.16 | 63.11 | 0.81 | 0.46 |
| Hex | CD | D7 | 16 | 5 | 0 | 5A | 10 | 3F | 51 | 2E |
| Octal | 315 | 327 | 26 | 5 | 0 | 132 | 20 | 77 | 121 | 56 |
| Binary | 11001101 | 11010111 | 10110 | 101 | 0 | 1011010 | 10000 | 111111 | 1010001 | 101110 |
Color Harmonies of #CDD716
Complementary color
Monochromatic Colors of #CDD716
Black with #CDD716
Text Example
Text Example
White with #CDD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD716; }
p { color: rgb(205,215,22); }
H1.HeaderClassName
{
color: #CDD716;
}
.AnyTagClassName
{
color: #CDD716;
}
</style>
background-color css
<style>
a { background-color: #CDD716; }
a { background-color: rgb(205,215,22); }
div.DivClassName
{
background-color: #CDD716;
}
.BgClassName
{
background-color: #CDD716;
}
</style>
border-color css
<style>
span { border-color: #CDD716; }
span { border-color: rgb(205,215,22); }
td.TdClassName
{
border-color: #CDD716;
}
.TagClassName
{
border-color: #CDD716;
}
</style>