Shades of Barberry #DCD819
Tints of Barberry #DCD819
RGB
CMYK
RGB Variations
Color information
#DCD819 (or 0xDCD819) is known color: Barberry. HEX triplet: DC, D8 and 19. RGB value is (220,216,25). Sum of RGB (Red+Green+Blue) = 220+216+25=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD819 is #2327E6. Grayscale: #C4C4C4. Windows color (decimal): -2303975 or 1693916. OLE color: 1693916.
HSL color Cylindrical-coordinate representation of color #DCD819: hue angle of 58.77º 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 #DCD819 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 25 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.14 |
| HSL | 58.77º | 0.8% | 0.48% | - |
| HSV(B) | 58.77º | 0.89% | 0.86% | - |
| XYZ | 54.25 | 64.4 | 10.49 | - |
| YUV | 195.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 25 | 0 | 0.02 | 0.89 | 0.14 | 58.77 | 0.8 | 0.48 |
| Hex | DC | D8 | 19 | 0 | 2 | 59 | E | 3B | 50 | 30 |
| Octal | 334 | 330 | 31 | 0 | 2 | 131 | 16 | 73 | 120 | 60 |
| Binary | 11011100 | 11011000 | 11001 | 0 | 10 | 1011001 | 1110 | 111011 | 1010000 | 110000 |
Color Harmonies of #DCD819
Complementary color
Monochromatic Colors of #DCD819
Black with #DCD819
Text Example
Text Example
White with #DCD819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD819; }
p { color: rgb(220,216,25); }
H1.HeaderClassName
{
color: #DCD819;
}
.AnyTagClassName
{
color: #DCD819;
}
</style>
background-color css
<style>
a { background-color: #DCD819; }
a { background-color: rgb(220,216,25); }
div.DivClassName
{
background-color: #DCD819;
}
.BgClassName
{
background-color: #DCD819;
}
</style>
border-color css
<style>
span { border-color: #DCD819; }
span { border-color: rgb(220,216,25); }
td.TdClassName
{
border-color: #DCD819;
}
.TagClassName
{
border-color: #DCD819;
}
</style>