Shades of Barberry #DCD013
Tints of Barberry #DCD013
RGB
CMYK
RGB Variations
Color information
#DCD013 (or 0xDCD013) is known color: Barberry. HEX triplet: DC, D0 and 13. RGB value is (220,208,19). Sum of RGB (Red+Green+Blue) = 220+208+19=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD013 is #232FEC. Grayscale: #BEBEBE. Windows color (decimal): -2306029 or 1298652. OLE color: 1298652.
HSL color Cylindrical-coordinate representation of color #DCD013: hue angle of 56.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCD013 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.14 |
| HSL | 56.42º | 0.84% | 0.47% | - |
| HSV(B) | 56.42º | 0.91% | 0.86% | - |
| XYZ | 52.19 | 60.37 | 9.52 | - |
| YUV | 190.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 19 | 0 | 0.05 | 0.91 | 0.14 | 56.42 | 0.84 | 0.47 |
| Hex | DC | D0 | 13 | 0 | 5 | 5B | E | 38 | 54 | 2F |
| Octal | 334 | 320 | 23 | 0 | 5 | 133 | 16 | 70 | 124 | 57 |
| Binary | 11011100 | 11010000 | 10011 | 0 | 101 | 1011011 | 1110 | 111000 | 1010100 | 101111 |
Color Harmonies of #DCD013
Complementary color
Monochromatic Colors of #DCD013
Black with #DCD013
Text Example
Text Example
White with #DCD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD013; }
p { color: rgb(220,208,19); }
H1.HeaderClassName
{
color: #DCD013;
}
.AnyTagClassName
{
color: #DCD013;
}
</style>
background-color css
<style>
a { background-color: #DCD013; }
a { background-color: rgb(220,208,19); }
div.DivClassName
{
background-color: #DCD013;
}
.BgClassName
{
background-color: #DCD013;
}
</style>
border-color css
<style>
span { border-color: #DCD013; }
span { border-color: rgb(220,208,19); }
td.TdClassName
{
border-color: #DCD013;
}
.TagClassName
{
border-color: #DCD013;
}
</style>