Shades of Barberry #CCD610
Tints of Barberry #CCD610
RGB
CMYK
RGB Variations
Color information
#CCD610 (or 0xCCD610) is known color: Barberry. HEX triplet: CC, D6 and 10. RGB value is (204,214,16). Sum of RGB (Red+Green+Blue) = 204+214+16=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD610 is #3329EF. Grayscale: #BDBDBD. Windows color (decimal): -3353072 or 1103564. OLE color: 1103564.
HSL color Cylindrical-coordinate representation of color #CCD610: hue angle of 63.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD610 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.03º | 0.86% | 0.45% | - |
| HSV(B) | 63.03º | 0.93% | 0.84% | - |
| XYZ | 49.04 | 60.97 | 9.67 | - |
| YUV | 188.44 | 30.69 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 16 | 0.05 | 0 | 0.93 | 0.16 | 63.03 | 0.86 | 0.45 |
| Hex | CC | D6 | 10 | 5 | 0 | 5D | 10 | 3F | 56 | 2D |
| Octal | 314 | 326 | 20 | 5 | 0 | 135 | 20 | 77 | 126 | 55 |
| Binary | 11001100 | 11010110 | 10000 | 101 | 0 | 1011101 | 10000 | 111111 | 1010110 | 101101 |
Color Harmonies of #CCD610
Complementary color
Monochromatic Colors of #CCD610
Black with #CCD610
Text Example
Text Example
White with #CCD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD610; }
p { color: rgb(204,214,16); }
H1.HeaderClassName
{
color: #CCD610;
}
.AnyTagClassName
{
color: #CCD610;
}
</style>
background-color css
<style>
a { background-color: #CCD610; }
a { background-color: rgb(204,214,16); }
div.DivClassName
{
background-color: #CCD610;
}
.BgClassName
{
background-color: #CCD610;
}
</style>
border-color css
<style>
span { border-color: #CCD610; }
span { border-color: rgb(204,214,16); }
td.TdClassName
{
border-color: #CCD610;
}
.TagClassName
{
border-color: #CCD610;
}
</style>