Shades of Barberry #DCD816
Tints of Barberry #DCD816
RGB
CMYK
RGB Variations
Color information
#DCD816 (or 0xDCD816) is known color: Barberry. HEX triplet: DC, D8 and 16. RGB value is (220,216,22). Sum of RGB (Red+Green+Blue) = 220+216+22=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD816 is #2327E9. Grayscale: #C3C3C3. Windows color (decimal): -2303978 or 1497308. OLE color: 1497308.
HSL color Cylindrical-coordinate representation of color #DCD816: hue angle of 58.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD816 is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 22 | - |
| CMYK | 0 | 0.02 | 0.9 | 0.14 |
| HSL | 58.79º | 0.82% | 0.47% | - |
| HSV(B) | 58.79º | 0.9% | 0.86% | - |
| XYZ | 54.22 | 64.39 | 10.33 | - |
| YUV | 195.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 22 | 0 | 0.02 | 0.9 | 0.14 | 58.79 | 0.82 | 0.47 |
| Hex | DC | D8 | 16 | 0 | 2 | 5A | E | 3B | 52 | 2F |
| Octal | 334 | 330 | 26 | 0 | 2 | 132 | 16 | 73 | 122 | 57 |
| Binary | 11011100 | 11011000 | 10110 | 0 | 10 | 1011010 | 1110 | 111011 | 1010010 | 101111 |
Color Harmonies of #DCD816
Complementary color
Monochromatic Colors of #DCD816
Black with #DCD816
Text Example
Text Example
White with #DCD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD816; }
p { color: rgb(220,216,22); }
H1.HeaderClassName
{
color: #DCD816;
}
.AnyTagClassName
{
color: #DCD816;
}
</style>
background-color css
<style>
a { background-color: #DCD816; }
a { background-color: rgb(220,216,22); }
div.DivClassName
{
background-color: #DCD816;
}
.BgClassName
{
background-color: #DCD816;
}
</style>
border-color css
<style>
span { border-color: #DCD816; }
span { border-color: rgb(220,216,22); }
td.TdClassName
{
border-color: #DCD816;
}
.TagClassName
{
border-color: #DCD816;
}
</style>