Shades of Barberry #DDD017
Tints of Barberry #DDD017
RGB
CMYK
RGB Variations
Color information
#DDD017 (or 0xDDD017) is known color: Barberry. HEX triplet: DD, D0 and 17. RGB value is (221,208,23). Sum of RGB (Red+Green+Blue) = 221+208+23=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD017 is #222FE8. Grayscale: #BFBFBF. Windows color (decimal): -2240489 or 1560797. OLE color: 1560797.
HSL color Cylindrical-coordinate representation of color #DDD017: hue angle of 56.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD017 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 23 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.13 |
| HSL | 56.06º | 0.81% | 0.48% | - |
| HSV(B) | 56.06º | 0.9% | 0.87% | - |
| XYZ | 52.53 | 60.55 | 9.73 | - |
| YUV | 190.8 | 33.31 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 23 | 0 | 0.06 | 0.90 | 0.13 | 56.06 | 0.81 | 0.48 |
| Hex | DD | D0 | 17 | 0 | 6 | 5A | D | 38 | 51 | 30 |
| Octal | 335 | 320 | 27 | 0 | 6 | 132 | 15 | 70 | 121 | 60 |
| Binary | 11011101 | 11010000 | 10111 | 0 | 110 | 1011010 | 1101 | 111000 | 1010001 | 110000 |
Color Harmonies of #DDD017
Complementary color
Monochromatic Colors of #DDD017
Black with #DDD017
Text Example
Text Example
White with #DDD017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD017; }
p { color: rgb(221,208,23); }
H1.HeaderClassName
{
color: #DDD017;
}
.AnyTagClassName
{
color: #DDD017;
}
</style>
background-color css
<style>
a { background-color: #DDD017; }
a { background-color: rgb(221,208,23); }
div.DivClassName
{
background-color: #DDD017;
}
.BgClassName
{
background-color: #DDD017;
}
</style>
border-color css
<style>
span { border-color: #DDD017; }
span { border-color: rgb(221,208,23); }
td.TdClassName
{
border-color: #DDD017;
}
.TagClassName
{
border-color: #DDD017;
}
</style>