Shades of Barberry #CCDC0D
Tints of Barberry #CCDC0D
RGB
CMYK
RGB Variations
Color information
#CCDC0D (or 0xCCDC0D) is known color: Barberry. HEX triplet: CC, DC and 0D. RGB value is (204,220,13). Sum of RGB (Red+Green+Blue) = 204+220+13=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC0D is #3323F2. Grayscale: #C0C0C0. Windows color (decimal): -3351539 or 908492. OLE color: 908492.
HSL color Cylindrical-coordinate representation of color #CCDC0D: hue angle of 64.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCDC0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.14 |
| HSL | 64.64º | 0.89% | 0.46% | - |
| HSV(B) | 64.64º | 0.94% | 0.86% | - |
| XYZ | 50.57 | 64.05 | 10.08 | - |
| YUV | 191.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 13 | 0.07 | 0 | 0.94 | 0.14 | 64.64 | 0.89 | 0.46 |
| Hex | CC | DC | D | 7 | 0 | 5E | E | 41 | 59 | 2E |
| Octal | 314 | 334 | 15 | 7 | 0 | 136 | 16 | 101 | 131 | 56 |
| Binary | 11001100 | 11011100 | 1101 | 111 | 0 | 1011110 | 1110 | 1000001 | 1011001 | 101110 |
Color Harmonies of #CCDC0D
Complementary color
Monochromatic Colors of #CCDC0D
Black with #CCDC0D
Text Example
Text Example
White with #CCDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC0D; }
p { color: rgb(204,220,13); }
H1.HeaderClassName
{
color: #CCDC0D;
}
.AnyTagClassName
{
color: #CCDC0D;
}
</style>
background-color css
<style>
a { background-color: #CCDC0D; }
a { background-color: rgb(204,220,13); }
div.DivClassName
{
background-color: #CCDC0D;
}
.BgClassName
{
background-color: #CCDC0D;
}
</style>
border-color css
<style>
span { border-color: #CCDC0D; }
span { border-color: rgb(204,220,13); }
td.TdClassName
{
border-color: #CCDC0D;
}
.TagClassName
{
border-color: #CCDC0D;
}
</style>