Shades of Barberry #CCD910
Tints of Barberry #CCD910
RGB
CMYK
RGB Variations
Color information
#CCD910 (or 0xCCD910) is known color: Barberry. HEX triplet: CC, D9 and 10. RGB value is (204,217,16). Sum of RGB (Red+Green+Blue) = 204+217+16=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD910 is #3326EF. Grayscale: #BEBEBE. Windows color (decimal): -3352304 or 1104332. OLE color: 1104332.
HSL color Cylindrical-coordinate representation of color #CCD910: hue angle of 63.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD910 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 16 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.15 |
| HSL | 63.88º | 0.86% | 0.46% | - |
| HSV(B) | 63.88º | 0.93% | 0.85% | - |
| XYZ | 49.81 | 62.5 | 9.93 | - |
| YUV | 190.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 16 | 0.06 | 0 | 0.93 | 0.15 | 63.88 | 0.86 | 0.46 |
| Hex | CC | D9 | 10 | 6 | 0 | 5D | F | 40 | 56 | 2E |
| Octal | 314 | 331 | 20 | 6 | 0 | 135 | 17 | 100 | 126 | 56 |
| Binary | 11001100 | 11011001 | 10000 | 110 | 0 | 1011101 | 1111 | 1000000 | 1010110 | 101110 |
Color Harmonies of #CCD910
Complementary color
Monochromatic Colors of #CCD910
Black with #CCD910
Text Example
Text Example
White with #CCD910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD910; }
p { color: rgb(204,217,16); }
H1.HeaderClassName
{
color: #CCD910;
}
.AnyTagClassName
{
color: #CCD910;
}
</style>
background-color css
<style>
a { background-color: #CCD910; }
a { background-color: rgb(204,217,16); }
div.DivClassName
{
background-color: #CCD910;
}
.BgClassName
{
background-color: #CCD910;
}
</style>
border-color css
<style>
span { border-color: #CCD910; }
span { border-color: rgb(204,217,16); }
td.TdClassName
{
border-color: #CCD910;
}
.TagClassName
{
border-color: #CCD910;
}
</style>