Shades of Barberry #CCD215
Tints of Barberry #CCD215
RGB
CMYK
RGB Variations
Color information
#CCD215 (or 0xCCD215) is known color: Barberry. HEX triplet: CC, D2 and 15. RGB value is (204,210,21). Sum of RGB (Red+Green+Blue) = 204+210+21=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD215 is #332DEA. Grayscale: #BBBBBB. Windows color (decimal): -3354091 or 1430220. OLE color: 1430220.
HSL color Cylindrical-coordinate representation of color #CCD215: hue angle of 61.9º 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 #CCD215 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.18 |
| HSL | 61.9º | 0.82% | 0.45% | - |
| HSV(B) | 61.9º | 0.9% | 0.82% | - |
| XYZ | 48.08 | 58.98 | 9.56 | - |
| YUV | 186.66 | 34.51 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 21 | 0.03 | 0 | 0.90 | 0.18 | 61.9 | 0.82 | 0.45 |
| Hex | CC | D2 | 15 | 3 | 0 | 5A | 12 | 3E | 52 | 2D |
| Octal | 314 | 322 | 25 | 3 | 0 | 132 | 22 | 76 | 122 | 55 |
| Binary | 11001100 | 11010010 | 10101 | 11 | 0 | 1011010 | 10010 | 111110 | 1010010 | 101101 |
Color Harmonies of #CCD215
Complementary color
Monochromatic Colors of #CCD215
Black with #CCD215
Text Example
Text Example
White with #CCD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD215; }
p { color: rgb(204,210,21); }
H1.HeaderClassName
{
color: #CCD215;
}
.AnyTagClassName
{
color: #CCD215;
}
</style>
background-color css
<style>
a { background-color: #CCD215; }
a { background-color: rgb(204,210,21); }
div.DivClassName
{
background-color: #CCD215;
}
.BgClassName
{
background-color: #CCD215;
}
</style>
border-color css
<style>
span { border-color: #CCD215; }
span { border-color: rgb(204,210,21); }
td.TdClassName
{
border-color: #CCD215;
}
.TagClassName
{
border-color: #CCD215;
}
</style>