Shades of Barberry #DDDC0E
Tints of Barberry #DDDC0E
RGB
CMYK
RGB Variations
Color information
#DDDC0E (or 0xDDDC0E) is known color: Barberry. HEX triplet: DD, DC and 0E. RGB value is (221,220,14). Sum of RGB (Red+Green+Blue) = 221+220+14=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC0E is #2223F1. Grayscale: #C5C5C5. Windows color (decimal): -2237426 or 974045. OLE color: 974045.
HSL color Cylindrical-coordinate representation of color #DDDC0E: hue angle of 59.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDDC0E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 14 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.13 |
| HSL | 59.71º | 0.88% | 0.46% | - |
| HSV(B) | 59.71º | 0.94% | 0.87% | - |
| XYZ | 55.49 | 66.59 | 10.34 | - |
| YUV | 196.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 14 | 0 | 0.00 | 0.94 | 0.13 | 59.71 | 0.88 | 0.46 |
| Hex | DD | DC | E | 0 | 0 | 5E | D | 3C | 58 | 2E |
| Octal | 335 | 334 | 16 | 0 | 0 | 136 | 15 | 74 | 130 | 56 |
| Binary | 11011101 | 11011100 | 1110 | 0 | 0 | 1011110 | 1101 | 111100 | 1011000 | 101110 |
Color Harmonies of #DDDC0E
Complementary color
Monochromatic Colors of #DDDC0E
Black with #DDDC0E
Text Example
Text Example
White with #DDDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC0E; }
p { color: rgb(221,220,14); }
H1.HeaderClassName
{
color: #DDDC0E;
}
.AnyTagClassName
{
color: #DDDC0E;
}
</style>
background-color css
<style>
a { background-color: #DDDC0E; }
a { background-color: rgb(221,220,14); }
div.DivClassName
{
background-color: #DDDC0E;
}
.BgClassName
{
background-color: #DDDC0E;
}
</style>
border-color css
<style>
span { border-color: #DDDC0E; }
span { border-color: rgb(221,220,14); }
td.TdClassName
{
border-color: #DDDC0E;
}
.TagClassName
{
border-color: #DDDC0E;
}
</style>