Shades of Barberry #DDD50D
Tints of Barberry #DDD50D
RGB
CMYK
RGB Variations
Color information
#DDD50D (or 0xDDD50D) is known color: Barberry. HEX triplet: DD, D5 and 0D. RGB value is (221,213,13). Sum of RGB (Red+Green+Blue) = 221+213+13=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD50D is #222AF2. Grayscale: #C1C1C1. Windows color (decimal): -2239219 or 906717. OLE color: 906717.
HSL color Cylindrical-coordinate representation of color #DDD50D: hue angle of 57.69º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDD50D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.13 |
| HSL | 57.69º | 0.89% | 0.46% | - |
| HSV(B) | 57.69º | 0.94% | 0.87% | - |
| XYZ | 53.69 | 62.99 | 9.71 | - |
| YUV | 192.59 | 26.65 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 13 | 0 | 0.04 | 0.94 | 0.13 | 57.69 | 0.89 | 0.46 |
| Hex | DD | D5 | D | 0 | 4 | 5E | D | 3A | 59 | 2E |
| Octal | 335 | 325 | 15 | 0 | 4 | 136 | 15 | 72 | 131 | 56 |
| Binary | 11011101 | 11010101 | 1101 | 0 | 100 | 1011110 | 1101 | 111010 | 1011001 | 101110 |
Color Harmonies of #DDD50D
Complementary color
Monochromatic Colors of #DDD50D
Black with #DDD50D
Text Example
Text Example
White with #DDD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD50D; }
p { color: rgb(221,213,13); }
H1.HeaderClassName
{
color: #DDD50D;
}
.AnyTagClassName
{
color: #DDD50D;
}
</style>
background-color css
<style>
a { background-color: #DDD50D; }
a { background-color: rgb(221,213,13); }
div.DivClassName
{
background-color: #DDD50D;
}
.BgClassName
{
background-color: #DDD50D;
}
</style>
border-color css
<style>
span { border-color: #DDD50D; }
span { border-color: rgb(221,213,13); }
td.TdClassName
{
border-color: #DDD50D;
}
.TagClassName
{
border-color: #DDD50D;
}
</style>