Shades of Barberry #DDD129
Tints of Barberry #DDD129
RGB
CMYK
RGB Variations
Color information
#DDD129 (or 0xDDD129) is known color: Barberry. HEX triplet: DD, D1 and 29. RGB value is (221,209,41). Sum of RGB (Red+Green+Blue) = 221+209+41=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 41 (16.41% from 255 or 8.70% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD129 is #222ED6. Grayscale: #C2C2C2. Windows color (decimal): -2240215 or 2740701. OLE color: 2740701.
HSL color Cylindrical-coordinate representation of color #DDD129: hue angle of 56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD129 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 41 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.13 |
| HSL | 56º | 0.73% | 0.51% | - |
| HSV(B) | 56º | 0.81% | 0.87% | - |
| XYZ | 53.02 | 61.13 | 11.1 | - |
| YUV | 193.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 41 | 0 | 0.05 | 0.81 | 0.13 | 56 | 0.73 | 0.51 |
| Hex | DD | D1 | 29 | 0 | 5 | 51 | D | 38 | 49 | 33 |
| Octal | 335 | 321 | 51 | 0 | 5 | 121 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010001 | 101001 | 0 | 101 | 1010001 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD129
Complementary color
Monochromatic Colors of #DDD129
Black with #DDD129
Text Example
Text Example
White with #DDD129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD129; }
p { color: rgb(221,209,41); }
H1.HeaderClassName
{
color: #DDD129;
}
.AnyTagClassName
{
color: #DDD129;
}
</style>
background-color css
<style>
a { background-color: #DDD129; }
a { background-color: rgb(221,209,41); }
div.DivClassName
{
background-color: #DDD129;
}
.BgClassName
{
background-color: #DDD129;
}
</style>
border-color css
<style>
span { border-color: #DDD129; }
span { border-color: rgb(221,209,41); }
td.TdClassName
{
border-color: #DDD129;
}
.TagClassName
{
border-color: #DDD129;
}
</style>