Shades of Barberry #DCD919
Tints of Barberry #DCD919
RGB
CMYK
RGB Variations
Color information
#DCD919 (or 0xDCD919) is known color: Barberry. HEX triplet: DC, D9 and 19. RGB value is (220,217,25). Sum of RGB (Red+Green+Blue) = 220+217+25=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD919 is #2326E6. Grayscale: #C4C4C4. Windows color (decimal): -2303719 or 1694172. OLE color: 1694172.
HSL color Cylindrical-coordinate representation of color #DCD919: hue angle of 59.08º 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 #DCD919 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 25 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.14 |
| HSL | 59.08º | 0.8% | 0.48% | - |
| HSV(B) | 59.08º | 0.89% | 0.86% | - |
| XYZ | 54.5 | 64.91 | 10.58 | - |
| YUV | 196.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 25 | 0 | 0.01 | 0.89 | 0.14 | 59.08 | 0.8 | 0.48 |
| Hex | DC | D9 | 19 | 0 | 1 | 59 | E | 3B | 50 | 30 |
| Octal | 334 | 331 | 31 | 0 | 1 | 131 | 16 | 73 | 120 | 60 |
| Binary | 11011100 | 11011001 | 11001 | 0 | 1 | 1011001 | 1110 | 111011 | 1010000 | 110000 |
Color Harmonies of #DCD919
Complementary color
Monochromatic Colors of #DCD919
Black with #DCD919
Text Example
Text Example
White with #DCD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD919; }
p { color: rgb(220,217,25); }
H1.HeaderClassName
{
color: #DCD919;
}
.AnyTagClassName
{
color: #DCD919;
}
</style>
background-color css
<style>
a { background-color: #DCD919; }
a { background-color: rgb(220,217,25); }
div.DivClassName
{
background-color: #DCD919;
}
.BgClassName
{
background-color: #DCD919;
}
</style>
border-color css
<style>
span { border-color: #DCD919; }
span { border-color: rgb(220,217,25); }
td.TdClassName
{
border-color: #DCD919;
}
.TagClassName
{
border-color: #DCD919;
}
</style>