Shades of Barberry #CCD120
Tints of Barberry #CCD120
RGB
CMYK
RGB Variations
Color information
#CCD120 (or 0xCCD120) is known color: Barberry. HEX triplet: CC, D1 and 20. RGB value is (204,209,32). Sum of RGB (Red+Green+Blue) = 204+209+32=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD120 is #332EDF. Grayscale: #BCBCBC. Windows color (decimal): -3354336 or 2150860. OLE color: 2150860.
HSL color Cylindrical-coordinate representation of color #CCD120: hue angle of 61.69º 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 #CCD120 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 32 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.18 |
| HSL | 61.69º | 0.73% | 0.47% | - |
| HSV(B) | 61.69º | 0.85% | 0.82% | - |
| XYZ | 47.96 | 58.54 | 10.14 | - |
| YUV | 187.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 32 | 0.02 | 0 | 0.85 | 0.18 | 61.69 | 0.73 | 0.47 |
| Hex | CC | D1 | 20 | 2 | 0 | 55 | 12 | 3E | 49 | 2F |
| Octal | 314 | 321 | 40 | 2 | 0 | 125 | 22 | 76 | 111 | 57 |
| Binary | 11001100 | 11010001 | 100000 | 10 | 0 | 1010101 | 10010 | 111110 | 1001001 | 101111 |
Color Harmonies of #CCD120
Complementary color
Monochromatic Colors of #CCD120
Black with #CCD120
Text Example
Text Example
White with #CCD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD120; }
p { color: rgb(204,209,32); }
H1.HeaderClassName
{
color: #CCD120;
}
.AnyTagClassName
{
color: #CCD120;
}
</style>
background-color css
<style>
a { background-color: #CCD120; }
a { background-color: rgb(204,209,32); }
div.DivClassName
{
background-color: #CCD120;
}
.BgClassName
{
background-color: #CCD120;
}
</style>
border-color css
<style>
span { border-color: #CCD120; }
span { border-color: rgb(204,209,32); }
td.TdClassName
{
border-color: #CCD120;
}
.TagClassName
{
border-color: #CCD120;
}
</style>