Shades of Barberry #CCD021
Tints of Barberry #CCD021
RGB
CMYK
RGB Variations
Color information
#CCD021 (or 0xCCD021) is known color: Barberry. HEX triplet: CC, D0 and 21. RGB value is (204,208,33). Sum of RGB (Red+Green+Blue) = 204+208+33=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD021 is #332FDE. Grayscale: #BBBBBB. Windows color (decimal): -3354591 or 2216140. OLE color: 2216140.
HSL color Cylindrical-coordinate representation of color #CCD021: hue angle of 61.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCD021 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.18 |
| HSL | 61.37º | 0.73% | 0.47% | - |
| HSV(B) | 61.37º | 0.84% | 0.82% | - |
| XYZ | 47.73 | 58.06 | 10.13 | - |
| YUV | 186.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 33 | 0.02 | 0 | 0.84 | 0.18 | 61.37 | 0.73 | 0.47 |
| Hex | CC | D0 | 21 | 2 | 0 | 54 | 12 | 3D | 49 | 2F |
| Octal | 314 | 320 | 41 | 2 | 0 | 124 | 22 | 75 | 111 | 57 |
| Binary | 11001100 | 11010000 | 100001 | 10 | 0 | 1010100 | 10010 | 111101 | 1001001 | 101111 |
Color Harmonies of #CCD021
Complementary color
Monochromatic Colors of #CCD021
Black with #CCD021
Text Example
Text Example
White with #CCD021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD021; }
p { color: rgb(204,208,33); }
H1.HeaderClassName
{
color: #CCD021;
}
.AnyTagClassName
{
color: #CCD021;
}
</style>
background-color css
<style>
a { background-color: #CCD021; }
a { background-color: rgb(204,208,33); }
div.DivClassName
{
background-color: #CCD021;
}
.BgClassName
{
background-color: #CCD021;
}
</style>
border-color css
<style>
span { border-color: #CCD021; }
span { border-color: rgb(204,208,33); }
td.TdClassName
{
border-color: #CCD021;
}
.TagClassName
{
border-color: #CCD021;
}
</style>