Shades of Barberry #CFC422
Tints of Barberry #CFC422
RGB
CMYK
RGB Variations
Color information
#CFC422 (or 0xCFC422) is known color: Barberry. HEX triplet: CF, C4 and 22. RGB value is (207,196,34). Sum of RGB (Red+Green+Blue) = 207+196+34=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC422 is #303BDD. Grayscale: #B5B5B5. Windows color (decimal): -3161054 or 2278607. OLE color: 2278607.
HSL color Cylindrical-coordinate representation of color #CFC422: hue angle of 56.18º 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 #CFC422 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 34 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.19 |
| HSL | 56.18º | 0.72% | 0.47% | - |
| HSV(B) | 56.18º | 0.84% | 0.81% | - |
| XYZ | 45.76 | 52.86 | 9.3 | - |
| YUV | 180.82 | 45.14 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 34 | 0 | 0.05 | 0.84 | 0.19 | 56.18 | 0.72 | 0.47 |
| Hex | CF | C4 | 22 | 0 | 5 | 54 | 13 | 38 | 48 | 2F |
| Octal | 317 | 304 | 42 | 0 | 5 | 124 | 23 | 70 | 110 | 57 |
| Binary | 11001111 | 11000100 | 100010 | 0 | 101 | 1010100 | 10011 | 111000 | 1001000 | 101111 |
Color Harmonies of #CFC422
Complementary color
Monochromatic Colors of #CFC422
Black with #CFC422
Text Example
Text Example
White with #CFC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC422; }
p { color: rgb(207,196,34); }
H1.HeaderClassName
{
color: #CFC422;
}
.AnyTagClassName
{
color: #CFC422;
}
</style>
background-color css
<style>
a { background-color: #CFC422; }
a { background-color: rgb(207,196,34); }
div.DivClassName
{
background-color: #CFC422;
}
.BgClassName
{
background-color: #CFC422;
}
</style>
border-color css
<style>
span { border-color: #CFC422; }
span { border-color: rgb(207,196,34); }
td.TdClassName
{
border-color: #CFC422;
}
.TagClassName
{
border-color: #CFC422;
}
</style>