Shades of Barberry #DCD015
Tints of Barberry #DCD015
RGB
CMYK
RGB Variations
Color information
#DCD015 (or 0xDCD015) is known color: Barberry. HEX triplet: DC, D0 and 15. RGB value is (220,208,21). Sum of RGB (Red+Green+Blue) = 220+208+21=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD015 is #232FEA. Grayscale: #BFBFBF. Windows color (decimal): -2306027 or 1429724. OLE color: 1429724.
HSL color Cylindrical-coordinate representation of color #DCD015: hue angle of 56.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD015 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 21 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.14 |
| HSL | 56.38º | 0.83% | 0.47% | - |
| HSV(B) | 56.38º | 0.9% | 0.86% | - |
| XYZ | 52.21 | 60.38 | 9.61 | - |
| YUV | 190.27 | 32.48 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 21 | 0 | 0.05 | 0.90 | 0.14 | 56.38 | 0.83 | 0.47 |
| Hex | DC | D0 | 15 | 0 | 5 | 5A | E | 38 | 53 | 2F |
| Octal | 334 | 320 | 25 | 0 | 5 | 132 | 16 | 70 | 123 | 57 |
| Binary | 11011100 | 11010000 | 10101 | 0 | 101 | 1011010 | 1110 | 111000 | 1010011 | 101111 |
Color Harmonies of #DCD015
Complementary color
Monochromatic Colors of #DCD015
Black with #DCD015
Text Example
Text Example
White with #DCD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD015; }
p { color: rgb(220,208,21); }
H1.HeaderClassName
{
color: #DCD015;
}
.AnyTagClassName
{
color: #DCD015;
}
</style>
background-color css
<style>
a { background-color: #DCD015; }
a { background-color: rgb(220,208,21); }
div.DivClassName
{
background-color: #DCD015;
}
.BgClassName
{
background-color: #DCD015;
}
</style>
border-color css
<style>
span { border-color: #DCD015; }
span { border-color: rgb(220,208,21); }
td.TdClassName
{
border-color: #DCD015;
}
.TagClassName
{
border-color: #DCD015;
}
</style>