Shades of Barberry #CFDD16
Tints of Barberry #CFDD16
RGB
CMYK
RGB Variations
Color information
#CFDD16 (or 0xCFDD16) is known color: Barberry. HEX triplet: CF, DD and 16. RGB value is (207,221,22). Sum of RGB (Red+Green+Blue) = 207+221+22=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD16 is #3022E9. Grayscale: #C2C2C2. Windows color (decimal): -3154666 or 1498575. OLE color: 1498575.
HSL color Cylindrical-coordinate representation of color #CFDD16: hue angle of 64.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFDD16 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.13 |
| HSL | 64.22º | 0.82% | 0.48% | - |
| HSV(B) | 64.22º | 0.9% | 0.87% | - |
| XYZ | 51.73 | 65.04 | 10.59 | - |
| YUV | 194.13 | 30.86 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 22 | 0.06 | 0 | 0.90 | 0.13 | 64.22 | 0.82 | 0.48 |
| Hex | CF | DD | 16 | 6 | 0 | 5A | D | 40 | 52 | 30 |
| Octal | 317 | 335 | 26 | 6 | 0 | 132 | 15 | 100 | 122 | 60 |
| Binary | 11001111 | 11011101 | 10110 | 110 | 0 | 1011010 | 1101 | 1000000 | 1010010 | 110000 |
Color Harmonies of #CFDD16
Complementary color
Monochromatic Colors of #CFDD16
Black with #CFDD16
Text Example
Text Example
White with #CFDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD16; }
p { color: rgb(207,221,22); }
H1.HeaderClassName
{
color: #CFDD16;
}
.AnyTagClassName
{
color: #CFDD16;
}
</style>
background-color css
<style>
a { background-color: #CFDD16; }
a { background-color: rgb(207,221,22); }
div.DivClassName
{
background-color: #CFDD16;
}
.BgClassName
{
background-color: #CFDD16;
}
</style>
border-color css
<style>
span { border-color: #CFDD16; }
span { border-color: rgb(207,221,22); }
td.TdClassName
{
border-color: #CFDD16;
}
.TagClassName
{
border-color: #CFDD16;
}
</style>