Shades of Barberry #CFC020
Tints of Barberry #CFC020
RGB
CMYK
RGB Variations
Color information
#CFC020 (or 0xCFC020) is known color: Barberry. HEX triplet: CF, C0 and 20. RGB value is (207,192,32). Sum of RGB (Red+Green+Blue) = 207+192+32=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC020 is #303FDF. Grayscale: #B2B2B2. Windows color (decimal): -3162080 or 2146511. OLE color: 2146511.
HSL color Cylindrical-coordinate representation of color #CFC020: hue angle of 54.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFC020 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 32 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.19 |
| HSL | 54.86º | 0.73% | 0.47% | - |
| HSV(B) | 54.86º | 0.85% | 0.81% | - |
| XYZ | 44.84 | 51.07 | 8.86 | - |
| YUV | 178.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 32 | 0 | 0.07 | 0.85 | 0.19 | 54.86 | 0.73 | 0.47 |
| Hex | CF | C0 | 20 | 0 | 7 | 55 | 13 | 37 | 49 | 2F |
| Octal | 317 | 300 | 40 | 0 | 7 | 125 | 23 | 67 | 111 | 57 |
| Binary | 11001111 | 11000000 | 100000 | 0 | 111 | 1010101 | 10011 | 110111 | 1001001 | 101111 |
Color Harmonies of #CFC020
Complementary color
Monochromatic Colors of #CFC020
Black with #CFC020
Text Example
Text Example
White with #CFC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC020; }
p { color: rgb(207,192,32); }
H1.HeaderClassName
{
color: #CFC020;
}
.AnyTagClassName
{
color: #CFC020;
}
</style>
background-color css
<style>
a { background-color: #CFC020; }
a { background-color: rgb(207,192,32); }
div.DivClassName
{
background-color: #CFC020;
}
.BgClassName
{
background-color: #CFC020;
}
</style>
border-color css
<style>
span { border-color: #CFC020; }
span { border-color: rgb(207,192,32); }
td.TdClassName
{
border-color: #CFC020;
}
.TagClassName
{
border-color: #CFC020;
}
</style>