Shades of Barberry #CCD214
Tints of Barberry #CCD214
RGB
CMYK
RGB Variations
Color information
#CCD214 (or 0xCCD214) is known color: Barberry. HEX triplet: CC, D2 and 14. RGB value is (204,210,20). Sum of RGB (Red+Green+Blue) = 204+210+20=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD214 is #332DEB. Grayscale: #BBBBBB. Windows color (decimal): -3354092 or 1364684. OLE color: 1364684.
HSL color Cylindrical-coordinate representation of color #CCD214: hue angle of 61.89º 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 #CCD214 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 20 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.18 |
| HSL | 61.89º | 0.83% | 0.45% | - |
| HSV(B) | 61.89º | 0.9% | 0.82% | - |
| XYZ | 48.07 | 58.98 | 9.51 | - |
| YUV | 186.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 20 | 0.03 | 0 | 0.90 | 0.18 | 61.89 | 0.83 | 0.45 |
| Hex | CC | D2 | 14 | 3 | 0 | 5A | 12 | 3E | 53 | 2D |
| Octal | 314 | 322 | 24 | 3 | 0 | 132 | 22 | 76 | 123 | 55 |
| Binary | 11001100 | 11010010 | 10100 | 11 | 0 | 1011010 | 10010 | 111110 | 1010011 | 101101 |
Color Harmonies of #CCD214
Complementary color
Monochromatic Colors of #CCD214
Black with #CCD214
Text Example
Text Example
White with #CCD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD214; }
p { color: rgb(204,210,20); }
H1.HeaderClassName
{
color: #CCD214;
}
.AnyTagClassName
{
color: #CCD214;
}
</style>
background-color css
<style>
a { background-color: #CCD214; }
a { background-color: rgb(204,210,20); }
div.DivClassName
{
background-color: #CCD214;
}
.BgClassName
{
background-color: #CCD214;
}
</style>
border-color css
<style>
span { border-color: #CCD214; }
span { border-color: rgb(204,210,20); }
td.TdClassName
{
border-color: #CCD214;
}
.TagClassName
{
border-color: #CCD214;
}
</style>