Shades of Barberry #CCDC13
Tints of Barberry #CCDC13
RGB
CMYK
RGB Variations
Color information
#CCDC13 (or 0xCCDC13) is known color: Barberry. HEX triplet: CC, DC and 13. RGB value is (204,220,19). Sum of RGB (Red+Green+Blue) = 204+220+19=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC13 is #3323EC. Grayscale: #C1C1C1. Windows color (decimal): -3351533 or 1301708. OLE color: 1301708.
HSL color Cylindrical-coordinate representation of color #CCDC13: hue angle of 64.78º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCDC13 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 19 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.14 |
| HSL | 64.78º | 0.84% | 0.47% | - |
| HSV(B) | 64.78º | 0.91% | 0.86% | - |
| XYZ | 50.61 | 64.07 | 10.32 | - |
| YUV | 192.3 | 30.2 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 19 | 0.07 | 0 | 0.91 | 0.14 | 64.78 | 0.84 | 0.47 |
| Hex | CC | DC | 13 | 7 | 0 | 5B | E | 41 | 54 | 2F |
| Octal | 314 | 334 | 23 | 7 | 0 | 133 | 16 | 101 | 124 | 57 |
| Binary | 11001100 | 11011100 | 10011 | 111 | 0 | 1011011 | 1110 | 1000001 | 1010100 | 101111 |
Color Harmonies of #CCDC13
Complementary color
Monochromatic Colors of #CCDC13
Black with #CCDC13
Text Example
Text Example
White with #CCDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC13; }
p { color: rgb(204,220,19); }
H1.HeaderClassName
{
color: #CCDC13;
}
.AnyTagClassName
{
color: #CCDC13;
}
</style>
background-color css
<style>
a { background-color: #CCDC13; }
a { background-color: rgb(204,220,19); }
div.DivClassName
{
background-color: #CCDC13;
}
.BgClassName
{
background-color: #CCDC13;
}
</style>
border-color css
<style>
span { border-color: #CCDC13; }
span { border-color: rgb(204,220,19); }
td.TdClassName
{
border-color: #CCDC13;
}
.TagClassName
{
border-color: #CCDC13;
}
</style>