Shades of Barberry #CCD217
Tints of Barberry #CCD217
RGB
CMYK
RGB Variations
Color information
#CCD217 (or 0xCCD217) is known color: Barberry. HEX triplet: CC, D2 and 17. RGB value is (204,210,23). Sum of RGB (Red+Green+Blue) = 204+210+23=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD217 is #332DE8. Grayscale: #BBBBBB. Windows color (decimal): -3354089 or 1561292. OLE color: 1561292.
HSL color Cylindrical-coordinate representation of color #CCD217: hue angle of 61.93º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCD217 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 23 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.18 |
| HSL | 61.93º | 0.8% | 0.46% | - |
| HSV(B) | 61.93º | 0.89% | 0.82% | - |
| XYZ | 48.1 | 58.99 | 9.66 | - |
| YUV | 186.89 | 35.51 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 23 | 0.03 | 0 | 0.89 | 0.18 | 61.93 | 0.8 | 0.46 |
| Hex | CC | D2 | 17 | 3 | 0 | 59 | 12 | 3E | 50 | 2E |
| Octal | 314 | 322 | 27 | 3 | 0 | 131 | 22 | 76 | 120 | 56 |
| Binary | 11001100 | 11010010 | 10111 | 11 | 0 | 1011001 | 10010 | 111110 | 1010000 | 101110 |
Color Harmonies of #CCD217
Complementary color
Monochromatic Colors of #CCD217
Black with #CCD217
Text Example
Text Example
White with #CCD217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD217; }
p { color: rgb(204,210,23); }
H1.HeaderClassName
{
color: #CCD217;
}
.AnyTagClassName
{
color: #CCD217;
}
</style>
background-color css
<style>
a { background-color: #CCD217; }
a { background-color: rgb(204,210,23); }
div.DivClassName
{
background-color: #CCD217;
}
.BgClassName
{
background-color: #CCD217;
}
</style>
border-color css
<style>
span { border-color: #CCD217; }
span { border-color: rgb(204,210,23); }
td.TdClassName
{
border-color: #CCD217;
}
.TagClassName
{
border-color: #CCD217;
}
</style>