Shades of Barberry #DDD622
Tints of Barberry #DDD622
RGB
CMYK
RGB Variations
Color information
#DDD622 (or 0xDDD622) is known color: Barberry. HEX triplet: DD, D6 and 22. RGB value is (221,214,34). Sum of RGB (Red+Green+Blue) = 221+214+34=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD622 is #2229DD. Grayscale: #C4C4C4. Windows color (decimal): -2238942 or 2283229. OLE color: 2283229.
HSL color Cylindrical-coordinate representation of color #DDD622: hue angle of 57.75º 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 #DDD622 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 34 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.13 |
| HSL | 57.75º | 0.73% | 0.5% | - |
| HSV(B) | 57.75º | 0.85% | 0.87% | - |
| XYZ | 54.15 | 63.58 | 10.93 | - |
| YUV | 195.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 34 | 0 | 0.03 | 0.85 | 0.13 | 57.75 | 0.73 | 0.5 |
| Hex | DD | D6 | 22 | 0 | 3 | 55 | D | 3A | 49 | 32 |
| Octal | 335 | 326 | 42 | 0 | 3 | 125 | 15 | 72 | 111 | 62 |
| Binary | 11011101 | 11010110 | 100010 | 0 | 11 | 1010101 | 1101 | 111010 | 1001001 | 110010 |
Color Harmonies of #DDD622
Complementary color
Monochromatic Colors of #DDD622
Black with #DDD622
Text Example
Text Example
White with #DDD622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD622; }
p { color: rgb(221,214,34); }
H1.HeaderClassName
{
color: #DDD622;
}
.AnyTagClassName
{
color: #DDD622;
}
</style>
background-color css
<style>
a { background-color: #DDD622; }
a { background-color: rgb(221,214,34); }
div.DivClassName
{
background-color: #DDD622;
}
.BgClassName
{
background-color: #DDD622;
}
</style>
border-color css
<style>
span { border-color: #DDD622; }
span { border-color: rgb(221,214,34); }
td.TdClassName
{
border-color: #DDD622;
}
.TagClassName
{
border-color: #DDD622;
}
</style>