Shades of Barberry #CCD222
Tints of Barberry #CCD222
RGB
CMYK
RGB Variations
Color information
#CCD222 (or 0xCCD222) is known color: Barberry. HEX triplet: CC, D2 and 22. RGB value is (204,210,34). Sum of RGB (Red+Green+Blue) = 204+210+34=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD222 is #332DDD. Grayscale: #BCBCBC. Windows color (decimal): -3354078 or 2282188. OLE color: 2282188.
HSL color Cylindrical-coordinate representation of color #CCD222: hue angle of 62.05º degrees, saturation: 0.72, 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 #CCD222 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 34 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.18 |
| HSL | 62.05º | 0.72% | 0.48% | - |
| HSV(B) | 62.05º | 0.84% | 0.82% | - |
| XYZ | 48.24 | 59.05 | 10.37 | - |
| YUV | 188.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 34 | 0.03 | 0 | 0.84 | 0.18 | 62.05 | 0.72 | 0.48 |
| Hex | CC | D2 | 22 | 3 | 0 | 54 | 12 | 3E | 48 | 30 |
| Octal | 314 | 322 | 42 | 3 | 0 | 124 | 22 | 76 | 110 | 60 |
| Binary | 11001100 | 11010010 | 100010 | 11 | 0 | 1010100 | 10010 | 111110 | 1001000 | 110000 |
Color Harmonies of #CCD222
Complementary color
Monochromatic Colors of #CCD222
Black with #CCD222
Text Example
Text Example
White with #CCD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD222; }
p { color: rgb(204,210,34); }
H1.HeaderClassName
{
color: #CCD222;
}
.AnyTagClassName
{
color: #CCD222;
}
</style>
background-color css
<style>
a { background-color: #CCD222; }
a { background-color: rgb(204,210,34); }
div.DivClassName
{
background-color: #CCD222;
}
.BgClassName
{
background-color: #CCD222;
}
</style>
border-color css
<style>
span { border-color: #CCD222; }
span { border-color: rgb(204,210,34); }
td.TdClassName
{
border-color: #CCD222;
}
.TagClassName
{
border-color: #CCD222;
}
</style>