Shades of Barberry #CDDC0C
Tints of Barberry #CDDC0C
RGB
CMYK
RGB Variations
Color information
#CDDC0C (or 0xCDDC0C) is known color: Barberry. HEX triplet: CD, DC and 0C. RGB value is (205,220,12). Sum of RGB (Red+Green+Blue) = 205+220+12=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC0C is #3223F3. Grayscale: #C0C0C0. Windows color (decimal): -3286004 or 842957. OLE color: 842957.
HSL color Cylindrical-coordinate representation of color #CDDC0C: hue angle of 64.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDDC0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.14 |
| HSL | 64.33º | 0.9% | 0.45% | - |
| HSV(B) | 64.33º | 0.95% | 0.86% | - |
| XYZ | 50.84 | 64.19 | 10.06 | - |
| YUV | 191.8 | 26.53 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 12 | 0.07 | 0 | 0.95 | 0.14 | 64.33 | 0.9 | 0.45 |
| Hex | CD | DC | C | 7 | 0 | 5F | E | 40 | 5A | 2D |
| Octal | 315 | 334 | 14 | 7 | 0 | 137 | 16 | 100 | 132 | 55 |
| Binary | 11001101 | 11011100 | 1100 | 111 | 0 | 1011111 | 1110 | 1000000 | 1011010 | 101101 |
Color Harmonies of #CDDC0C
Complementary color
Monochromatic Colors of #CDDC0C
Black with #CDDC0C
Text Example
Text Example
White with #CDDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC0C; }
p { color: rgb(205,220,12); }
H1.HeaderClassName
{
color: #CDDC0C;
}
.AnyTagClassName
{
color: #CDDC0C;
}
</style>
background-color css
<style>
a { background-color: #CDDC0C; }
a { background-color: rgb(205,220,12); }
div.DivClassName
{
background-color: #CDDC0C;
}
.BgClassName
{
background-color: #CDDC0C;
}
</style>
border-color css
<style>
span { border-color: #CDDC0C; }
span { border-color: rgb(205,220,12); }
td.TdClassName
{
border-color: #CDDC0C;
}
.TagClassName
{
border-color: #CDDC0C;
}
</style>