Shades of Barberry #CFC22E
Tints of Barberry #CFC22E
RGB
CMYK
RGB Variations
Color information
#CFC22E (or 0xCFC22E) is known color: Barberry. HEX triplet: CF, C2 and 2E. RGB value is (207,194,46). Sum of RGB (Red+Green+Blue) = 207+194+46=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC22E is #303DD1. Grayscale: #B5B5B5. Windows color (decimal): -3161554 or 3064527. OLE color: 3064527.
HSL color Cylindrical-coordinate representation of color #CFC22E: hue angle of 55.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC22E is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 46 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.19 |
| HSL | 55.16º | 0.64% | 0.5% | - |
| HSV(B) | 55.16º | 0.78% | 0.81% | - |
| XYZ | 45.52 | 52.05 | 10.23 | - |
| YUV | 181.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 46 | 0 | 0.06 | 0.78 | 0.19 | 55.16 | 0.64 | 0.5 |
| Hex | CF | C2 | 2E | 0 | 6 | 4E | 13 | 37 | 40 | 32 |
| Octal | 317 | 302 | 56 | 0 | 6 | 116 | 23 | 67 | 100 | 62 |
| Binary | 11001111 | 11000010 | 101110 | 0 | 110 | 1001110 | 10011 | 110111 | 1000000 | 110010 |
Color Harmonies of #CFC22E
Complementary color
Monochromatic Colors of #CFC22E
Black with #CFC22E
Text Example
Text Example
White with #CFC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC22E; }
p { color: rgb(207,194,46); }
H1.HeaderClassName
{
color: #CFC22E;
}
.AnyTagClassName
{
color: #CFC22E;
}
</style>
background-color css
<style>
a { background-color: #CFC22E; }
a { background-color: rgb(207,194,46); }
div.DivClassName
{
background-color: #CFC22E;
}
.BgClassName
{
background-color: #CFC22E;
}
</style>
border-color css
<style>
span { border-color: #CFC22E; }
span { border-color: rgb(207,194,46); }
td.TdClassName
{
border-color: #CFC22E;
}
.TagClassName
{
border-color: #CFC22E;
}
</style>