Shades of Barberry #CCD817
Tints of Barberry #CCD817
RGB
CMYK
RGB Variations
Color information
#CCD817 (or 0xCCD817) is known color: Barberry. HEX triplet: CC, D8 and 17. RGB value is (204,216,23). Sum of RGB (Red+Green+Blue) = 204+216+23=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD817 is #3327E8. Grayscale: #BFBFBF. Windows color (decimal): -3352553 or 1562828. OLE color: 1562828.
HSL color Cylindrical-coordinate representation of color #CCD817: hue angle of 63.73º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCD817 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.15 |
| HSL | 63.73º | 0.81% | 0.47% | - |
| HSV(B) | 63.73º | 0.89% | 0.85% | - |
| XYZ | 49.61 | 62.01 | 10.17 | - |
| YUV | 190.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 23 | 0.06 | 0 | 0.89 | 0.15 | 63.73 | 0.81 | 0.47 |
| Hex | CC | D8 | 17 | 6 | 0 | 59 | F | 40 | 51 | 2F |
| Octal | 314 | 330 | 27 | 6 | 0 | 131 | 17 | 100 | 121 | 57 |
| Binary | 11001100 | 11011000 | 10111 | 110 | 0 | 1011001 | 1111 | 1000000 | 1010001 | 101111 |
Color Harmonies of #CCD817
Complementary color
Monochromatic Colors of #CCD817
Black with #CCD817
Text Example
Text Example
White with #CCD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD817; }
p { color: rgb(204,216,23); }
H1.HeaderClassName
{
color: #CCD817;
}
.AnyTagClassName
{
color: #CCD817;
}
</style>
background-color css
<style>
a { background-color: #CCD817; }
a { background-color: rgb(204,216,23); }
div.DivClassName
{
background-color: #CCD817;
}
.BgClassName
{
background-color: #CCD817;
}
</style>
border-color css
<style>
span { border-color: #CCD817; }
span { border-color: rgb(204,216,23); }
td.TdClassName
{
border-color: #CCD817;
}
.TagClassName
{
border-color: #CCD817;
}
</style>