Shades of Barberry #CCDC11
Tints of Barberry #CCDC11
RGB
CMYK
RGB Variations
Color information
#CCDC11 (or 0xCCDC11) is known color: Barberry. HEX triplet: CC, DC and 11. RGB value is (204,220,17). Sum of RGB (Red+Green+Blue) = 204+220+17=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC11 is #3323EE. Grayscale: #C0C0C0. Windows color (decimal): -3351535 or 1170636. OLE color: 1170636.
HSL color Cylindrical-coordinate representation of color #CCDC11: hue angle of 64.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCDC11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.14 |
| HSL | 64.73º | 0.86% | 0.46% | - |
| HSV(B) | 64.73º | 0.92% | 0.86% | - |
| XYZ | 50.6 | 64.06 | 10.23 | - |
| YUV | 192.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 17 | 0.07 | 0 | 0.92 | 0.14 | 64.73 | 0.86 | 0.46 |
| Hex | CC | DC | 11 | 7 | 0 | 5C | E | 41 | 56 | 2E |
| Octal | 314 | 334 | 21 | 7 | 0 | 134 | 16 | 101 | 126 | 56 |
| Binary | 11001100 | 11011100 | 10001 | 111 | 0 | 1011100 | 1110 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CCDC11
Complementary color
Monochromatic Colors of #CCDC11
Black with #CCDC11
Text Example
Text Example
White with #CCDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC11; }
p { color: rgb(204,220,17); }
H1.HeaderClassName
{
color: #CCDC11;
}
.AnyTagClassName
{
color: #CCDC11;
}
</style>
background-color css
<style>
a { background-color: #CCDC11; }
a { background-color: rgb(204,220,17); }
div.DivClassName
{
background-color: #CCDC11;
}
.BgClassName
{
background-color: #CCDC11;
}
</style>
border-color css
<style>
span { border-color: #CCDC11; }
span { border-color: rgb(204,220,17); }
td.TdClassName
{
border-color: #CCDC11;
}
.TagClassName
{
border-color: #CCDC11;
}
</style>