Shades of Barberry #DCD018
Tints of Barberry #DCD018
RGB
CMYK
RGB Variations
Color information
#DCD018 (or 0xDCD018) is known color: Barberry. HEX triplet: DC, D0 and 18. RGB value is (220,208,24). Sum of RGB (Red+Green+Blue) = 220+208+24=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD018 is #232FE7. Grayscale: #BFBFBF. Windows color (decimal): -2306024 or 1626332. OLE color: 1626332.
HSL color Cylindrical-coordinate representation of color #DCD018: hue angle of 56.33º 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 #DCD018 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 24 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.14 |
| HSL | 56.33º | 0.8% | 0.48% | - |
| HSV(B) | 56.33º | 0.89% | 0.86% | - |
| XYZ | 52.24 | 60.39 | 9.77 | - |
| YUV | 190.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 24 | 0 | 0.05 | 0.89 | 0.14 | 56.33 | 0.8 | 0.48 |
| Hex | DC | D0 | 18 | 0 | 5 | 59 | E | 38 | 50 | 30 |
| Octal | 334 | 320 | 30 | 0 | 5 | 131 | 16 | 70 | 120 | 60 |
| Binary | 11011100 | 11010000 | 11000 | 0 | 101 | 1011001 | 1110 | 111000 | 1010000 | 110000 |
Color Harmonies of #DCD018
Complementary color
Monochromatic Colors of #DCD018
Black with #DCD018
Text Example
Text Example
White with #DCD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD018; }
p { color: rgb(220,208,24); }
H1.HeaderClassName
{
color: #DCD018;
}
.AnyTagClassName
{
color: #DCD018;
}
</style>
background-color css
<style>
a { background-color: #DCD018; }
a { background-color: rgb(220,208,24); }
div.DivClassName
{
background-color: #DCD018;
}
.BgClassName
{
background-color: #DCD018;
}
</style>
border-color css
<style>
span { border-color: #DCD018; }
span { border-color: rgb(220,208,24); }
td.TdClassName
{
border-color: #DCD018;
}
.TagClassName
{
border-color: #DCD018;
}
</style>