Shades of Barberry #DCD019
Tints of Barberry #DCD019
RGB
CMYK
RGB Variations
Color information
#DCD019 (or 0xDCD019) is known color: Barberry. HEX triplet: DC, D0 and 19. RGB value is (220,208,25). Sum of RGB (Red+Green+Blue) = 220+208+25=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 25 (10.16% from 255 or 5.52% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD019 is #232FE6. Grayscale: #BFBFBF. Windows color (decimal): -2306023 or 1691868. OLE color: 1691868.
HSL color Cylindrical-coordinate representation of color #DCD019: hue angle of 56.31º 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 #DCD019 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 25 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.14 |
| HSL | 56.31º | 0.8% | 0.48% | - |
| HSV(B) | 56.31º | 0.89% | 0.86% | - |
| XYZ | 52.25 | 60.4 | 9.82 | - |
| YUV | 190.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 25 | 0 | 0.05 | 0.89 | 0.14 | 56.31 | 0.8 | 0.48 |
| Hex | DC | D0 | 19 | 0 | 5 | 59 | E | 38 | 50 | 30 |
| Octal | 334 | 320 | 31 | 0 | 5 | 131 | 16 | 70 | 120 | 60 |
| Binary | 11011100 | 11010000 | 11001 | 0 | 101 | 1011001 | 1110 | 111000 | 1010000 | 110000 |
Color Harmonies of #DCD019
Complementary color
Monochromatic Colors of #DCD019
Black with #DCD019
Text Example
Text Example
White with #DCD019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD019; }
p { color: rgb(220,208,25); }
H1.HeaderClassName
{
color: #DCD019;
}
.AnyTagClassName
{
color: #DCD019;
}
</style>
background-color css
<style>
a { background-color: #DCD019; }
a { background-color: rgb(220,208,25); }
div.DivClassName
{
background-color: #DCD019;
}
.BgClassName
{
background-color: #DCD019;
}
</style>
border-color css
<style>
span { border-color: #DCD019; }
span { border-color: rgb(220,208,25); }
td.TdClassName
{
border-color: #DCD019;
}
.TagClassName
{
border-color: #DCD019;
}
</style>