Shades of Barberry #CFCC21
Tints of Barberry #CFCC21
RGB
CMYK
RGB Variations
Color information
#CFCC21 (or 0xCFCC21) is known color: Barberry. HEX triplet: CF, CC and 21. RGB value is (207,204,33). Sum of RGB (Red+Green+Blue) = 207+204+33=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC21 is #3033DE. Grayscale: #BABABA. Windows color (decimal): -3159007 or 2215119. OLE color: 2215119.
HSL color Cylindrical-coordinate representation of color #CFCC21: hue angle of 58.97º 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 #CFCC21 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 33 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.19 |
| HSL | 58.97º | 0.73% | 0.47% | - |
| HSV(B) | 58.97º | 0.84% | 0.81% | - |
| XYZ | 47.6 | 56.56 | 9.85 | - |
| YUV | 185.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 33 | 0 | 0.01 | 0.84 | 0.19 | 58.97 | 0.73 | 0.47 |
| Hex | CF | CC | 21 | 0 | 1 | 54 | 13 | 3B | 48 | 2F |
| Octal | 317 | 314 | 41 | 0 | 1 | 124 | 23 | 73 | 110 | 57 |
| Binary | 11001111 | 11001100 | 100001 | 0 | 1 | 1010100 | 10011 | 111011 | 1001000 | 101111 |
Color Harmonies of #CFCC21
Complementary color
Monochromatic Colors of #CFCC21
Black with #CFCC21
Text Example
Text Example
White with #CFCC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC21; }
p { color: rgb(207,204,33); }
H1.HeaderClassName
{
color: #CFCC21;
}
.AnyTagClassName
{
color: #CFCC21;
}
</style>
background-color css
<style>
a { background-color: #CFCC21; }
a { background-color: rgb(207,204,33); }
div.DivClassName
{
background-color: #CFCC21;
}
.BgClassName
{
background-color: #CFCC21;
}
</style>
border-color css
<style>
span { border-color: #CFCC21; }
span { border-color: rgb(207,204,33); }
td.TdClassName
{
border-color: #CFCC21;
}
.TagClassName
{
border-color: #CFCC21;
}
</style>