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