Shades of Barberry #CFD217
Tints of Barberry #CFD217
RGB
CMYK
RGB Variations
Color information
#CFD217 (or 0xCFD217) is known color: Barberry. HEX triplet: CF, D2 and 17. RGB value is (207,210,23). Sum of RGB (Red+Green+Blue) = 207+210+23=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD217 is #302DE8. Grayscale: #BCBCBC. Windows color (decimal): -3157481 or 1561295. OLE color: 1561295.
HSL color Cylindrical-coordinate representation of color #CFD217: hue angle of 60.96º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFD217 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 23 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.18 |
| HSL | 60.96º | 0.8% | 0.46% | - |
| HSV(B) | 60.96º | 0.89% | 0.82% | - |
| XYZ | 48.93 | 59.42 | 9.7 | - |
| YUV | 187.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 23 | 0.01 | 0 | 0.89 | 0.18 | 60.96 | 0.8 | 0.46 |
| Hex | CF | D2 | 17 | 1 | 0 | 59 | 12 | 3D | 50 | 2E |
| Octal | 317 | 322 | 27 | 1 | 0 | 131 | 22 | 75 | 120 | 56 |
| Binary | 11001111 | 11010010 | 10111 | 1 | 0 | 1011001 | 10010 | 111101 | 1010000 | 101110 |
Color Harmonies of #CFD217
Complementary color
Monochromatic Colors of #CFD217
Black with #CFD217
Text Example
Text Example
White with #CFD217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD217; }
p { color: rgb(207,210,23); }
H1.HeaderClassName
{
color: #CFD217;
}
.AnyTagClassName
{
color: #CFD217;
}
</style>
background-color css
<style>
a { background-color: #CFD217; }
a { background-color: rgb(207,210,23); }
div.DivClassName
{
background-color: #CFD217;
}
.BgClassName
{
background-color: #CFD217;
}
</style>
border-color css
<style>
span { border-color: #CFD217; }
span { border-color: rgb(207,210,23); }
td.TdClassName
{
border-color: #CFD217;
}
.TagClassName
{
border-color: #CFD217;
}
</style>