Shades of Barberry #DCD512
Tints of Barberry #DCD512
RGB
CMYK
RGB Variations
Color information
#DCD512 (or 0xDCD512) is known color: Barberry. HEX triplet: DC, D5 and 12. RGB value is (220,213,18). Sum of RGB (Red+Green+Blue) = 220+213+18=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD512 is #232AED. Grayscale: #C1C1C1. Windows color (decimal): -2304750 or 1234396. OLE color: 1234396.
HSL color Cylindrical-coordinate representation of color #DCD512: hue angle of 57.92º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD512 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.14 |
| HSL | 57.92º | 0.85% | 0.47% | - |
| HSV(B) | 57.92º | 0.92% | 0.86% | - |
| XYZ | 53.42 | 62.85 | 9.89 | - |
| YUV | 192.86 | 29.32 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 18 | 0 | 0.03 | 0.92 | 0.14 | 57.92 | 0.85 | 0.47 |
| Hex | DC | D5 | 12 | 0 | 3 | 5C | E | 3A | 55 | 2F |
| Octal | 334 | 325 | 22 | 0 | 3 | 134 | 16 | 72 | 125 | 57 |
| Binary | 11011100 | 11010101 | 10010 | 0 | 11 | 1011100 | 1110 | 111010 | 1010101 | 101111 |
Color Harmonies of #DCD512
Complementary color
Monochromatic Colors of #DCD512
Black with #DCD512
Text Example
Text Example
White with #DCD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD512; }
p { color: rgb(220,213,18); }
H1.HeaderClassName
{
color: #DCD512;
}
.AnyTagClassName
{
color: #DCD512;
}
</style>
background-color css
<style>
a { background-color: #DCD512; }
a { background-color: rgb(220,213,18); }
div.DivClassName
{
background-color: #DCD512;
}
.BgClassName
{
background-color: #DCD512;
}
</style>
border-color css
<style>
span { border-color: #DCD512; }
span { border-color: rgb(220,213,18); }
td.TdClassName
{
border-color: #DCD512;
}
.TagClassName
{
border-color: #DCD512;
}
</style>