Shades of Barberry #DCD514
Tints of Barberry #DCD514
RGB
CMYK
RGB Variations
Color information
#DCD514 (or 0xDCD514) is known color: Barberry. HEX triplet: DC, D5 and 14. RGB value is (220,213,20). Sum of RGB (Red+Green+Blue) = 220+213+20=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD514 is #232AEB. Grayscale: #C1C1C1. Windows color (decimal): -2304748 or 1365468. OLE color: 1365468.
HSL color Cylindrical-coordinate representation of color #DCD514: hue angle of 57.9º 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 #DCD514 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 20 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.14 |
| HSL | 57.9º | 0.83% | 0.47% | - |
| HSV(B) | 57.9º | 0.91% | 0.86% | - |
| XYZ | 53.44 | 62.85 | 9.98 | - |
| YUV | 193.09 | 30.32 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 20 | 0 | 0.03 | 0.91 | 0.14 | 57.9 | 0.83 | 0.47 |
| Hex | DC | D5 | 14 | 0 | 3 | 5B | E | 3A | 53 | 2F |
| Octal | 334 | 325 | 24 | 0 | 3 | 133 | 16 | 72 | 123 | 57 |
| Binary | 11011100 | 11010101 | 10100 | 0 | 11 | 1011011 | 1110 | 111010 | 1010011 | 101111 |
Color Harmonies of #DCD514
Complementary color
Monochromatic Colors of #DCD514
Black with #DCD514
Text Example
Text Example
White with #DCD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD514; }
p { color: rgb(220,213,20); }
H1.HeaderClassName
{
color: #DCD514;
}
.AnyTagClassName
{
color: #DCD514;
}
</style>
background-color css
<style>
a { background-color: #DCD514; }
a { background-color: rgb(220,213,20); }
div.DivClassName
{
background-color: #DCD514;
}
.BgClassName
{
background-color: #DCD514;
}
</style>
border-color css
<style>
span { border-color: #DCD514; }
span { border-color: rgb(220,213,20); }
td.TdClassName
{
border-color: #DCD514;
}
.TagClassName
{
border-color: #DCD514;
}
</style>