Shades of Barberry #CFD014
Tints of Barberry #CFD014
RGB
CMYK
RGB Variations
Color information
#CFD014 (or 0xCFD014) is known color: Barberry. HEX triplet: CF, D0 and 14. RGB value is (207,208,20). Sum of RGB (Red+Green+Blue) = 207+208+20=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD014 is #302FEB. Grayscale: #BBBBBB. Windows color (decimal): -3157996 or 1364175. OLE color: 1364175.
HSL color Cylindrical-coordinate representation of color #CFD014: hue angle of 60.32º 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 #CFD014 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 20 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.18 |
| HSL | 60.32º | 0.82% | 0.45% | - |
| HSV(B) | 60.32º | 0.9% | 0.82% | - |
| XYZ | 48.41 | 58.43 | 9.39 | - |
| YUV | 186.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 20 | 0.00 | 0 | 0.90 | 0.18 | 60.32 | 0.82 | 0.45 |
| Hex | CF | D0 | 14 | 0 | 0 | 5A | 12 | 3C | 52 | 2D |
| Octal | 317 | 320 | 24 | 0 | 0 | 132 | 22 | 74 | 122 | 55 |
| Binary | 11001111 | 11010000 | 10100 | 0 | 0 | 1011010 | 10010 | 111100 | 1010010 | 101101 |
Color Harmonies of #CFD014
Complementary color
Monochromatic Colors of #CFD014
Black with #CFD014
Text Example
Text Example
White with #CFD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD014; }
p { color: rgb(207,208,20); }
H1.HeaderClassName
{
color: #CFD014;
}
.AnyTagClassName
{
color: #CFD014;
}
</style>
background-color css
<style>
a { background-color: #CFD014; }
a { background-color: rgb(207,208,20); }
div.DivClassName
{
background-color: #CFD014;
}
.BgClassName
{
background-color: #CFD014;
}
</style>
border-color css
<style>
span { border-color: #CFD014; }
span { border-color: rgb(207,208,20); }
td.TdClassName
{
border-color: #CFD014;
}
.TagClassName
{
border-color: #CFD014;
}
</style>