Shades of Barberry #CCD221
Tints of Barberry #CCD221
RGB
CMYK
RGB Variations
Color information
#CCD221 (or 0xCCD221) is known color: Barberry. HEX triplet: CC, D2 and 21. RGB value is (204,210,33). Sum of RGB (Red+Green+Blue) = 204+210+33=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD221 is #332DDE. Grayscale: #BCBCBC. Windows color (decimal): -3354079 or 2216652. OLE color: 2216652.
HSL color Cylindrical-coordinate representation of color #CCD221: hue angle of 62.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCD221 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 33 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.18 |
| HSL | 62.03º | 0.73% | 0.48% | - |
| HSV(B) | 62.03º | 0.84% | 0.82% | - |
| XYZ | 48.22 | 59.04 | 10.29 | - |
| YUV | 188.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 33 | 0.03 | 0 | 0.84 | 0.18 | 62.03 | 0.73 | 0.48 |
| Hex | CC | D2 | 21 | 3 | 0 | 54 | 12 | 3E | 49 | 30 |
| Octal | 314 | 322 | 41 | 3 | 0 | 124 | 22 | 76 | 111 | 60 |
| Binary | 11001100 | 11010010 | 100001 | 11 | 0 | 1010100 | 10010 | 111110 | 1001001 | 110000 |
Color Harmonies of #CCD221
Complementary color
Monochromatic Colors of #CCD221
Black with #CCD221
Text Example
Text Example
White with #CCD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD221; }
p { color: rgb(204,210,33); }
H1.HeaderClassName
{
color: #CCD221;
}
.AnyTagClassName
{
color: #CCD221;
}
</style>
background-color css
<style>
a { background-color: #CCD221; }
a { background-color: rgb(204,210,33); }
div.DivClassName
{
background-color: #CCD221;
}
.BgClassName
{
background-color: #CCD221;
}
</style>
border-color css
<style>
span { border-color: #CCD221; }
span { border-color: rgb(204,210,33); }
td.TdClassName
{
border-color: #CCD221;
}
.TagClassName
{
border-color: #CCD221;
}
</style>