Shades of Barberry #DDD120
Tints of Barberry #DDD120
RGB
CMYK
RGB Variations
Color information
#DDD120 (or 0xDDD120) is known color: Barberry. HEX triplet: DD, D1 and 20. RGB value is (221,209,32). Sum of RGB (Red+Green+Blue) = 221+209+32=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD120 is #222EDF. Grayscale: #C1C1C1. Windows color (decimal): -2240224 or 2150877. OLE color: 2150877.
HSL color Cylindrical-coordinate representation of color #DDD120: hue angle of 56.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD120 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.19º | 0.75% | 0.5% | - |
| HSV(B) | 56.19º | 0.86% | 0.87% | - |
| XYZ | 52.88 | 61.08 | 10.37 | - |
| YUV | 192.41 | 37.48 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 32 | 0 | 0.05 | 0.86 | 0.13 | 56.19 | 0.75 | 0.5 |
| Hex | DD | D1 | 20 | 0 | 5 | 56 | D | 38 | 4B | 32 |
| Octal | 335 | 321 | 40 | 0 | 5 | 126 | 15 | 70 | 113 | 62 |
| Binary | 11011101 | 11010001 | 100000 | 0 | 101 | 1010110 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DDD120
Complementary color
Monochromatic Colors of #DDD120
Black with #DDD120
Text Example
Text Example
White with #DDD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD120; }
p { color: rgb(221,209,32); }
H1.HeaderClassName
{
color: #DDD120;
}
.AnyTagClassName
{
color: #DDD120;
}
</style>
background-color css
<style>
a { background-color: #DDD120; }
a { background-color: rgb(221,209,32); }
div.DivClassName
{
background-color: #DDD120;
}
.BgClassName
{
background-color: #DDD120;
}
</style>
border-color css
<style>
span { border-color: #DDD120; }
span { border-color: rgb(221,209,32); }
td.TdClassName
{
border-color: #DDD120;
}
.TagClassName
{
border-color: #DDD120;
}
</style>