Shades of Barberry #DED615
Tints of Barberry #DED615
RGB
CMYK
RGB Variations
Color information
#DED615 (or 0xDED615) is known color: Barberry. HEX triplet: DE, D6 and 15. RGB value is (222,214,21). Sum of RGB (Red+Green+Blue) = 222+214+21=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DED615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED615 is #2129EA. Grayscale: #C3C3C3. Windows color (decimal): -2173419 or 1431262. OLE color: 1431262.
HSL color Cylindrical-coordinate representation of color #DED615: hue angle of 57.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DED615 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 21 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.13 |
| HSL | 57.61º | 0.83% | 0.48% | - |
| HSV(B) | 57.61º | 0.91% | 0.87% | - |
| XYZ | 54.31 | 63.68 | 10.14 | - |
| YUV | 194.39 | 30.15 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 21 | 0 | 0.04 | 0.91 | 0.13 | 57.61 | 0.83 | 0.48 |
| Hex | DE | D6 | 15 | 0 | 4 | 5B | D | 3A | 53 | 30 |
| Octal | 336 | 326 | 25 | 0 | 4 | 133 | 15 | 72 | 123 | 60 |
| Binary | 11011110 | 11010110 | 10101 | 0 | 100 | 1011011 | 1101 | 111010 | 1010011 | 110000 |
Color Harmonies of #DED615
Complementary color
Monochromatic Colors of #DED615
Black with #DED615
Text Example
Text Example
White with #DED615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED615; }
p { color: rgb(222,214,21); }
H1.HeaderClassName
{
color: #DED615;
}
.AnyTagClassName
{
color: #DED615;
}
</style>
background-color css
<style>
a { background-color: #DED615; }
a { background-color: rgb(222,214,21); }
div.DivClassName
{
background-color: #DED615;
}
.BgClassName
{
background-color: #DED615;
}
</style>
border-color css
<style>
span { border-color: #DED615; }
span { border-color: rgb(222,214,21); }
td.TdClassName
{
border-color: #DED615;
}
.TagClassName
{
border-color: #DED615;
}
</style>