Shades of Barberry #DDD025
Tints of Barberry #DDD025
RGB
CMYK
RGB Variations
Color information
#DDD025 (or 0xDDD025) is known color: Barberry. HEX triplet: DD, D0 and 25. RGB value is (221,208,37). Sum of RGB (Red+Green+Blue) = 221+208+37=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD025 is #222FDA. Grayscale: #C1C1C1. Windows color (decimal): -2240475 or 2478301. OLE color: 2478301.
HSL color Cylindrical-coordinate representation of color #DDD025: hue angle of 55.76º 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 #DDD025 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.13 |
| HSL | 55.76º | 0.73% | 0.51% | - |
| HSV(B) | 55.76º | 0.83% | 0.87% | - |
| XYZ | 52.71 | 60.62 | 10.67 | - |
| YUV | 192.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 37 | 0 | 0.06 | 0.83 | 0.13 | 55.76 | 0.73 | 0.51 |
| Hex | DD | D0 | 25 | 0 | 6 | 53 | D | 38 | 49 | 33 |
| Octal | 335 | 320 | 45 | 0 | 6 | 123 | 15 | 70 | 111 | 63 |
| Binary | 11011101 | 11010000 | 100101 | 0 | 110 | 1010011 | 1101 | 111000 | 1001001 | 110011 |
Color Harmonies of #DDD025
Complementary color
Monochromatic Colors of #DDD025
Black with #DDD025
Text Example
Text Example
White with #DDD025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD025; }
p { color: rgb(221,208,37); }
H1.HeaderClassName
{
color: #DDD025;
}
.AnyTagClassName
{
color: #DDD025;
}
</style>
background-color css
<style>
a { background-color: #DDD025; }
a { background-color: rgb(221,208,37); }
div.DivClassName
{
background-color: #DDD025;
}
.BgClassName
{
background-color: #DDD025;
}
</style>
border-color css
<style>
span { border-color: #DDD025; }
span { border-color: rgb(221,208,37); }
td.TdClassName
{
border-color: #DDD025;
}
.TagClassName
{
border-color: #DDD025;
}
</style>