Shades of Barberry #CCD510
Tints of Barberry #CCD510
RGB
CMYK
RGB Variations
Color information
#CCD510 (or 0xCCD510) is known color: Barberry. HEX triplet: CC, D5 and 10. RGB value is (204,213,16). Sum of RGB (Red+Green+Blue) = 204+213+16=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD510 is #332AEF. Grayscale: #BCBCBC. Windows color (decimal): -3353328 or 1103308. OLE color: 1103308.
HSL color Cylindrical-coordinate representation of color #CCD510: hue angle of 62.74º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD510 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.16 |
| HSL | 62.74º | 0.86% | 0.45% | - |
| HSV(B) | 62.74º | 0.92% | 0.84% | - |
| XYZ | 48.79 | 60.46 | 9.59 | - |
| YUV | 187.85 | 31.02 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 16 | 0.04 | 0 | 0.92 | 0.16 | 62.74 | 0.86 | 0.45 |
| Hex | CC | D5 | 10 | 4 | 0 | 5C | 10 | 3F | 56 | 2D |
| Octal | 314 | 325 | 20 | 4 | 0 | 134 | 20 | 77 | 126 | 55 |
| Binary | 11001100 | 11010101 | 10000 | 100 | 0 | 1011100 | 10000 | 111111 | 1010110 | 101101 |
Color Harmonies of #CCD510
Complementary color
Monochromatic Colors of #CCD510
Black with #CCD510
Text Example
Text Example
White with #CCD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD510; }
p { color: rgb(204,213,16); }
H1.HeaderClassName
{
color: #CCD510;
}
.AnyTagClassName
{
color: #CCD510;
}
</style>
background-color css
<style>
a { background-color: #CCD510; }
a { background-color: rgb(204,213,16); }
div.DivClassName
{
background-color: #CCD510;
}
.BgClassName
{
background-color: #CCD510;
}
</style>
border-color css
<style>
span { border-color: #CCD510; }
span { border-color: rgb(204,213,16); }
td.TdClassName
{
border-color: #CCD510;
}
.TagClassName
{
border-color: #CCD510;
}
</style>