Shades of Barberry #CFC221
Tints of Barberry #CFC221
RGB
CMYK
RGB Variations
Color information
#CFC221 (or 0xCFC221) is known color: Barberry. HEX triplet: CF, C2 and 21. RGB value is (207,194,33). Sum of RGB (Red+Green+Blue) = 207+194+33=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC221 is #303DDE. Grayscale: #B4B4B4. Windows color (decimal): -3161567 or 2212559. OLE color: 2212559.
HSL color Cylindrical-coordinate representation of color #CFC221: hue angle of 55.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFC221 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.19 |
| HSL | 55.52º | 0.73% | 0.47% | - |
| HSV(B) | 55.52º | 0.84% | 0.81% | - |
| XYZ | 45.3 | 51.96 | 9.08 | - |
| YUV | 179.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 33 | 0 | 0.06 | 0.84 | 0.19 | 55.52 | 0.73 | 0.47 |
| Hex | CF | C2 | 21 | 0 | 6 | 54 | 13 | 38 | 48 | 2F |
| Octal | 317 | 302 | 41 | 0 | 6 | 124 | 23 | 70 | 110 | 57 |
| Binary | 11001111 | 11000010 | 100001 | 0 | 110 | 1010100 | 10011 | 111000 | 1001000 | 101111 |
Color Harmonies of #CFC221
Complementary color
Monochromatic Colors of #CFC221
Black with #CFC221
Text Example
Text Example
White with #CFC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC221; }
p { color: rgb(207,194,33); }
H1.HeaderClassName
{
color: #CFC221;
}
.AnyTagClassName
{
color: #CFC221;
}
</style>
background-color css
<style>
a { background-color: #CFC221; }
a { background-color: rgb(207,194,33); }
div.DivClassName
{
background-color: #CFC221;
}
.BgClassName
{
background-color: #CFC221;
}
</style>
border-color css
<style>
span { border-color: #CFC221; }
span { border-color: rgb(207,194,33); }
td.TdClassName
{
border-color: #CFC221;
}
.TagClassName
{
border-color: #CFC221;
}
</style>