Shades of Barberry #DDD913
Tints of Barberry #DDD913
RGB
CMYK
RGB Variations
Color information
#DDD913 (or 0xDDD913) is known color: Barberry. HEX triplet: DD, D9 and 13. RGB value is (221,217,19). Sum of RGB (Red+Green+Blue) = 221+217+19=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD913 is #2226EC. Grayscale: #C4C4C4. Windows color (decimal): -2238189 or 1300957. OLE color: 1300957.
HSL color Cylindrical-coordinate representation of color #DDD913: hue angle of 58.81º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDD913 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.81º | 0.84% | 0.47% | - |
| HSV(B) | 58.81º | 0.91% | 0.87% | - |
| XYZ | 54.75 | 65.04 | 10.29 | - |
| YUV | 195.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 19 | 0 | 0.02 | 0.91 | 0.13 | 58.81 | 0.84 | 0.47 |
| Hex | DD | D9 | 13 | 0 | 2 | 5B | D | 3B | 54 | 2F |
| Octal | 335 | 331 | 23 | 0 | 2 | 133 | 15 | 73 | 124 | 57 |
| Binary | 11011101 | 11011001 | 10011 | 0 | 10 | 1011011 | 1101 | 111011 | 1010100 | 101111 |
Color Harmonies of #DDD913
Complementary color
Monochromatic Colors of #DDD913
Black with #DDD913
Text Example
Text Example
White with #DDD913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD913; }
p { color: rgb(221,217,19); }
H1.HeaderClassName
{
color: #DDD913;
}
.AnyTagClassName
{
color: #DDD913;
}
</style>
background-color css
<style>
a { background-color: #DDD913; }
a { background-color: rgb(221,217,19); }
div.DivClassName
{
background-color: #DDD913;
}
.BgClassName
{
background-color: #DDD913;
}
</style>
border-color css
<style>
span { border-color: #DDD913; }
span { border-color: rgb(221,217,19); }
td.TdClassName
{
border-color: #DDD913;
}
.TagClassName
{
border-color: #DDD913;
}
</style>