Shades of Barberry #CCD913
Tints of Barberry #CCD913
RGB
CMYK
RGB Variations
Color information
#CCD913 (or 0xCCD913) is known color: Barberry. HEX triplet: CC, D9 and 13. RGB value is (204,217,19). Sum of RGB (Red+Green+Blue) = 204+217+19=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD913 is #3326EC. Grayscale: #BFBFBF. Windows color (decimal): -3352301 or 1300940. OLE color: 1300940.
HSL color Cylindrical-coordinate representation of color #CCD913: hue angle of 63.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCD913 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 19 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.15 |
| HSL | 63.94º | 0.84% | 0.46% | - |
| HSV(B) | 63.94º | 0.91% | 0.85% | - |
| XYZ | 49.83 | 62.51 | 10.06 | - |
| YUV | 190.54 | 31.19 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 19 | 0.06 | 0 | 0.91 | 0.15 | 63.94 | 0.84 | 0.46 |
| Hex | CC | D9 | 13 | 6 | 0 | 5B | F | 40 | 54 | 2E |
| Octal | 314 | 331 | 23 | 6 | 0 | 133 | 17 | 100 | 124 | 56 |
| Binary | 11001100 | 11011001 | 10011 | 110 | 0 | 1011011 | 1111 | 1000000 | 1010100 | 101110 |
Color Harmonies of #CCD913
Complementary color
Monochromatic Colors of #CCD913
Black with #CCD913
Text Example
Text Example
White with #CCD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD913; }
p { color: rgb(204,217,19); }
H1.HeaderClassName
{
color: #CCD913;
}
.AnyTagClassName
{
color: #CCD913;
}
</style>
background-color css
<style>
a { background-color: #CCD913; }
a { background-color: rgb(204,217,19); }
div.DivClassName
{
background-color: #CCD913;
}
.BgClassName
{
background-color: #CCD913;
}
</style>
border-color css
<style>
span { border-color: #CCD913; }
span { border-color: rgb(204,217,19); }
td.TdClassName
{
border-color: #CCD913;
}
.TagClassName
{
border-color: #CCD913;
}
</style>