Shades of Barberry #CCD022
Tints of Barberry #CCD022
RGB
CMYK
RGB Variations
Color information
#CCD022 (or 0xCCD022) is known color: Barberry. HEX triplet: CC, D0 and 22. RGB value is (204,208,34). Sum of RGB (Red+Green+Blue) = 204+208+34=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD022 is #332FDD. Grayscale: #BBBBBB. Windows color (decimal): -3354590 or 2281676. OLE color: 2281676.
HSL color Cylindrical-coordinate representation of color #CCD022: hue angle of 61.38º degrees, saturation: 0.72, 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 #CCD022 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 34 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.18 |
| HSL | 61.38º | 0.72% | 0.47% | - |
| HSV(B) | 61.38º | 0.84% | 0.82% | - |
| XYZ | 47.75 | 58.06 | 10.2 | - |
| YUV | 186.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 34 | 0.02 | 0 | 0.84 | 0.18 | 61.38 | 0.72 | 0.47 |
| Hex | CC | D0 | 22 | 2 | 0 | 54 | 12 | 3D | 48 | 2F |
| Octal | 314 | 320 | 42 | 2 | 0 | 124 | 22 | 75 | 110 | 57 |
| Binary | 11001100 | 11010000 | 100010 | 10 | 0 | 1010100 | 10010 | 111101 | 1001000 | 101111 |
Color Harmonies of #CCD022
Complementary color
Monochromatic Colors of #CCD022
Black with #CCD022
Text Example
Text Example
White with #CCD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD022; }
p { color: rgb(204,208,34); }
H1.HeaderClassName
{
color: #CCD022;
}
.AnyTagClassName
{
color: #CCD022;
}
</style>
background-color css
<style>
a { background-color: #CCD022; }
a { background-color: rgb(204,208,34); }
div.DivClassName
{
background-color: #CCD022;
}
.BgClassName
{
background-color: #CCD022;
}
</style>
border-color css
<style>
span { border-color: #CCD022; }
span { border-color: rgb(204,208,34); }
td.TdClassName
{
border-color: #CCD022;
}
.TagClassName
{
border-color: #CCD022;
}
</style>