Shades of Barberry #DDD015
Tints of Barberry #DDD015
RGB
CMYK
RGB Variations
Color information
#DDD015 (or 0xDDD015) is known color: Barberry. HEX triplet: DD, D0 and 15. RGB value is (221,208,21). Sum of RGB (Red+Green+Blue) = 221+208+21=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD015 is #222FEA. Grayscale: #BFBFBF. Windows color (decimal): -2240491 or 1429725. OLE color: 1429725.
HSL color Cylindrical-coordinate representation of color #DDD015: hue angle of 56.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD015 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.13 |
| HSL | 56.1º | 0.83% | 0.47% | - |
| HSV(B) | 56.1º | 0.9% | 0.87% | - |
| XYZ | 52.51 | 60.54 | 9.63 | - |
| YUV | 190.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 21 | 0 | 0.06 | 0.90 | 0.13 | 56.1 | 0.83 | 0.47 |
| Hex | DD | D0 | 15 | 0 | 6 | 5A | D | 38 | 53 | 2F |
| Octal | 335 | 320 | 25 | 0 | 6 | 132 | 15 | 70 | 123 | 57 |
| Binary | 11011101 | 11010000 | 10101 | 0 | 110 | 1011010 | 1101 | 111000 | 1010011 | 101111 |
Color Harmonies of #DDD015
Complementary color
Monochromatic Colors of #DDD015
Black with #DDD015
Text Example
Text Example
White with #DDD015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD015; }
p { color: rgb(221,208,21); }
H1.HeaderClassName
{
color: #DDD015;
}
.AnyTagClassName
{
color: #DDD015;
}
</style>
background-color css
<style>
a { background-color: #DDD015; }
a { background-color: rgb(221,208,21); }
div.DivClassName
{
background-color: #DDD015;
}
.BgClassName
{
background-color: #DDD015;
}
</style>
border-color css
<style>
span { border-color: #DDD015; }
span { border-color: rgb(221,208,21); }
td.TdClassName
{
border-color: #DDD015;
}
.TagClassName
{
border-color: #DDD015;
}
</style>