Shades of Barberry #CFC722
Tints of Barberry #CFC722
RGB
CMYK
RGB Variations
Color information
#CFC722 (or 0xCFC722) is known color: Barberry. HEX triplet: CF, C7 and 22. RGB value is (207,199,34). Sum of RGB (Red+Green+Blue) = 207+199+34=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC722 is #3038DD. Grayscale: #B7B7B7. Windows color (decimal): -3160286 or 2279375. OLE color: 2279375.
HSL color Cylindrical-coordinate representation of color #CFC722: hue angle of 57.23º 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 #CFC722 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 34 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.19 |
| HSL | 57.23º | 0.72% | 0.47% | - |
| HSV(B) | 57.23º | 0.84% | 0.81% | - |
| XYZ | 46.44 | 54.23 | 9.53 | - |
| YUV | 182.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 34 | 0 | 0.04 | 0.84 | 0.19 | 57.23 | 0.72 | 0.47 |
| Hex | CF | C7 | 22 | 0 | 4 | 54 | 13 | 39 | 48 | 2F |
| Octal | 317 | 307 | 42 | 0 | 4 | 124 | 23 | 71 | 110 | 57 |
| Binary | 11001111 | 11000111 | 100010 | 0 | 100 | 1010100 | 10011 | 111001 | 1001000 | 101111 |
Color Harmonies of #CFC722
Complementary color
Monochromatic Colors of #CFC722
Black with #CFC722
Text Example
Text Example
White with #CFC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC722; }
p { color: rgb(207,199,34); }
H1.HeaderClassName
{
color: #CFC722;
}
.AnyTagClassName
{
color: #CFC722;
}
</style>
background-color css
<style>
a { background-color: #CFC722; }
a { background-color: rgb(207,199,34); }
div.DivClassName
{
background-color: #CFC722;
}
.BgClassName
{
background-color: #CFC722;
}
</style>
border-color css
<style>
span { border-color: #CFC722; }
span { border-color: rgb(207,199,34); }
td.TdClassName
{
border-color: #CFC722;
}
.TagClassName
{
border-color: #CFC722;
}
</style>