Shades of Barberry #CFBF21
Tints of Barberry #CFBF21
RGB
CMYK
RGB Variations
Color information
#CFBF21 (or 0xCFBF21) is known color: Barberry. HEX triplet: CF, BF and 21. RGB value is (207,191,33). Sum of RGB (Red+Green+Blue) = 207+191+33=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF21 is #3040DE. Grayscale: #B2B2B2. Windows color (decimal): -3162335 or 2211791. OLE color: 2211791.
HSL color Cylindrical-coordinate representation of color #CFBF21: hue angle of 54.48º degrees, saturation: 0.73, 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 #CFBF21 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 33 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.19 |
| HSL | 54.48º | 0.73% | 0.47% | - |
| HSV(B) | 54.48º | 0.84% | 0.81% | - |
| XYZ | 44.64 | 50.64 | 8.86 | - |
| YUV | 177.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 33 | 0 | 0.08 | 0.84 | 0.19 | 54.48 | 0.73 | 0.47 |
| Hex | CF | BF | 21 | 0 | 8 | 54 | 13 | 36 | 48 | 2F |
| Octal | 317 | 277 | 41 | 0 | 10 | 124 | 23 | 66 | 110 | 57 |
| Binary | 11001111 | 10111111 | 100001 | 0 | 1000 | 1010100 | 10011 | 110110 | 1001000 | 101111 |
Color Harmonies of #CFBF21
Complementary color
Monochromatic Colors of #CFBF21
Black with #CFBF21
Text Example
Text Example
White with #CFBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF21; }
p { color: rgb(207,191,33); }
H1.HeaderClassName
{
color: #CFBF21;
}
.AnyTagClassName
{
color: #CFBF21;
}
</style>
background-color css
<style>
a { background-color: #CFBF21; }
a { background-color: rgb(207,191,33); }
div.DivClassName
{
background-color: #CFBF21;
}
.BgClassName
{
background-color: #CFBF21;
}
</style>
border-color css
<style>
span { border-color: #CFBF21; }
span { border-color: rgb(207,191,33); }
td.TdClassName
{
border-color: #CFBF21;
}
.TagClassName
{
border-color: #CFBF21;
}
</style>