Shades of Barberry #CFC622
Tints of Barberry #CFC622
RGB
CMYK
RGB Variations
Color information
#CFC622 (or 0xCFC622) is known color: Barberry. HEX triplet: CF, C6 and 22. RGB value is (207,198,34). Sum of RGB (Red+Green+Blue) = 207+198+34=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC622 is #3039DD. Grayscale: #B6B6B6. Windows color (decimal): -3160542 or 2279119. OLE color: 2279119.
HSL color Cylindrical-coordinate representation of color #CFC622: hue angle of 56.88º 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 #CFC622 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 34 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.19 |
| HSL | 56.88º | 0.72% | 0.47% | - |
| HSV(B) | 56.88º | 0.84% | 0.81% | - |
| XYZ | 46.21 | 53.77 | 9.46 | - |
| YUV | 182 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 34 | 0 | 0.04 | 0.84 | 0.19 | 56.88 | 0.72 | 0.47 |
| Hex | CF | C6 | 22 | 0 | 4 | 54 | 13 | 39 | 48 | 2F |
| Octal | 317 | 306 | 42 | 0 | 4 | 124 | 23 | 71 | 110 | 57 |
| Binary | 11001111 | 11000110 | 100010 | 0 | 100 | 1010100 | 10011 | 111001 | 1001000 | 101111 |
Color Harmonies of #CFC622
Complementary color
Monochromatic Colors of #CFC622
Black with #CFC622
Text Example
Text Example
White with #CFC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC622; }
p { color: rgb(207,198,34); }
H1.HeaderClassName
{
color: #CFC622;
}
.AnyTagClassName
{
color: #CFC622;
}
</style>
background-color css
<style>
a { background-color: #CFC622; }
a { background-color: rgb(207,198,34); }
div.DivClassName
{
background-color: #CFC622;
}
.BgClassName
{
background-color: #CFC622;
}
</style>
border-color css
<style>
span { border-color: #CFC622; }
span { border-color: rgb(207,198,34); }
td.TdClassName
{
border-color: #CFC622;
}
.TagClassName
{
border-color: #CFC622;
}
</style>