Shades of Barberry #DCD719
Tints of Barberry #DCD719
RGB
CMYK
RGB Variations
Color information
#DCD719 (or 0xDCD719) is known color: Barberry. HEX triplet: DC, D7 and 19. RGB value is (220,215,25). Sum of RGB (Red+Green+Blue) = 220+215+25=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD719 is #2328E6. Grayscale: #C3C3C3. Windows color (decimal): -2304231 or 1693660. OLE color: 1693660.
HSL color Cylindrical-coordinate representation of color #DCD719: hue angle of 58.46º 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 #DCD719 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.14 |
| HSL | 58.46º | 0.8% | 0.48% | - |
| HSV(B) | 58.46º | 0.89% | 0.86% | - |
| XYZ | 53.99 | 63.89 | 10.41 | - |
| YUV | 194.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 25 | 0 | 0.02 | 0.89 | 0.14 | 58.46 | 0.8 | 0.48 |
| Hex | DC | D7 | 19 | 0 | 2 | 59 | E | 3A | 50 | 30 |
| Octal | 334 | 327 | 31 | 0 | 2 | 131 | 16 | 72 | 120 | 60 |
| Binary | 11011100 | 11010111 | 11001 | 0 | 10 | 1011001 | 1110 | 111010 | 1010000 | 110000 |
Color Harmonies of #DCD719
Complementary color
Monochromatic Colors of #DCD719
Black with #DCD719
Text Example
Text Example
White with #DCD719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD719; }
p { color: rgb(220,215,25); }
H1.HeaderClassName
{
color: #DCD719;
}
.AnyTagClassName
{
color: #DCD719;
}
</style>
background-color css
<style>
a { background-color: #DCD719; }
a { background-color: rgb(220,215,25); }
div.DivClassName
{
background-color: #DCD719;
}
.BgClassName
{
background-color: #DCD719;
}
</style>
border-color css
<style>
span { border-color: #DCD719; }
span { border-color: rgb(220,215,25); }
td.TdClassName
{
border-color: #DCD719;
}
.TagClassName
{
border-color: #DCD719;
}
</style>