Shades of Barberry #DCDD10
Tints of Barberry #DCDD10
RGB
CMYK
RGB Variations
Color information
#DCDD10 (or 0xDCDD10) is known color: Barberry. HEX triplet: DC, DD and 10. RGB value is (220,221,16). Sum of RGB (Red+Green+Blue) = 220+221+16=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD10 is #2322EF. Grayscale: #C6C6C6. Windows color (decimal): -2302704 or 1105372. OLE color: 1105372.
HSL color Cylindrical-coordinate representation of color #DCDD10: hue angle of 60.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCDD10 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 16 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.13 |
| HSL | 60.29º | 0.86% | 0.46% | - |
| HSV(B) | 60.29º | 0.93% | 0.87% | - |
| XYZ | 55.47 | 66.97 | 10.49 | - |
| YUV | 197.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 16 | 0.00 | 0 | 0.93 | 0.13 | 60.29 | 0.86 | 0.46 |
| Hex | DC | DD | 10 | 0 | 0 | 5D | D | 3C | 56 | 2E |
| Octal | 334 | 335 | 20 | 0 | 0 | 135 | 15 | 74 | 126 | 56 |
| Binary | 11011100 | 11011101 | 10000 | 0 | 0 | 1011101 | 1101 | 111100 | 1010110 | 101110 |
Color Harmonies of #DCDD10
Complementary color
Monochromatic Colors of #DCDD10
Black with #DCDD10
Text Example
Text Example
White with #DCDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD10; }
p { color: rgb(220,221,16); }
H1.HeaderClassName
{
color: #DCDD10;
}
.AnyTagClassName
{
color: #DCDD10;
}
</style>
background-color css
<style>
a { background-color: #DCDD10; }
a { background-color: rgb(220,221,16); }
div.DivClassName
{
background-color: #DCDD10;
}
.BgClassName
{
background-color: #DCDD10;
}
</style>
border-color css
<style>
span { border-color: #DCDD10; }
span { border-color: rgb(220,221,16); }
td.TdClassName
{
border-color: #DCDD10;
}
.TagClassName
{
border-color: #DCDD10;
}
</style>