Shades of Barberry #DDD213
Tints of Barberry #DDD213
RGB
CMYK
RGB Variations
Color information
#DDD213 (or 0xDDD213) is known color: Barberry. HEX triplet: DD, D2 and 13. RGB value is (221,210,19). Sum of RGB (Red+Green+Blue) = 221+210+19=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD213 is #222DEC. Grayscale: #C0C0C0. Windows color (decimal): -2239981 or 1299165. OLE color: 1299165.
HSL color Cylindrical-coordinate representation of color #DDD213: hue angle of 56.73º 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 #DDD213 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 56.73º | 0.84% | 0.47% | - |
| HSV(B) | 56.73º | 0.91% | 0.87% | - |
| XYZ | 52.98 | 61.51 | 9.7 | - |
| YUV | 191.52 | 30.64 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 19 | 0 | 0.05 | 0.91 | 0.13 | 56.73 | 0.84 | 0.47 |
| Hex | DD | D2 | 13 | 0 | 5 | 5B | D | 39 | 54 | 2F |
| Octal | 335 | 322 | 23 | 0 | 5 | 133 | 15 | 71 | 124 | 57 |
| Binary | 11011101 | 11010010 | 10011 | 0 | 101 | 1011011 | 1101 | 111001 | 1010100 | 101111 |
Color Harmonies of #DDD213
Complementary color
Monochromatic Colors of #DDD213
Black with #DDD213
Text Example
Text Example
White with #DDD213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD213; }
p { color: rgb(221,210,19); }
H1.HeaderClassName
{
color: #DDD213;
}
.AnyTagClassName
{
color: #DDD213;
}
</style>
background-color css
<style>
a { background-color: #DDD213; }
a { background-color: rgb(221,210,19); }
div.DivClassName
{
background-color: #DDD213;
}
.BgClassName
{
background-color: #DDD213;
}
</style>
border-color css
<style>
span { border-color: #DDD213; }
span { border-color: rgb(221,210,19); }
td.TdClassName
{
border-color: #DDD213;
}
.TagClassName
{
border-color: #DDD213;
}
</style>