Shades of Barberry #CCD220
Tints of Barberry #CCD220
RGB
CMYK
RGB Variations
Color information
#CCD220 (or 0xCCD220) is known color: Barberry. HEX triplet: CC, D2 and 20. RGB value is (204,210,32). Sum of RGB (Red+Green+Blue) = 204+210+32=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD220 is #332DDF. Grayscale: #BCBCBC. Windows color (decimal): -3354080 or 2151116. OLE color: 2151116.
HSL color Cylindrical-coordinate representation of color #CCD220: hue angle of 62.02º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD220 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 32 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.18 |
| HSL | 62.02º | 0.74% | 0.47% | - |
| HSV(B) | 62.02º | 0.85% | 0.82% | - |
| XYZ | 48.21 | 59.03 | 10.22 | - |
| YUV | 187.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 32 | 0.03 | 0 | 0.85 | 0.18 | 62.02 | 0.74 | 0.47 |
| Hex | CC | D2 | 20 | 3 | 0 | 55 | 12 | 3E | 4A | 2F |
| Octal | 314 | 322 | 40 | 3 | 0 | 125 | 22 | 76 | 112 | 57 |
| Binary | 11001100 | 11010010 | 100000 | 11 | 0 | 1010101 | 10010 | 111110 | 1001010 | 101111 |
Color Harmonies of #CCD220
Complementary color
Monochromatic Colors of #CCD220
Black with #CCD220
Text Example
Text Example
White with #CCD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD220; }
p { color: rgb(204,210,32); }
H1.HeaderClassName
{
color: #CCD220;
}
.AnyTagClassName
{
color: #CCD220;
}
</style>
background-color css
<style>
a { background-color: #CCD220; }
a { background-color: rgb(204,210,32); }
div.DivClassName
{
background-color: #CCD220;
}
.BgClassName
{
background-color: #CCD220;
}
</style>
border-color css
<style>
span { border-color: #CCD220; }
span { border-color: rgb(204,210,32); }
td.TdClassName
{
border-color: #CCD220;
}
.TagClassName
{
border-color: #CCD220;
}
</style>