Shades of Barberry #CFD115
Tints of Barberry #CFD115
RGB
CMYK
RGB Variations
Color information
#CFD115 (or 0xCFD115) is known color: Barberry. HEX triplet: CF, D1 and 15. RGB value is (207,209,21). Sum of RGB (Red+Green+Blue) = 207+209+21=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD115 is #302EEA. Grayscale: #BBBBBB. Windows color (decimal): -3157739 or 1429967. OLE color: 1429967.
HSL color Cylindrical-coordinate representation of color #CFD115: hue angle of 60.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFD115 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.18 |
| HSL | 60.64º | 0.82% | 0.45% | - |
| HSV(B) | 60.64º | 0.9% | 0.82% | - |
| XYZ | 48.67 | 58.92 | 9.52 | - |
| YUV | 186.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 21 | 0.01 | 0 | 0.90 | 0.18 | 60.64 | 0.82 | 0.45 |
| Hex | CF | D1 | 15 | 1 | 0 | 5A | 12 | 3D | 52 | 2D |
| Octal | 317 | 321 | 25 | 1 | 0 | 132 | 22 | 75 | 122 | 55 |
| Binary | 11001111 | 11010001 | 10101 | 1 | 0 | 1011010 | 10010 | 111101 | 1010010 | 101101 |
Color Harmonies of #CFD115
Complementary color
Monochromatic Colors of #CFD115
Black with #CFD115
Text Example
Text Example
White with #CFD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD115; }
p { color: rgb(207,209,21); }
H1.HeaderClassName
{
color: #CFD115;
}
.AnyTagClassName
{
color: #CFD115;
}
</style>
background-color css
<style>
a { background-color: #CFD115; }
a { background-color: rgb(207,209,21); }
div.DivClassName
{
background-color: #CFD115;
}
.BgClassName
{
background-color: #CFD115;
}
</style>
border-color css
<style>
span { border-color: #CFD115; }
span { border-color: rgb(207,209,21); }
td.TdClassName
{
border-color: #CFD115;
}
.TagClassName
{
border-color: #CFD115;
}
</style>