Shades of Barberry #CCDC10
Tints of Barberry #CCDC10
RGB
CMYK
RGB Variations
Color information
#CCDC10 (or 0xCCDC10) is known color: Barberry. HEX triplet: CC, DC and 10. RGB value is (204,220,16). Sum of RGB (Red+Green+Blue) = 204+220+16=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC10 is #3323EF. Grayscale: #C0C0C0. Windows color (decimal): -3351536 or 1105100. OLE color: 1105100.
HSL color Cylindrical-coordinate representation of color #CCDC10: hue angle of 64.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCDC10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.14 |
| HSL | 64.71º | 0.86% | 0.46% | - |
| HSV(B) | 64.71º | 0.93% | 0.86% | - |
| XYZ | 50.59 | 64.06 | 10.19 | - |
| YUV | 191.96 | 28.7 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 16 | 0.07 | 0 | 0.93 | 0.14 | 64.71 | 0.86 | 0.46 |
| Hex | CC | DC | 10 | 7 | 0 | 5D | E | 41 | 56 | 2E |
| Octal | 314 | 334 | 20 | 7 | 0 | 135 | 16 | 101 | 126 | 56 |
| Binary | 11001100 | 11011100 | 10000 | 111 | 0 | 1011101 | 1110 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CCDC10
Complementary color
Monochromatic Colors of #CCDC10
Black with #CCDC10
Text Example
Text Example
White with #CCDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC10; }
p { color: rgb(204,220,16); }
H1.HeaderClassName
{
color: #CCDC10;
}
.AnyTagClassName
{
color: #CCDC10;
}
</style>
background-color css
<style>
a { background-color: #CCDC10; }
a { background-color: rgb(204,220,16); }
div.DivClassName
{
background-color: #CCDC10;
}
.BgClassName
{
background-color: #CCDC10;
}
</style>
border-color css
<style>
span { border-color: #CCDC10; }
span { border-color: rgb(204,220,16); }
td.TdClassName
{
border-color: #CCDC10;
}
.TagClassName
{
border-color: #CCDC10;
}
</style>