Shades of Barberry #CFBE21
Tints of Barberry #CFBE21
RGB
CMYK
RGB Variations
Color information
#CFBE21 (or 0xCFBE21) is known color: Barberry. HEX triplet: CF, BE and 21. RGB value is (207,190,33). Sum of RGB (Red+Green+Blue) = 207+190+33=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE21 is #3041DE. Grayscale: #B1B1B1. Windows color (decimal): -3162591 or 2211535. OLE color: 2211535.
HSL color Cylindrical-coordinate representation of color #CFBE21: hue angle of 54.14º 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 #CFBE21 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 33 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.19 |
| HSL | 54.14º | 0.73% | 0.47% | - |
| HSV(B) | 54.14º | 0.84% | 0.81% | - |
| XYZ | 44.42 | 50.2 | 8.79 | - |
| YUV | 177.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 33 | 0 | 0.08 | 0.84 | 0.19 | 54.14 | 0.73 | 0.47 |
| Hex | CF | BE | 21 | 0 | 8 | 54 | 13 | 36 | 48 | 2F |
| Octal | 317 | 276 | 41 | 0 | 10 | 124 | 23 | 66 | 110 | 57 |
| Binary | 11001111 | 10111110 | 100001 | 0 | 1000 | 1010100 | 10011 | 110110 | 1001000 | 101111 |
Color Harmonies of #CFBE21
Complementary color
Monochromatic Colors of #CFBE21
Black with #CFBE21
Text Example
Text Example
White with #CFBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE21; }
p { color: rgb(207,190,33); }
H1.HeaderClassName
{
color: #CFBE21;
}
.AnyTagClassName
{
color: #CFBE21;
}
</style>
background-color css
<style>
a { background-color: #CFBE21; }
a { background-color: rgb(207,190,33); }
div.DivClassName
{
background-color: #CFBE21;
}
.BgClassName
{
background-color: #CFBE21;
}
</style>
border-color css
<style>
span { border-color: #CFBE21; }
span { border-color: rgb(207,190,33); }
td.TdClassName
{
border-color: #CFBE21;
}
.TagClassName
{
border-color: #CFBE21;
}
</style>