Shades of Barberry #DDD229
Tints of Barberry #DDD229
RGB
CMYK
RGB Variations
Color information
#DDD229 (or 0xDDD229) is known color: Barberry. HEX triplet: DD, D2 and 29. RGB value is (221,210,41). Sum of RGB (Red+Green+Blue) = 221+210+41=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD229 is #222DD6. Grayscale: #C2C2C2. Windows color (decimal): -2239959 or 2740957. OLE color: 2740957.
HSL color Cylindrical-coordinate representation of color #DDD229: hue angle of 56.33º 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 #DDD229 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 41 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.13 |
| HSL | 56.33º | 0.73% | 0.51% | - |
| HSV(B) | 56.33º | 0.81% | 0.87% | - |
| XYZ | 53.27 | 61.63 | 11.19 | - |
| YUV | 194.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 41 | 0 | 0.05 | 0.81 | 0.13 | 56.33 | 0.73 | 0.51 |
| Hex | DD | D2 | 29 | 0 | 5 | 51 | D | 38 | 49 | 33 |
| Octal | 335 | 322 | 51 | 0 | 5 | 121 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010010 | 101001 | 0 | 101 | 1010001 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD229
Complementary color
Monochromatic Colors of #DDD229
Black with #DDD229
Text Example
Text Example
White with #DDD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD229; }
p { color: rgb(221,210,41); }
H1.HeaderClassName
{
color: #DDD229;
}
.AnyTagClassName
{
color: #DDD229;
}
</style>
background-color css
<style>
a { background-color: #DDD229; }
a { background-color: rgb(221,210,41); }
div.DivClassName
{
background-color: #DDD229;
}
.BgClassName
{
background-color: #DDD229;
}
</style>
border-color css
<style>
span { border-color: #DDD229; }
span { border-color: rgb(221,210,41); }
td.TdClassName
{
border-color: #DDD229;
}
.TagClassName
{
border-color: #DDD229;
}
</style>