Shades of Barberry #CCD710
Tints of Barberry #CCD710
RGB
CMYK
RGB Variations
Color information
#CCD710 (or 0xCCD710) is known color: Barberry. HEX triplet: CC, D7 and 10. RGB value is (204,215,16). Sum of RGB (Red+Green+Blue) = 204+215+16=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD710 is #3328EF. Grayscale: #BDBDBD. Windows color (decimal): -3352816 or 1103820. OLE color: 1103820.
HSL color Cylindrical-coordinate representation of color #CCD710: hue angle of 63.32º 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 #CCD710 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.32º | 0.86% | 0.45% | - |
| HSV(B) | 63.32º | 0.93% | 0.84% | - |
| XYZ | 49.3 | 61.48 | 9.76 | - |
| YUV | 189.03 | 30.36 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 16 | 0.05 | 0 | 0.93 | 0.16 | 63.32 | 0.86 | 0.45 |
| Hex | CC | D7 | 10 | 5 | 0 | 5D | 10 | 3F | 56 | 2D |
| Octal | 314 | 327 | 20 | 5 | 0 | 135 | 20 | 77 | 126 | 55 |
| Binary | 11001100 | 11010111 | 10000 | 101 | 0 | 1011101 | 10000 | 111111 | 1010110 | 101101 |
Color Harmonies of #CCD710
Complementary color
Monochromatic Colors of #CCD710
Black with #CCD710
Text Example
Text Example
White with #CCD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD710; }
p { color: rgb(204,215,16); }
H1.HeaderClassName
{
color: #CCD710;
}
.AnyTagClassName
{
color: #CCD710;
}
</style>
background-color css
<style>
a { background-color: #CCD710; }
a { background-color: rgb(204,215,16); }
div.DivClassName
{
background-color: #CCD710;
}
.BgClassName
{
background-color: #CCD710;
}
</style>
border-color css
<style>
span { border-color: #CCD710; }
span { border-color: rgb(204,215,16); }
td.TdClassName
{
border-color: #CCD710;
}
.TagClassName
{
border-color: #CCD710;
}
</style>