Shades of Barberry #CCDD10
Tints of Barberry #CCDD10
RGB
CMYK
RGB Variations
Color information
#CCDD10 (or 0xCCDD10) is known color: Barberry. HEX triplet: CC, DD and 10. RGB value is (204,221,16). Sum of RGB (Red+Green+Blue) = 204+221+16=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD10 is #3322EF. Grayscale: #C1C1C1. Windows color (decimal): -3351280 or 1105356. OLE color: 1105356.
HSL color Cylindrical-coordinate representation of color #CCDD10: hue angle of 64.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCDD10 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 16 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.13 |
| HSL | 64.98º | 0.86% | 0.46% | - |
| HSV(B) | 64.98º | 0.93% | 0.87% | - |
| XYZ | 50.85 | 64.59 | 10.28 | - |
| YUV | 192.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 16 | 0.08 | 0 | 0.93 | 0.13 | 64.98 | 0.86 | 0.46 |
| Hex | CC | DD | 10 | 8 | 0 | 5D | D | 41 | 56 | 2E |
| Octal | 314 | 335 | 20 | 10 | 0 | 135 | 15 | 101 | 126 | 56 |
| Binary | 11001100 | 11011101 | 10000 | 1000 | 0 | 1011101 | 1101 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CCDD10
Complementary color
Monochromatic Colors of #CCDD10
Black with #CCDD10
Text Example
Text Example
White with #CCDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD10; }
p { color: rgb(204,221,16); }
H1.HeaderClassName
{
color: #CCDD10;
}
.AnyTagClassName
{
color: #CCDD10;
}
</style>
background-color css
<style>
a { background-color: #CCDD10; }
a { background-color: rgb(204,221,16); }
div.DivClassName
{
background-color: #CCDD10;
}
.BgClassName
{
background-color: #CCDD10;
}
</style>
border-color css
<style>
span { border-color: #CCDD10; }
span { border-color: rgb(204,221,16); }
td.TdClassName
{
border-color: #CCDD10;
}
.TagClassName
{
border-color: #CCDD10;
}
</style>