Shades of Barberry #DDD522
Tints of Barberry #DDD522
RGB
CMYK
RGB Variations
Color information
#DDD522 (or 0xDDD522) is known color: Barberry. HEX triplet: DD, D5 and 22. RGB value is (221,213,34). Sum of RGB (Red+Green+Blue) = 221+213+34=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD522 is #222ADD. Grayscale: #C3C3C3. Windows color (decimal): -2239198 or 2282973. OLE color: 2282973.
HSL color Cylindrical-coordinate representation of color #DDD522: hue angle of 57.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDD522 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 34 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.13 |
| HSL | 57.43º | 0.73% | 0.5% | - |
| HSV(B) | 57.43º | 0.85% | 0.87% | - |
| XYZ | 53.9 | 63.08 | 10.85 | - |
| YUV | 194.99 | 37.15 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 34 | 0 | 0.04 | 0.85 | 0.13 | 57.43 | 0.73 | 0.5 |
| Hex | DD | D5 | 22 | 0 | 4 | 55 | D | 39 | 49 | 32 |
| Octal | 335 | 325 | 42 | 0 | 4 | 125 | 15 | 71 | 111 | 62 |
| Binary | 11011101 | 11010101 | 100010 | 0 | 100 | 1010101 | 1101 | 111001 | 1001001 | 110010 |
Color Harmonies of #DDD522
Complementary color
Monochromatic Colors of #DDD522
Black with #DDD522
Text Example
Text Example
White with #DDD522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD522; }
p { color: rgb(221,213,34); }
H1.HeaderClassName
{
color: #DDD522;
}
.AnyTagClassName
{
color: #DDD522;
}
</style>
background-color css
<style>
a { background-color: #DDD522; }
a { background-color: rgb(221,213,34); }
div.DivClassName
{
background-color: #DDD522;
}
.BgClassName
{
background-color: #DDD522;
}
</style>
border-color css
<style>
span { border-color: #DDD522; }
span { border-color: rgb(221,213,34); }
td.TdClassName
{
border-color: #DDD522;
}
.TagClassName
{
border-color: #DDD522;
}
</style>