Shades of Barberry #CCD114
Tints of Barberry #CCD114
RGB
CMYK
RGB Variations
Color information
#CCD114 (or 0xCCD114) is known color: Barberry. HEX triplet: CC, D1 and 14. RGB value is (204,209,20). Sum of RGB (Red+Green+Blue) = 204+209+20=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD114 is #332EEB. Grayscale: #BABABA. Windows color (decimal): -3354348 or 1364428. OLE color: 1364428.
HSL color Cylindrical-coordinate representation of color #CCD114: hue angle of 61.59º degrees, saturation: 0.83, 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 #CCD114 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 20 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.18 |
| HSL | 61.59º | 0.83% | 0.45% | - |
| HSV(B) | 61.59º | 0.9% | 0.82% | - |
| XYZ | 47.83 | 58.49 | 9.43 | - |
| YUV | 185.96 | 34.34 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 20 | 0.02 | 0 | 0.90 | 0.18 | 61.59 | 0.83 | 0.45 |
| Hex | CC | D1 | 14 | 2 | 0 | 5A | 12 | 3E | 53 | 2D |
| Octal | 314 | 321 | 24 | 2 | 0 | 132 | 22 | 76 | 123 | 55 |
| Binary | 11001100 | 11010001 | 10100 | 10 | 0 | 1011010 | 10010 | 111110 | 1010011 | 101101 |
Color Harmonies of #CCD114
Complementary color
Monochromatic Colors of #CCD114
Black with #CCD114
Text Example
Text Example
White with #CCD114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD114; }
p { color: rgb(204,209,20); }
H1.HeaderClassName
{
color: #CCD114;
}
.AnyTagClassName
{
color: #CCD114;
}
</style>
background-color css
<style>
a { background-color: #CCD114; }
a { background-color: rgb(204,209,20); }
div.DivClassName
{
background-color: #CCD114;
}
.BgClassName
{
background-color: #CCD114;
}
</style>
border-color css
<style>
span { border-color: #CCD114; }
span { border-color: rgb(204,209,20); }
td.TdClassName
{
border-color: #CCD114;
}
.TagClassName
{
border-color: #CCD114;
}
</style>