Shades of Barberry #DDD424
Tints of Barberry #DDD424
RGB
CMYK
RGB Variations
Color information
#DDD424 (or 0xDDD424) is known color: Barberry. HEX triplet: DD, D4 and 24. RGB value is (221,212,36). Sum of RGB (Red+Green+Blue) = 221+212+36=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD424 is #222BDB. Grayscale: #C3C3C3. Windows color (decimal): -2239452 or 2413789. OLE color: 2413789.
HSL color Cylindrical-coordinate representation of color #DDD424: hue angle of 57.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDD424 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 36 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.13 |
| HSL | 57.08º | 0.73% | 0.5% | - |
| HSV(B) | 57.08º | 0.84% | 0.87% | - |
| XYZ | 53.68 | 62.59 | 10.92 | - |
| YUV | 194.63 | 38.48 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 36 | 0 | 0.04 | 0.84 | 0.13 | 57.08 | 0.73 | 0.5 |
| Hex | DD | D4 | 24 | 0 | 4 | 54 | D | 39 | 49 | 32 |
| Octal | 335 | 324 | 44 | 0 | 4 | 124 | 15 | 71 | 111 | 62 |
| Binary | 11011101 | 11010100 | 100100 | 0 | 100 | 1010100 | 1101 | 111001 | 1001001 | 110010 |
Color Harmonies of #DDD424
Complementary color
Monochromatic Colors of #DDD424
Black with #DDD424
Text Example
Text Example
White with #DDD424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD424; }
p { color: rgb(221,212,36); }
H1.HeaderClassName
{
color: #DDD424;
}
.AnyTagClassName
{
color: #DDD424;
}
</style>
background-color css
<style>
a { background-color: #DDD424; }
a { background-color: rgb(221,212,36); }
div.DivClassName
{
background-color: #DDD424;
}
.BgClassName
{
background-color: #DDD424;
}
</style>
border-color css
<style>
span { border-color: #DDD424; }
span { border-color: rgb(221,212,36); }
td.TdClassName
{
border-color: #DDD424;
}
.TagClassName
{
border-color: #DDD424;
}
</style>