Shades of Barberry #DDDB09
Tints of Barberry #DDDB09
RGB
CMYK
RGB Variations
Color information
#DDDB09 (or 0xDDDB09) is known color: Barberry. HEX triplet: DD, DB and 09. RGB value is (221,219,9). Sum of RGB (Red+Green+Blue) = 221+219+9=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB09 is #2224F6. Grayscale: #C4C4C4. Windows color (decimal): -2237687 or 646109. OLE color: 646109.
HSL color Cylindrical-coordinate representation of color #DDDB09: hue angle of 59.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDDB09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 9 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.43º | 0.92% | 0.45% | - |
| HSV(B) | 59.43º | 0.96% | 0.87% | - |
| XYZ | 55.2 | 66.05 | 10.1 | - |
| YUV | 195.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 9 | 0 | 0.01 | 0.96 | 0.13 | 59.43 | 0.92 | 0.45 |
| Hex | DD | DB | 9 | 0 | 1 | 60 | D | 3B | 5C | 2D |
| Octal | 335 | 333 | 11 | 0 | 1 | 140 | 15 | 73 | 134 | 55 |
| Binary | 11011101 | 11011011 | 1001 | 0 | 1 | 1100000 | 1101 | 111011 | 1011100 | 101101 |
Color Harmonies of #DDDB09
Complementary color
Monochromatic Colors of #DDDB09
Black with #DDDB09
Text Example
Text Example
White with #DDDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB09; }
p { color: rgb(221,219,9); }
H1.HeaderClassName
{
color: #DDDB09;
}
.AnyTagClassName
{
color: #DDDB09;
}
</style>
background-color css
<style>
a { background-color: #DDDB09; }
a { background-color: rgb(221,219,9); }
div.DivClassName
{
background-color: #DDDB09;
}
.BgClassName
{
background-color: #DDDB09;
}
</style>
border-color css
<style>
span { border-color: #DDDB09; }
span { border-color: rgb(221,219,9); }
td.TdClassName
{
border-color: #DDDB09;
}
.TagClassName
{
border-color: #DDDB09;
}
</style>