Shades of Barberry #DDE015
Tints of Barberry #DDE015
RGB
CMYK
RGB Variations
Color information
#DDE015 (or 0xDDE015) is known color: Barberry. HEX triplet: DD, E0 and 15. RGB value is (221,224,21). Sum of RGB (Red+Green+Blue) = 221+224+21=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE015 is #221FEA. Grayscale: #C8C8C8. Windows color (decimal): -2236395 or 1433821. OLE color: 1433821.
HSL color Cylindrical-coordinate representation of color #DDE015: hue angle of 60.89º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE015 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.12 |
| HSL | 60.89º | 0.83% | 0.48% | - |
| HSV(B) | 60.89º | 0.91% | 0.88% | - |
| XYZ | 56.61 | 68.74 | 10.99 | - |
| YUV | 199.96 | 27.01 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 21 | 0.01 | 0 | 0.91 | 0.12 | 60.89 | 0.83 | 0.48 |
| Hex | DD | E0 | 15 | 1 | 0 | 5B | C | 3D | 53 | 30 |
| Octal | 335 | 340 | 25 | 1 | 0 | 133 | 14 | 75 | 123 | 60 |
| Binary | 11011101 | 11100000 | 10101 | 1 | 0 | 1011011 | 1100 | 111101 | 1010011 | 110000 |
Color Harmonies of #DDE015
Complementary color
Monochromatic Colors of #DDE015
Black with #DDE015
Text Example
Text Example
White with #DDE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE015; }
p { color: rgb(221,224,21); }
H1.HeaderClassName
{
color: #DDE015;
}
.AnyTagClassName
{
color: #DDE015;
}
</style>
background-color css
<style>
a { background-color: #DDE015; }
a { background-color: rgb(221,224,21); }
div.DivClassName
{
background-color: #DDE015;
}
.BgClassName
{
background-color: #DDE015;
}
</style>
border-color css
<style>
span { border-color: #DDE015; }
span { border-color: rgb(221,224,21); }
td.TdClassName
{
border-color: #DDE015;
}
.TagClassName
{
border-color: #DDE015;
}
</style>