Shades of Barberry #DDD326
Tints of Barberry #DDD326
RGB
CMYK
RGB Variations
Color information
#DDD326 (or 0xDDD326) is known color: Barberry. HEX triplet: DD, D3 and 26. RGB value is (221,211,38). Sum of RGB (Red+Green+Blue) = 221+211+38=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD326 is #222CD9. Grayscale: #C2C2C2. Windows color (decimal): -2239706 or 2544605. OLE color: 2544605.
HSL color Cylindrical-coordinate representation of color #DDD326: hue angle of 56.72º 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 #DDD326 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 38 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.13 |
| HSL | 56.72º | 0.73% | 0.51% | - |
| HSV(B) | 56.72º | 0.83% | 0.87% | - |
| XYZ | 53.46 | 62.1 | 11 | - |
| YUV | 194.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 38 | 0 | 0.05 | 0.83 | 0.13 | 56.72 | 0.73 | 0.51 |
| Hex | DD | D3 | 26 | 0 | 5 | 53 | D | 39 | 49 | 33 |
| Octal | 335 | 323 | 46 | 0 | 5 | 123 | 15 | 71 | 111 | 63 |
| Binary | 11011101 | 11010011 | 100110 | 0 | 101 | 1010011 | 1101 | 111001 | 1001001 | 110011 |
Color Harmonies of #DDD326
Complementary color
Monochromatic Colors of #DDD326
Black with #DDD326
Text Example
Text Example
White with #DDD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD326; }
p { color: rgb(221,211,38); }
H1.HeaderClassName
{
color: #DDD326;
}
.AnyTagClassName
{
color: #DDD326;
}
</style>
background-color css
<style>
a { background-color: #DDD326; }
a { background-color: rgb(221,211,38); }
div.DivClassName
{
background-color: #DDD326;
}
.BgClassName
{
background-color: #DDD326;
}
</style>
border-color css
<style>
span { border-color: #DDD326; }
span { border-color: rgb(221,211,38); }
td.TdClassName
{
border-color: #DDD326;
}
.TagClassName
{
border-color: #DDD326;
}
</style>