Shades of Barberry #DCD914
Tints of Barberry #DCD914
RGB
CMYK
RGB Variations
Color information
#DCD914 (or 0xDCD914) is known color: Barberry. HEX triplet: DC, D9 and 14. RGB value is (220,217,20). Sum of RGB (Red+Green+Blue) = 220+217+20=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD914 is #2326EB. Grayscale: #C4C4C4. Windows color (decimal): -2303724 or 1366492. OLE color: 1366492.
HSL color Cylindrical-coordinate representation of color #DCD914: hue angle of 59.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCD914 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.14 |
| HSL | 59.1º | 0.83% | 0.47% | - |
| HSV(B) | 59.1º | 0.91% | 0.86% | - |
| XYZ | 54.45 | 64.89 | 10.32 | - |
| YUV | 195.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 20 | 0 | 0.01 | 0.91 | 0.14 | 59.1 | 0.83 | 0.47 |
| Hex | DC | D9 | 14 | 0 | 1 | 5B | E | 3B | 53 | 2F |
| Octal | 334 | 331 | 24 | 0 | 1 | 133 | 16 | 73 | 123 | 57 |
| Binary | 11011100 | 11011001 | 10100 | 0 | 1 | 1011011 | 1110 | 111011 | 1010011 | 101111 |
Color Harmonies of #DCD914
Complementary color
Monochromatic Colors of #DCD914
Black with #DCD914
Text Example
Text Example
White with #DCD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD914; }
p { color: rgb(220,217,20); }
H1.HeaderClassName
{
color: #DCD914;
}
.AnyTagClassName
{
color: #DCD914;
}
</style>
background-color css
<style>
a { background-color: #DCD914; }
a { background-color: rgb(220,217,20); }
div.DivClassName
{
background-color: #DCD914;
}
.BgClassName
{
background-color: #DCD914;
}
</style>
border-color css
<style>
span { border-color: #DCD914; }
span { border-color: rgb(220,217,20); }
td.TdClassName
{
border-color: #DCD914;
}
.TagClassName
{
border-color: #DCD914;
}
</style>