Shades of Barberry #CCD810
Tints of Barberry #CCD810
RGB
CMYK
RGB Variations
Color information
#CCD810 (or 0xCCD810) is known color: Barberry. HEX triplet: CC, D8 and 10. RGB value is (204,216,16). Sum of RGB (Red+Green+Blue) = 204+216+16=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD810 is #3327EF. Grayscale: #BEBEBE. Windows color (decimal): -3352560 or 1104076. OLE color: 1104076.
HSL color Cylindrical-coordinate representation of color #CCD810: hue angle of 63.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD810 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 16 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.15 |
| HSL | 63.6º | 0.86% | 0.45% | - |
| HSV(B) | 63.6º | 0.93% | 0.85% | - |
| XYZ | 49.55 | 61.99 | 9.84 | - |
| YUV | 189.61 | 30.02 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 16 | 0.06 | 0 | 0.93 | 0.15 | 63.6 | 0.86 | 0.45 |
| Hex | CC | D8 | 10 | 6 | 0 | 5D | F | 40 | 56 | 2D |
| Octal | 314 | 330 | 20 | 6 | 0 | 135 | 17 | 100 | 126 | 55 |
| Binary | 11001100 | 11011000 | 10000 | 110 | 0 | 1011101 | 1111 | 1000000 | 1010110 | 101101 |
Color Harmonies of #CCD810
Complementary color
Monochromatic Colors of #CCD810
Black with #CCD810
Text Example
Text Example
White with #CCD810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD810; }
p { color: rgb(204,216,16); }
H1.HeaderClassName
{
color: #CCD810;
}
.AnyTagClassName
{
color: #CCD810;
}
</style>
background-color css
<style>
a { background-color: #CCD810; }
a { background-color: rgb(204,216,16); }
div.DivClassName
{
background-color: #CCD810;
}
.BgClassName
{
background-color: #CCD810;
}
</style>
border-color css
<style>
span { border-color: #CCD810; }
span { border-color: rgb(204,216,16); }
td.TdClassName
{
border-color: #CCD810;
}
.TagClassName
{
border-color: #CCD810;
}
</style>