Shades of Barberry #DCD517
Tints of Barberry #DCD517
RGB
CMYK
RGB Variations
Color information
#DCD517 (or 0xDCD517) is known color: Barberry. HEX triplet: DC, D5 and 17. RGB value is (220,213,23). Sum of RGB (Red+Green+Blue) = 220+213+23=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD517 is #232AE8. Grayscale: #C2C2C2. Windows color (decimal): -2304745 or 1562076. OLE color: 1562076.
HSL color Cylindrical-coordinate representation of color #DCD517: hue angle of 57.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD517 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.14 |
| HSL | 57.87º | 0.81% | 0.48% | - |
| HSV(B) | 57.87º | 0.9% | 0.86% | - |
| XYZ | 53.46 | 62.87 | 10.13 | - |
| YUV | 193.43 | 31.82 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 23 | 0 | 0.03 | 0.90 | 0.14 | 57.87 | 0.81 | 0.48 |
| Hex | DC | D5 | 17 | 0 | 3 | 5A | E | 3A | 51 | 30 |
| Octal | 334 | 325 | 27 | 0 | 3 | 132 | 16 | 72 | 121 | 60 |
| Binary | 11011100 | 11010101 | 10111 | 0 | 11 | 1011010 | 1110 | 111010 | 1010001 | 110000 |
Color Harmonies of #DCD517
Complementary color
Monochromatic Colors of #DCD517
Black with #DCD517
Text Example
Text Example
White with #DCD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD517; }
p { color: rgb(220,213,23); }
H1.HeaderClassName
{
color: #DCD517;
}
.AnyTagClassName
{
color: #DCD517;
}
</style>
background-color css
<style>
a { background-color: #DCD517; }
a { background-color: rgb(220,213,23); }
div.DivClassName
{
background-color: #DCD517;
}
.BgClassName
{
background-color: #DCD517;
}
</style>
border-color css
<style>
span { border-color: #DCD517; }
span { border-color: rgb(220,213,23); }
td.TdClassName
{
border-color: #DCD517;
}
.TagClassName
{
border-color: #DCD517;
}
</style>