Shades of Barberry #CFD416
Tints of Barberry #CFD416
RGB
CMYK
RGB Variations
Color information
#CFD416 (or 0xCFD416) is known color: Barberry. HEX triplet: CF, D4 and 16. RGB value is (207,212,22). Sum of RGB (Red+Green+Blue) = 207+212+22=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD416 is #302BE9. Grayscale: #BDBDBD. Windows color (decimal): -3156970 or 1496271. OLE color: 1496271.
HSL color Cylindrical-coordinate representation of color #CFD416: hue angle of 61.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFD416 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.17 |
| HSL | 61.58º | 0.81% | 0.46% | - |
| HSV(B) | 61.58º | 0.9% | 0.83% | - |
| XYZ | 49.42 | 60.41 | 9.81 | - |
| YUV | 188.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 22 | 0.02 | 0 | 0.90 | 0.17 | 61.58 | 0.81 | 0.46 |
| Hex | CF | D4 | 16 | 2 | 0 | 5A | 11 | 3E | 51 | 2E |
| Octal | 317 | 324 | 26 | 2 | 0 | 132 | 21 | 76 | 121 | 56 |
| Binary | 11001111 | 11010100 | 10110 | 10 | 0 | 1011010 | 10001 | 111110 | 1010001 | 101110 |
Color Harmonies of #CFD416
Complementary color
Monochromatic Colors of #CFD416
Black with #CFD416
Text Example
Text Example
White with #CFD416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD416; }
p { color: rgb(207,212,22); }
H1.HeaderClassName
{
color: #CFD416;
}
.AnyTagClassName
{
color: #CFD416;
}
</style>
background-color css
<style>
a { background-color: #CFD416; }
a { background-color: rgb(207,212,22); }
div.DivClassName
{
background-color: #CFD416;
}
.BgClassName
{
background-color: #CFD416;
}
</style>
border-color css
<style>
span { border-color: #CFD416; }
span { border-color: rgb(207,212,22); }
td.TdClassName
{
border-color: #CFD416;
}
.TagClassName
{
border-color: #CFD416;
}
</style>