Shades of Barberry #CFCF21
Tints of Barberry #CFCF21
RGB
CMYK
RGB Variations
Color information
#CFCF21 (or 0xCFCF21) is known color: Barberry. HEX triplet: CF, CF and 21. RGB value is (207,207,33). Sum of RGB (Red+Green+Blue) = 207+207+33=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF21 is #3030DE. Grayscale: #BBBBBB. Windows color (decimal): -3158239 or 2215887. OLE color: 2215887.
HSL color Cylindrical-coordinate representation of color #CFCF21: hue angle of 60º 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 #CFCF21 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 33 | - |
| CMYK | 0 | 0 | 0.84 | 0.19 |
| HSL | 60º | 0.73% | 0.47% | - |
| HSV(B) | 60º | 0.84% | 0.81% | - |
| XYZ | 48.32 | 58 | 10.09 | - |
| YUV | 187.16 | 41 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 33 | 0 | 0 | 0.84 | 0.19 | 60 | 0.73 | 0.47 |
| Hex | CF | CF | 21 | 0 | 0 | 54 | 13 | 3C | 48 | 2F |
| Octal | 317 | 317 | 41 | 0 | 0 | 124 | 23 | 74 | 110 | 57 |
| Binary | 11001111 | 11001111 | 100001 | 0 | 0 | 1010100 | 10011 | 111100 | 1001000 | 101111 |
Color Harmonies of #CFCF21
Complementary color
Monochromatic Colors of #CFCF21
Black with #CFCF21
Text Example
Text Example
White with #CFCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF21; }
p { color: rgb(207,207,33); }
H1.HeaderClassName
{
color: #CFCF21;
}
.AnyTagClassName
{
color: #CFCF21;
}
</style>
background-color css
<style>
a { background-color: #CFCF21; }
a { background-color: rgb(207,207,33); }
div.DivClassName
{
background-color: #CFCF21;
}
.BgClassName
{
background-color: #CFCF21;
}
</style>
border-color css
<style>
span { border-color: #CFCF21; }
span { border-color: rgb(207,207,33); }
td.TdClassName
{
border-color: #CFCF21;
}
.TagClassName
{
border-color: #CFCF21;
}
</style>