Shades of Barberry #CCD014
Tints of Barberry #CCD014
RGB
CMYK
RGB Variations
Color information
#CCD014 (or 0xCCD014) is known color: Barberry. HEX triplet: CC, D0 and 14. RGB value is (204,208,20). Sum of RGB (Red+Green+Blue) = 204+208+20=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD014 is #332FEB. Grayscale: #BABABA. Windows color (decimal): -3354604 or 1364172. OLE color: 1364172.
HSL color Cylindrical-coordinate representation of color #CCD014: hue angle of 61.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCD014 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 20 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.18 |
| HSL | 61.28º | 0.82% | 0.45% | - |
| HSV(B) | 61.28º | 0.9% | 0.82% | - |
| XYZ | 47.58 | 58 | 9.35 | - |
| YUV | 185.37 | 34.67 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 20 | 0.02 | 0 | 0.90 | 0.18 | 61.28 | 0.82 | 0.45 |
| Hex | CC | D0 | 14 | 2 | 0 | 5A | 12 | 3D | 52 | 2D |
| Octal | 314 | 320 | 24 | 2 | 0 | 132 | 22 | 75 | 122 | 55 |
| Binary | 11001100 | 11010000 | 10100 | 10 | 0 | 1011010 | 10010 | 111101 | 1010010 | 101101 |
Color Harmonies of #CCD014
Complementary color
Monochromatic Colors of #CCD014
Black with #CCD014
Text Example
Text Example
White with #CCD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD014; }
p { color: rgb(204,208,20); }
H1.HeaderClassName
{
color: #CCD014;
}
.AnyTagClassName
{
color: #CCD014;
}
</style>
background-color css
<style>
a { background-color: #CCD014; }
a { background-color: rgb(204,208,20); }
div.DivClassName
{
background-color: #CCD014;
}
.BgClassName
{
background-color: #CCD014;
}
</style>
border-color css
<style>
span { border-color: #CCD014; }
span { border-color: rgb(204,208,20); }
td.TdClassName
{
border-color: #CCD014;
}
.TagClassName
{
border-color: #CCD014;
}
</style>