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