Shades of Barberry #CFC022
Tints of Barberry #CFC022
RGB
CMYK
RGB Variations
Color information
#CFC022 (or 0xCFC022) is known color: Barberry. HEX triplet: CF, C0 and 22. RGB value is (207,192,34). Sum of RGB (Red+Green+Blue) = 207+192+34=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC022 is #303FDD. Grayscale: #B3B3B3. Windows color (decimal): -3162078 or 2277583. OLE color: 2277583.
HSL color Cylindrical-coordinate representation of color #CFC022: hue angle of 54.8º degrees, saturation: 0.72, 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 #CFC022 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 34 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.19 |
| HSL | 54.8º | 0.72% | 0.47% | - |
| HSV(B) | 54.8º | 0.84% | 0.81% | - |
| XYZ | 44.87 | 51.08 | 9.01 | - |
| YUV | 178.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 34 | 0 | 0.07 | 0.84 | 0.19 | 54.8 | 0.72 | 0.47 |
| Hex | CF | C0 | 22 | 0 | 7 | 54 | 13 | 37 | 48 | 2F |
| Octal | 317 | 300 | 42 | 0 | 7 | 124 | 23 | 67 | 110 | 57 |
| Binary | 11001111 | 11000000 | 100010 | 0 | 111 | 1010100 | 10011 | 110111 | 1001000 | 101111 |
Color Harmonies of #CFC022
Complementary color
Monochromatic Colors of #CFC022
Black with #CFC022
Text Example
Text Example
White with #CFC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC022; }
p { color: rgb(207,192,34); }
H1.HeaderClassName
{
color: #CFC022;
}
.AnyTagClassName
{
color: #CFC022;
}
</style>
background-color css
<style>
a { background-color: #CFC022; }
a { background-color: rgb(207,192,34); }
div.DivClassName
{
background-color: #CFC022;
}
.BgClassName
{
background-color: #CFC022;
}
</style>
border-color css
<style>
span { border-color: #CFC022; }
span { border-color: rgb(207,192,34); }
td.TdClassName
{
border-color: #CFC022;
}
.TagClassName
{
border-color: #CFC022;
}
</style>