Shades of Barberry #CFC921
Tints of Barberry #CFC921
RGB
CMYK
RGB Variations
Color information
#CFC921 (or 0xCFC921) is known color: Barberry. HEX triplet: CF, C9 and 21. RGB value is (207,201,33). Sum of RGB (Red+Green+Blue) = 207+201+33=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC921 is #3036DE. Grayscale: #B8B8B8. Windows color (decimal): -3159775 or 2214351. OLE color: 2214351.
HSL color Cylindrical-coordinate representation of color #CFC921: hue angle of 57.93º 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 #CFC921 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 33 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.19 |
| HSL | 57.93º | 0.73% | 0.47% | - |
| HSV(B) | 57.93º | 0.84% | 0.81% | - |
| XYZ | 46.89 | 55.15 | 9.61 | - |
| YUV | 183.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 33 | 0 | 0.03 | 0.84 | 0.19 | 57.93 | 0.73 | 0.47 |
| Hex | CF | C9 | 21 | 0 | 3 | 54 | 13 | 3A | 48 | 2F |
| Octal | 317 | 311 | 41 | 0 | 3 | 124 | 23 | 72 | 110 | 57 |
| Binary | 11001111 | 11001001 | 100001 | 0 | 11 | 1010100 | 10011 | 111010 | 1001000 | 101111 |
Color Harmonies of #CFC921
Complementary color
Monochromatic Colors of #CFC921
Black with #CFC921
Text Example
Text Example
White with #CFC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC921; }
p { color: rgb(207,201,33); }
H1.HeaderClassName
{
color: #CFC921;
}
.AnyTagClassName
{
color: #CFC921;
}
</style>
background-color css
<style>
a { background-color: #CFC921; }
a { background-color: rgb(207,201,33); }
div.DivClassName
{
background-color: #CFC921;
}
.BgClassName
{
background-color: #CFC921;
}
</style>
border-color css
<style>
span { border-color: #CFC921; }
span { border-color: rgb(207,201,33); }
td.TdClassName
{
border-color: #CFC921;
}
.TagClassName
{
border-color: #CFC921;
}
</style>