Shades of Barberry #DDD722
Tints of Barberry #DDD722
RGB
CMYK
RGB Variations
Color information
#DDD722 (or 0xDDD722) is known color: Barberry. HEX triplet: DD, D7 and 22. RGB value is (221,215,34). Sum of RGB (Red+Green+Blue) = 221+215+34=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD722 is #2228DD. Grayscale: #C4C4C4. Windows color (decimal): -2238686 or 2283485. OLE color: 2283485.
HSL color Cylindrical-coordinate representation of color #DDD722: hue angle of 58.07º 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 #DDD722 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 34 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.13 |
| HSL | 58.07º | 0.73% | 0.5% | - |
| HSV(B) | 58.07º | 0.85% | 0.87% | - |
| XYZ | 54.41 | 64.09 | 11.02 | - |
| YUV | 196.16 | 36.49 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 34 | 0 | 0.03 | 0.85 | 0.13 | 58.07 | 0.73 | 0.5 |
| Hex | DD | D7 | 22 | 0 | 3 | 55 | D | 3A | 49 | 32 |
| Octal | 335 | 327 | 42 | 0 | 3 | 125 | 15 | 72 | 111 | 62 |
| Binary | 11011101 | 11010111 | 100010 | 0 | 11 | 1010101 | 1101 | 111010 | 1001001 | 110010 |
Color Harmonies of #DDD722
Complementary color
Monochromatic Colors of #DDD722
Black with #DDD722
Text Example
Text Example
White with #DDD722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD722; }
p { color: rgb(221,215,34); }
H1.HeaderClassName
{
color: #DDD722;
}
.AnyTagClassName
{
color: #DDD722;
}
</style>
background-color css
<style>
a { background-color: #DDD722; }
a { background-color: rgb(221,215,34); }
div.DivClassName
{
background-color: #DDD722;
}
.BgClassName
{
background-color: #DDD722;
}
</style>
border-color css
<style>
span { border-color: #DDD722; }
span { border-color: rgb(221,215,34); }
td.TdClassName
{
border-color: #DDD722;
}
.TagClassName
{
border-color: #DDD722;
}
</style>