Shades of Barberry #DCDD13
Tints of Barberry #DCDD13
RGB
CMYK
RGB Variations
Color information
#DCDD13 (or 0xDCDD13) is known color: Barberry. HEX triplet: DC, DD and 13. RGB value is (220,221,19). Sum of RGB (Red+Green+Blue) = 220+221+19=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD13 is #2322EC. Grayscale: #C6C6C6. Windows color (decimal): -2302701 or 1301980. OLE color: 1301980.
HSL color Cylindrical-coordinate representation of color #DCDD13: hue angle of 60.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCDD13 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 19 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.13 |
| HSL | 60.3º | 0.84% | 0.47% | - |
| HSV(B) | 60.3º | 0.91% | 0.87% | - |
| XYZ | 55.49 | 66.98 | 10.62 | - |
| YUV | 197.67 | 27.17 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 19 | 0.00 | 0 | 0.91 | 0.13 | 60.3 | 0.84 | 0.47 |
| Hex | DC | DD | 13 | 0 | 0 | 5B | D | 3C | 54 | 2F |
| Octal | 334 | 335 | 23 | 0 | 0 | 133 | 15 | 74 | 124 | 57 |
| Binary | 11011100 | 11011101 | 10011 | 0 | 0 | 1011011 | 1101 | 111100 | 1010100 | 101111 |
Color Harmonies of #DCDD13
Complementary color
Monochromatic Colors of #DCDD13
Black with #DCDD13
Text Example
Text Example
White with #DCDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD13; }
p { color: rgb(220,221,19); }
H1.HeaderClassName
{
color: #DCDD13;
}
.AnyTagClassName
{
color: #DCDD13;
}
</style>
background-color css
<style>
a { background-color: #DCDD13; }
a { background-color: rgb(220,221,19); }
div.DivClassName
{
background-color: #DCDD13;
}
.BgClassName
{
background-color: #DCDD13;
}
</style>
border-color css
<style>
span { border-color: #DCDD13; }
span { border-color: rgb(220,221,19); }
td.TdClassName
{
border-color: #DCDD13;
}
.TagClassName
{
border-color: #DCDD13;
}
</style>