Shades of Barberry #DCD218
Tints of Barberry #DCD218
RGB
CMYK
RGB Variations
Color information
#DCD218 (or 0xDCD218) is known color: Barberry. HEX triplet: DC, D2 and 18. RGB value is (220,210,24). Sum of RGB (Red+Green+Blue) = 220+210+24=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD218 is #232DE7. Grayscale: #C0C0C0. Windows color (decimal): -2305512 or 1626844. OLE color: 1626844.
HSL color Cylindrical-coordinate representation of color #DCD218: hue angle of 56.94º 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 #DCD218 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 24 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.14 |
| HSL | 56.94º | 0.8% | 0.48% | - |
| HSV(B) | 56.94º | 0.89% | 0.86% | - |
| XYZ | 52.73 | 61.37 | 9.93 | - |
| YUV | 191.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 24 | 0 | 0.05 | 0.89 | 0.14 | 56.94 | 0.8 | 0.48 |
| Hex | DC | D2 | 18 | 0 | 5 | 59 | E | 39 | 50 | 30 |
| Octal | 334 | 322 | 30 | 0 | 5 | 131 | 16 | 71 | 120 | 60 |
| Binary | 11011100 | 11010010 | 11000 | 0 | 101 | 1011001 | 1110 | 111001 | 1010000 | 110000 |
Color Harmonies of #DCD218
Complementary color
Monochromatic Colors of #DCD218
Black with #DCD218
Text Example
Text Example
White with #DCD218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD218; }
p { color: rgb(220,210,24); }
H1.HeaderClassName
{
color: #DCD218;
}
.AnyTagClassName
{
color: #DCD218;
}
</style>
background-color css
<style>
a { background-color: #DCD218; }
a { background-color: rgb(220,210,24); }
div.DivClassName
{
background-color: #DCD218;
}
.BgClassName
{
background-color: #DCD218;
}
</style>
border-color css
<style>
span { border-color: #DCD218; }
span { border-color: rgb(220,210,24); }
td.TdClassName
{
border-color: #DCD218;
}
.TagClassName
{
border-color: #DCD218;
}
</style>