Shades of Barberry #CFCB21
Tints of Barberry #CFCB21
RGB
CMYK
RGB Variations
Color information
#CFCB21 (or 0xCFCB21) is known color: Barberry. HEX triplet: CF, CB and 21. RGB value is (207,203,33). Sum of RGB (Red+Green+Blue) = 207+203+33=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB21 is #3034DE. Grayscale: #B9B9B9. Windows color (decimal): -3159263 or 2214863. OLE color: 2214863.
HSL color Cylindrical-coordinate representation of color #CFCB21: hue angle of 58.62º 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 #CFCB21 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 33 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.19 |
| HSL | 58.62º | 0.73% | 0.47% | - |
| HSV(B) | 58.62º | 0.84% | 0.81% | - |
| XYZ | 47.36 | 56.09 | 9.77 | - |
| YUV | 184.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 33 | 0 | 0.02 | 0.84 | 0.19 | 58.62 | 0.73 | 0.47 |
| Hex | CF | CB | 21 | 0 | 2 | 54 | 13 | 3B | 48 | 2F |
| Octal | 317 | 313 | 41 | 0 | 2 | 124 | 23 | 73 | 110 | 57 |
| Binary | 11001111 | 11001011 | 100001 | 0 | 10 | 1010100 | 10011 | 111011 | 1001000 | 101111 |
Color Harmonies of #CFCB21
Complementary color
Monochromatic Colors of #CFCB21
Black with #CFCB21
Text Example
Text Example
White with #CFCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB21; }
p { color: rgb(207,203,33); }
H1.HeaderClassName
{
color: #CFCB21;
}
.AnyTagClassName
{
color: #CFCB21;
}
</style>
background-color css
<style>
a { background-color: #CFCB21; }
a { background-color: rgb(207,203,33); }
div.DivClassName
{
background-color: #CFCB21;
}
.BgClassName
{
background-color: #CFCB21;
}
</style>
border-color css
<style>
span { border-color: #CFCB21; }
span { border-color: rgb(207,203,33); }
td.TdClassName
{
border-color: #CFCB21;
}
.TagClassName
{
border-color: #CFCB21;
}
</style>