Shades of Barberry #DED512
Tints of Barberry #DED512
RGB
CMYK
RGB Variations
Color information
#DED512 (or 0xDED512) is known color: Barberry. HEX triplet: DE, D5 and 12. RGB value is (222,213,18). Sum of RGB (Red+Green+Blue) = 222+213+18=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED512 is #212AED. Grayscale: #C2C2C2. Windows color (decimal): -2173678 or 1234398. OLE color: 1234398.
HSL color Cylindrical-coordinate representation of color #DED512: hue angle of 57.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED512 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 18 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.13 |
| HSL | 57.35º | 0.85% | 0.47% | - |
| HSV(B) | 57.35º | 0.92% | 0.87% | - |
| XYZ | 54.03 | 63.16 | 9.92 | - |
| YUV | 193.46 | 28.98 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 18 | 0 | 0.04 | 0.92 | 0.13 | 57.35 | 0.85 | 0.47 |
| Hex | DE | D5 | 12 | 0 | 4 | 5C | D | 39 | 55 | 2F |
| Octal | 336 | 325 | 22 | 0 | 4 | 134 | 15 | 71 | 125 | 57 |
| Binary | 11011110 | 11010101 | 10010 | 0 | 100 | 1011100 | 1101 | 111001 | 1010101 | 101111 |
Color Harmonies of #DED512
Complementary color
Monochromatic Colors of #DED512
Black with #DED512
Text Example
Text Example
White with #DED512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED512; }
p { color: rgb(222,213,18); }
H1.HeaderClassName
{
color: #DED512;
}
.AnyTagClassName
{
color: #DED512;
}
</style>
background-color css
<style>
a { background-color: #DED512; }
a { background-color: rgb(222,213,18); }
div.DivClassName
{
background-color: #DED512;
}
.BgClassName
{
background-color: #DED512;
}
</style>
border-color css
<style>
span { border-color: #DED512; }
span { border-color: rgb(222,213,18); }
td.TdClassName
{
border-color: #DED512;
}
.TagClassName
{
border-color: #DED512;
}
</style>