Shades of Barberry #DCD619
Tints of Barberry #DCD619
RGB
CMYK
RGB Variations
Color information
#DCD619 (or 0xDCD619) is known color: Barberry. HEX triplet: DC, D6 and 19. RGB value is (220,214,25). Sum of RGB (Red+Green+Blue) = 220+214+25=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD619 is #2329E6. Grayscale: #C3C3C3. Windows color (decimal): -2304487 or 1693404. OLE color: 1693404.
HSL color Cylindrical-coordinate representation of color #DCD619: hue angle of 58.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCD619 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.14 |
| HSL | 58.15º | 0.8% | 0.48% | - |
| HSV(B) | 58.15º | 0.89% | 0.86% | - |
| XYZ | 53.74 | 63.38 | 10.32 | - |
| YUV | 194.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 25 | 0 | 0.03 | 0.89 | 0.14 | 58.15 | 0.8 | 0.48 |
| Hex | DC | D6 | 19 | 0 | 3 | 59 | E | 3A | 50 | 30 |
| Octal | 334 | 326 | 31 | 0 | 3 | 131 | 16 | 72 | 120 | 60 |
| Binary | 11011100 | 11010110 | 11001 | 0 | 11 | 1011001 | 1110 | 111010 | 1010000 | 110000 |
Color Harmonies of #DCD619
Complementary color
Monochromatic Colors of #DCD619
Black with #DCD619
Text Example
Text Example
White with #DCD619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD619; }
p { color: rgb(220,214,25); }
H1.HeaderClassName
{
color: #DCD619;
}
.AnyTagClassName
{
color: #DCD619;
}
</style>
background-color css
<style>
a { background-color: #DCD619; }
a { background-color: rgb(220,214,25); }
div.DivClassName
{
background-color: #DCD619;
}
.BgClassName
{
background-color: #DCD619;
}
</style>
border-color css
<style>
span { border-color: #DCD619; }
span { border-color: rgb(220,214,25); }
td.TdClassName
{
border-color: #DCD619;
}
.TagClassName
{
border-color: #DCD619;
}
</style>