Shades of Barberry #DDD225
Tints of Barberry #DDD225
RGB
CMYK
RGB Variations
Color information
#DDD225 (or 0xDDD225) is known color: Barberry. HEX triplet: DD, D2 and 25. RGB value is (221,210,37). Sum of RGB (Red+Green+Blue) = 221+210+37=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD225 is #222DDA. Grayscale: #C2C2C2. Windows color (decimal): -2239963 or 2478813. OLE color: 2478813.
HSL color Cylindrical-coordinate representation of color #DDD225: hue angle of 56.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDD225 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.13 |
| HSL | 56.41º | 0.73% | 0.51% | - |
| HSV(B) | 56.41º | 0.83% | 0.87% | - |
| XYZ | 53.2 | 61.6 | 10.84 | - |
| YUV | 193.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 37 | 0 | 0.05 | 0.83 | 0.13 | 56.41 | 0.73 | 0.51 |
| Hex | DD | D2 | 25 | 0 | 5 | 53 | D | 38 | 49 | 33 |
| Octal | 335 | 322 | 45 | 0 | 5 | 123 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010010 | 100101 | 0 | 101 | 1010011 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD225
Complementary color
Monochromatic Colors of #DDD225
Black with #DDD225
Text Example
Text Example
White with #DDD225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD225; }
p { color: rgb(221,210,37); }
H1.HeaderClassName
{
color: #DDD225;
}
.AnyTagClassName
{
color: #DDD225;
}
</style>
background-color css
<style>
a { background-color: #DDD225; }
a { background-color: rgb(221,210,37); }
div.DivClassName
{
background-color: #DDD225;
}
.BgClassName
{
background-color: #DDD225;
}
</style>
border-color css
<style>
span { border-color: #DDD225; }
span { border-color: rgb(221,210,37); }
td.TdClassName
{
border-color: #DDD225;
}
.TagClassName
{
border-color: #DDD225;
}
</style>