Shades of Barberry #DDDC17
Tints of Barberry #DDDC17
RGB
CMYK
RGB Variations
Color information
#DDDC17 (or 0xDDDC17) is known color: Barberry. HEX triplet: DD, DC and 17. RGB value is (221,220,23). Sum of RGB (Red+Green+Blue) = 221+220+23=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC17 is #2223E8. Grayscale: #C6C6C6. Windows color (decimal): -2237417 or 1563869. OLE color: 1563869.
HSL color Cylindrical-coordinate representation of color #DDDC17: hue angle of 59.7º 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 #DDDC17 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 23 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.13 |
| HSL | 59.7º | 0.81% | 0.48% | - |
| HSV(B) | 59.7º | 0.9% | 0.87% | - |
| XYZ | 55.57 | 66.62 | 10.74 | - |
| YUV | 197.84 | 29.33 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 23 | 0 | 0.00 | 0.90 | 0.13 | 59.7 | 0.81 | 0.48 |
| Hex | DD | DC | 17 | 0 | 0 | 5A | D | 3C | 51 | 30 |
| Octal | 335 | 334 | 27 | 0 | 0 | 132 | 15 | 74 | 121 | 60 |
| Binary | 11011101 | 11011100 | 10111 | 0 | 0 | 1011010 | 1101 | 111100 | 1010001 | 110000 |
Color Harmonies of #DDDC17
Complementary color
Monochromatic Colors of #DDDC17
Black with #DDDC17
Text Example
Text Example
White with #DDDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC17; }
p { color: rgb(221,220,23); }
H1.HeaderClassName
{
color: #DDDC17;
}
.AnyTagClassName
{
color: #DDDC17;
}
</style>
background-color css
<style>
a { background-color: #DDDC17; }
a { background-color: rgb(221,220,23); }
div.DivClassName
{
background-color: #DDDC17;
}
.BgClassName
{
background-color: #DDDC17;
}
</style>
border-color css
<style>
span { border-color: #DDDC17; }
span { border-color: rgb(221,220,23); }
td.TdClassName
{
border-color: #DDDC17;
}
.TagClassName
{
border-color: #DDDC17;
}
</style>