Shades of Barberry #DCDD14
Tints of Barberry #DCDD14
RGB
CMYK
RGB Variations
Color information
#DCDD14 (or 0xDCDD14) is known color: Barberry. HEX triplet: DC, DD and 14. RGB value is (220,221,20). Sum of RGB (Red+Green+Blue) = 220+221+20=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD14 is #2322EB. Grayscale: #C6C6C6. Windows color (decimal): -2302700 or 1367516. OLE color: 1367516.
HSL color Cylindrical-coordinate representation of color #DCDD14: hue angle of 60.3º degrees, saturation: 0.83, 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 #DCDD14 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 20 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.13 |
| HSL | 60.3º | 0.83% | 0.47% | - |
| HSV(B) | 60.3º | 0.91% | 0.87% | - |
| XYZ | 55.5 | 66.98 | 10.67 | - |
| YUV | 197.79 | 27.67 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 20 | 0.00 | 0 | 0.91 | 0.13 | 60.3 | 0.83 | 0.47 |
| Hex | DC | DD | 14 | 0 | 0 | 5B | D | 3C | 53 | 2F |
| Octal | 334 | 335 | 24 | 0 | 0 | 133 | 15 | 74 | 123 | 57 |
| Binary | 11011100 | 11011101 | 10100 | 0 | 0 | 1011011 | 1101 | 111100 | 1010011 | 101111 |
Color Harmonies of #DCDD14
Complementary color
Monochromatic Colors of #DCDD14
Black with #DCDD14
Text Example
Text Example
White with #DCDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD14; }
p { color: rgb(220,221,20); }
H1.HeaderClassName
{
color: #DCDD14;
}
.AnyTagClassName
{
color: #DCDD14;
}
</style>
background-color css
<style>
a { background-color: #DCDD14; }
a { background-color: rgb(220,221,20); }
div.DivClassName
{
background-color: #DCDD14;
}
.BgClassName
{
background-color: #DCDD14;
}
</style>
border-color css
<style>
span { border-color: #DCDD14; }
span { border-color: rgb(220,221,20); }
td.TdClassName
{
border-color: #DCDD14;
}
.TagClassName
{
border-color: #DCDD14;
}
</style>