Shades of Barberry #DDD022
Tints of Barberry #DDD022
RGB
CMYK
RGB Variations
Color information
#DDD022 (or 0xDDD022) is known color: Barberry. HEX triplet: DD, D0 and 22. RGB value is (221,208,34). Sum of RGB (Red+Green+Blue) = 221+208+34=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD022 is #222FDD. Grayscale: #C0C0C0. Windows color (decimal): -2240478 or 2281693. OLE color: 2281693.
HSL color Cylindrical-coordinate representation of color #DDD022: hue angle of 55.83º 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 #DDD022 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.83º | 0.73% | 0.5% | - |
| HSV(B) | 55.83º | 0.85% | 0.87% | - |
| XYZ | 52.66 | 60.6 | 10.43 | - |
| YUV | 192.05 | 38.81 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 34 | 0 | 0.06 | 0.85 | 0.13 | 55.83 | 0.73 | 0.5 |
| Hex | DD | D0 | 22 | 0 | 6 | 55 | D | 38 | 49 | 32 |
| Octal | 335 | 320 | 42 | 0 | 6 | 125 | 15 | 70 | 111 | 62 |
| Binary | 11011101 | 11010000 | 100010 | 0 | 110 | 1010101 | 1101 | 111000 | 1001001 | 110010 |
Color Harmonies of #DDD022
Complementary color
Monochromatic Colors of #DDD022
Black with #DDD022
Text Example
Text Example
White with #DDD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD022; }
p { color: rgb(221,208,34); }
H1.HeaderClassName
{
color: #DDD022;
}
.AnyTagClassName
{
color: #DDD022;
}
</style>
background-color css
<style>
a { background-color: #DDD022; }
a { background-color: rgb(221,208,34); }
div.DivClassName
{
background-color: #DDD022;
}
.BgClassName
{
background-color: #DDD022;
}
</style>
border-color css
<style>
span { border-color: #DDD022; }
span { border-color: rgb(221,208,34); }
td.TdClassName
{
border-color: #DDD022;
}
.TagClassName
{
border-color: #DDD022;
}
</style>