Shades of Barberry #DCD715
Tints of Barberry #DCD715
RGB
CMYK
RGB Variations
Color information
#DCD715 (or 0xDCD715) is known color: Barberry. HEX triplet: DC, D7 and 15. RGB value is (220,215,21). Sum of RGB (Red+Green+Blue) = 220+215+21=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD715 is #2328EA. Grayscale: #C3C3C3. Windows color (decimal): -2304235 or 1431516. OLE color: 1431516.
HSL color Cylindrical-coordinate representation of color #DCD715: hue angle of 58.49º 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 #DCD715 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.14 |
| HSL | 58.49º | 0.83% | 0.47% | - |
| HSV(B) | 58.49º | 0.9% | 0.86% | - |
| XYZ | 53.95 | 63.87 | 10.19 | - |
| YUV | 194.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 21 | 0 | 0.02 | 0.90 | 0.14 | 58.49 | 0.83 | 0.47 |
| Hex | DC | D7 | 15 | 0 | 2 | 5A | E | 3A | 53 | 2F |
| Octal | 334 | 327 | 25 | 0 | 2 | 132 | 16 | 72 | 123 | 57 |
| Binary | 11011100 | 11010111 | 10101 | 0 | 10 | 1011010 | 1110 | 111010 | 1010011 | 101111 |
Color Harmonies of #DCD715
Complementary color
Monochromatic Colors of #DCD715
Black with #DCD715
Text Example
Text Example
White with #DCD715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD715; }
p { color: rgb(220,215,21); }
H1.HeaderClassName
{
color: #DCD715;
}
.AnyTagClassName
{
color: #DCD715;
}
</style>
background-color css
<style>
a { background-color: #DCD715; }
a { background-color: rgb(220,215,21); }
div.DivClassName
{
background-color: #DCD715;
}
.BgClassName
{
background-color: #DCD715;
}
</style>
border-color css
<style>
span { border-color: #DCD715; }
span { border-color: rgb(220,215,21); }
td.TdClassName
{
border-color: #DCD715;
}
.TagClassName
{
border-color: #DCD715;
}
</style>