Shades of Barberry #CCD716
Tints of Barberry #CCD716
RGB
CMYK
RGB Variations
Color information
#CCD716 (or 0xCCD716) is known color: Barberry. HEX triplet: CC, D7 and 16. RGB value is (204,215,22). Sum of RGB (Red+Green+Blue) = 204+215+22=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD716 is #3328E9. Grayscale: #BEBEBE. Windows color (decimal): -3352810 or 1497036. OLE color: 1497036.
HSL color Cylindrical-coordinate representation of color #CCD716: hue angle of 63.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCD716 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 22 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.16 |
| HSL | 63.42º | 0.81% | 0.46% | - |
| HSV(B) | 63.42º | 0.9% | 0.84% | - |
| XYZ | 49.35 | 61.5 | 10.03 | - |
| YUV | 189.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 22 | 0.05 | 0 | 0.90 | 0.16 | 63.42 | 0.81 | 0.46 |
| Hex | CC | D7 | 16 | 5 | 0 | 5A | 10 | 3F | 51 | 2E |
| Octal | 314 | 327 | 26 | 5 | 0 | 132 | 20 | 77 | 121 | 56 |
| Binary | 11001100 | 11010111 | 10110 | 101 | 0 | 1011010 | 10000 | 111111 | 1010001 | 101110 |
Color Harmonies of #CCD716
Complementary color
Monochromatic Colors of #CCD716
Black with #CCD716
Text Example
Text Example
White with #CCD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD716; }
p { color: rgb(204,215,22); }
H1.HeaderClassName
{
color: #CCD716;
}
.AnyTagClassName
{
color: #CCD716;
}
</style>
background-color css
<style>
a { background-color: #CCD716; }
a { background-color: rgb(204,215,22); }
div.DivClassName
{
background-color: #CCD716;
}
.BgClassName
{
background-color: #CCD716;
}
</style>
border-color css
<style>
span { border-color: #CCD716; }
span { border-color: rgb(204,215,22); }
td.TdClassName
{
border-color: #CCD716;
}
.TagClassName
{
border-color: #CCD716;
}
</style>