Shades of Barberry #DDDB0F
Tints of Barberry #DDDB0F
RGB
CMYK
RGB Variations
Color information
#DDDB0F (or 0xDDDB0F) is known color: Barberry. HEX triplet: DD, DB and 0F. RGB value is (221,219,15). Sum of RGB (Red+Green+Blue) = 221+219+15=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB0F is #2224F0. Grayscale: #C5C5C5. Windows color (decimal): -2237681 or 1039325. OLE color: 1039325.
HSL color Cylindrical-coordinate representation of color #DDDB0F: hue angle of 59.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDDB0F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.13 |
| HSL | 59.42º | 0.87% | 0.46% | - |
| HSV(B) | 59.42º | 0.93% | 0.87% | - |
| XYZ | 55.24 | 66.07 | 10.29 | - |
| YUV | 196.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 15 | 0 | 0.01 | 0.93 | 0.13 | 59.42 | 0.87 | 0.46 |
| Hex | DD | DB | F | 0 | 1 | 5D | D | 3B | 57 | 2E |
| Octal | 335 | 333 | 17 | 0 | 1 | 135 | 15 | 73 | 127 | 56 |
| Binary | 11011101 | 11011011 | 1111 | 0 | 1 | 1011101 | 1101 | 111011 | 1010111 | 101110 |
Color Harmonies of #DDDB0F
Complementary color
Monochromatic Colors of #DDDB0F
Black with #DDDB0F
Text Example
Text Example
White with #DDDB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB0F; }
p { color: rgb(221,219,15); }
H1.HeaderClassName
{
color: #DDDB0F;
}
.AnyTagClassName
{
color: #DDDB0F;
}
</style>
background-color css
<style>
a { background-color: #DDDB0F; }
a { background-color: rgb(221,219,15); }
div.DivClassName
{
background-color: #DDDB0F;
}
.BgClassName
{
background-color: #DDDB0F;
}
</style>
border-color css
<style>
span { border-color: #DDDB0F; }
span { border-color: rgb(221,219,15); }
td.TdClassName
{
border-color: #DDDB0F;
}
.TagClassName
{
border-color: #DDDB0F;
}
</style>