Shades of Barberry #DDD70F
Tints of Barberry #DDD70F
RGB
CMYK
RGB Variations
Color information
#DDD70F (or 0xDDD70F) is known color: Barberry. HEX triplet: DD, D7 and 0F. RGB value is (221,215,15). Sum of RGB (Red+Green+Blue) = 221+215+15=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD70F is #2228F0. Grayscale: #C2C2C2. Windows color (decimal): -2238705 or 1038301. OLE color: 1038301.
HSL color Cylindrical-coordinate representation of color #DDD70F: hue angle of 58.25º 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 #DDD70F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 15 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.13 |
| HSL | 58.25º | 0.87% | 0.46% | - |
| HSV(B) | 58.25º | 0.93% | 0.87% | - |
| XYZ | 54.21 | 64.01 | 9.95 | - |
| YUV | 193.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 15 | 0 | 0.03 | 0.93 | 0.13 | 58.25 | 0.87 | 0.46 |
| Hex | DD | D7 | F | 0 | 3 | 5D | D | 3A | 57 | 2E |
| Octal | 335 | 327 | 17 | 0 | 3 | 135 | 15 | 72 | 127 | 56 |
| Binary | 11011101 | 11010111 | 1111 | 0 | 11 | 1011101 | 1101 | 111010 | 1010111 | 101110 |
Color Harmonies of #DDD70F
Complementary color
Monochromatic Colors of #DDD70F
Black with #DDD70F
Text Example
Text Example
White with #DDD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD70F; }
p { color: rgb(221,215,15); }
H1.HeaderClassName
{
color: #DDD70F;
}
.AnyTagClassName
{
color: #DDD70F;
}
</style>
background-color css
<style>
a { background-color: #DDD70F; }
a { background-color: rgb(221,215,15); }
div.DivClassName
{
background-color: #DDD70F;
}
.BgClassName
{
background-color: #DDD70F;
}
</style>
border-color css
<style>
span { border-color: #DDD70F; }
span { border-color: rgb(221,215,15); }
td.TdClassName
{
border-color: #DDD70F;
}
.TagClassName
{
border-color: #DDD70F;
}
</style>