Shades of Barberry #CCDD0E
Tints of Barberry #CCDD0E
RGB
CMYK
RGB Variations
Color information
#CCDD0E (or 0xCCDD0E) is known color: Barberry. HEX triplet: CC, DD and 0E. RGB value is (204,221,14). Sum of RGB (Red+Green+Blue) = 204+221+14=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD0E is #3322F1. Grayscale: #C1C1C1. Windows color (decimal): -3351282 or 974284. OLE color: 974284.
HSL color Cylindrical-coordinate representation of color #CCDD0E: hue angle of 64.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCDD0E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.13 |
| HSL | 64.93º | 0.88% | 0.46% | - |
| HSV(B) | 64.93º | 0.94% | 0.87% | - |
| XYZ | 50.84 | 64.58 | 10.2 | - |
| YUV | 192.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 14 | 0.08 | 0 | 0.94 | 0.13 | 64.93 | 0.88 | 0.46 |
| Hex | CC | DD | E | 8 | 0 | 5E | D | 41 | 58 | 2E |
| Octal | 314 | 335 | 16 | 10 | 0 | 136 | 15 | 101 | 130 | 56 |
| Binary | 11001100 | 11011101 | 1110 | 1000 | 0 | 1011110 | 1101 | 1000001 | 1011000 | 101110 |
Color Harmonies of #CCDD0E
Complementary color
Monochromatic Colors of #CCDD0E
Black with #CCDD0E
Text Example
Text Example
White with #CCDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD0E; }
p { color: rgb(204,221,14); }
H1.HeaderClassName
{
color: #CCDD0E;
}
.AnyTagClassName
{
color: #CCDD0E;
}
</style>
background-color css
<style>
a { background-color: #CCDD0E; }
a { background-color: rgb(204,221,14); }
div.DivClassName
{
background-color: #CCDD0E;
}
.BgClassName
{
background-color: #CCDD0E;
}
</style>
border-color css
<style>
span { border-color: #CCDD0E; }
span { border-color: rgb(204,221,14); }
td.TdClassName
{
border-color: #CCDD0E;
}
.TagClassName
{
border-color: #CCDD0E;
}
</style>