Shades of Barberry #CCD614
Tints of Barberry #CCD614
RGB
CMYK
RGB Variations
Color information
#CCD614 (or 0xCCD614) is known color: Barberry. HEX triplet: CC, D6 and 14. RGB value is (204,214,20). Sum of RGB (Red+Green+Blue) = 204+214+20=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD614 is #3329EB. Grayscale: #BDBDBD. Windows color (decimal): -3353068 or 1365708. OLE color: 1365708.
HSL color Cylindrical-coordinate representation of color #CCD614: hue angle of 63.09º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCD614 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 20 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.16 |
| HSL | 63.09º | 0.83% | 0.46% | - |
| HSV(B) | 63.09º | 0.91% | 0.84% | - |
| XYZ | 49.07 | 60.98 | 9.85 | - |
| YUV | 188.89 | 32.69 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 20 | 0.05 | 0 | 0.91 | 0.16 | 63.09 | 0.83 | 0.46 |
| Hex | CC | D6 | 14 | 5 | 0 | 5B | 10 | 3F | 53 | 2E |
| Octal | 314 | 326 | 24 | 5 | 0 | 133 | 20 | 77 | 123 | 56 |
| Binary | 11001100 | 11010110 | 10100 | 101 | 0 | 1011011 | 10000 | 111111 | 1010011 | 101110 |
Color Harmonies of #CCD614
Complementary color
Monochromatic Colors of #CCD614
Black with #CCD614
Text Example
Text Example
White with #CCD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD614; }
p { color: rgb(204,214,20); }
H1.HeaderClassName
{
color: #CCD614;
}
.AnyTagClassName
{
color: #CCD614;
}
</style>
background-color css
<style>
a { background-color: #CCD614; }
a { background-color: rgb(204,214,20); }
div.DivClassName
{
background-color: #CCD614;
}
.BgClassName
{
background-color: #CCD614;
}
</style>
border-color css
<style>
span { border-color: #CCD614; }
span { border-color: rgb(204,214,20); }
td.TdClassName
{
border-color: #CCD614;
}
.TagClassName
{
border-color: #CCD614;
}
</style>