Shades of Barberry #DDD515
Tints of Barberry #DDD515
RGB
CMYK
RGB Variations
Color information
#DDD515 (or 0xDDD515) is known color: Barberry. HEX triplet: DD, D5 and 15. RGB value is (221,213,21). Sum of RGB (Red+Green+Blue) = 221+213+21=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD515 is #222AEA. Grayscale: #C2C2C2. Windows color (decimal): -2239211 or 1431005. OLE color: 1431005.
HSL color Cylindrical-coordinate representation of color #DDD515: hue angle of 57.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD515 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 21 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57.6º | 0.83% | 0.47% | - |
| HSV(B) | 57.6º | 0.9% | 0.87% | - |
| XYZ | 53.75 | 63.01 | 10.04 | - |
| YUV | 193.5 | 30.65 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 21 | 0 | 0.04 | 0.90 | 0.13 | 57.6 | 0.83 | 0.47 |
| Hex | DD | D5 | 15 | 0 | 4 | 5A | D | 3A | 53 | 2F |
| Octal | 335 | 325 | 25 | 0 | 4 | 132 | 15 | 72 | 123 | 57 |
| Binary | 11011101 | 11010101 | 10101 | 0 | 100 | 1011010 | 1101 | 111010 | 1010011 | 101111 |
Color Harmonies of #DDD515
Complementary color
Monochromatic Colors of #DDD515
Black with #DDD515
Text Example
Text Example
White with #DDD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD515; }
p { color: rgb(221,213,21); }
H1.HeaderClassName
{
color: #DDD515;
}
.AnyTagClassName
{
color: #DDD515;
}
</style>
background-color css
<style>
a { background-color: #DDD515; }
a { background-color: rgb(221,213,21); }
div.DivClassName
{
background-color: #DDD515;
}
.BgClassName
{
background-color: #DDD515;
}
</style>
border-color css
<style>
span { border-color: #DDD515; }
span { border-color: rgb(221,213,21); }
td.TdClassName
{
border-color: #DDD515;
}
.TagClassName
{
border-color: #DDD515;
}
</style>