Shades of Barberry #CCD020
Tints of Barberry #CCD020
RGB
CMYK
RGB Variations
Color information
#CCD020 (or 0xCCD020) is known color: Barberry. HEX triplet: CC, D0 and 20. RGB value is (204,208,32). Sum of RGB (Red+Green+Blue) = 204+208+32=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD020 is #332FDF. Grayscale: #BBBBBB. Windows color (decimal): -3354592 or 2150604. OLE color: 2150604.
HSL color Cylindrical-coordinate representation of color #CCD020: hue angle of 61.36º degrees, saturation: 0.73, 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 #CCD020 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 32 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.18 |
| HSL | 61.36º | 0.73% | 0.47% | - |
| HSV(B) | 61.36º | 0.85% | 0.82% | - |
| XYZ | 47.72 | 58.05 | 10.06 | - |
| YUV | 186.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 32 | 0.02 | 0 | 0.85 | 0.18 | 61.36 | 0.73 | 0.47 |
| Hex | CC | D0 | 20 | 2 | 0 | 55 | 12 | 3D | 49 | 2F |
| Octal | 314 | 320 | 40 | 2 | 0 | 125 | 22 | 75 | 111 | 57 |
| Binary | 11001100 | 11010000 | 100000 | 10 | 0 | 1010101 | 10010 | 111101 | 1001001 | 101111 |
Color Harmonies of #CCD020
Complementary color
Monochromatic Colors of #CCD020
Black with #CCD020
Text Example
Text Example
White with #CCD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD020; }
p { color: rgb(204,208,32); }
H1.HeaderClassName
{
color: #CCD020;
}
.AnyTagClassName
{
color: #CCD020;
}
</style>
background-color css
<style>
a { background-color: #CCD020; }
a { background-color: rgb(204,208,32); }
div.DivClassName
{
background-color: #CCD020;
}
.BgClassName
{
background-color: #CCD020;
}
</style>
border-color css
<style>
span { border-color: #CCD020; }
span { border-color: rgb(204,208,32); }
td.TdClassName
{
border-color: #CCD020;
}
.TagClassName
{
border-color: #CCD020;
}
</style>