Shades of Barberry #DDDC0D
Tints of Barberry #DDDC0D
RGB
CMYK
RGB Variations
Color information
#DDDC0D (or 0xDDDC0D) is known color: Barberry. HEX triplet: DD, DC and 0D. RGB value is (221,220,13). Sum of RGB (Red+Green+Blue) = 221+220+13=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC0D is #2223F2. Grayscale: #C5C5C5. Windows color (decimal): -2237427 or 908509. OLE color: 908509.
HSL color Cylindrical-coordinate representation of color #DDDC0D: hue angle of 59.71º degrees, saturation: 0.89, 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 #DDDC0D is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 13 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.13 |
| HSL | 59.71º | 0.89% | 0.46% | - |
| HSV(B) | 59.71º | 0.94% | 0.87% | - |
| XYZ | 55.48 | 66.59 | 10.31 | - |
| YUV | 196.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 13 | 0 | 0.00 | 0.94 | 0.13 | 59.71 | 0.89 | 0.46 |
| Hex | DD | DC | D | 0 | 0 | 5E | D | 3C | 59 | 2E |
| Octal | 335 | 334 | 15 | 0 | 0 | 136 | 15 | 74 | 131 | 56 |
| Binary | 11011101 | 11011100 | 1101 | 0 | 0 | 1011110 | 1101 | 111100 | 1011001 | 101110 |
Color Harmonies of #DDDC0D
Complementary color
Monochromatic Colors of #DDDC0D
Black with #DDDC0D
Text Example
Text Example
White with #DDDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC0D; }
p { color: rgb(221,220,13); }
H1.HeaderClassName
{
color: #DDDC0D;
}
.AnyTagClassName
{
color: #DDDC0D;
}
</style>
background-color css
<style>
a { background-color: #DDDC0D; }
a { background-color: rgb(221,220,13); }
div.DivClassName
{
background-color: #DDDC0D;
}
.BgClassName
{
background-color: #DDDC0D;
}
</style>
border-color css
<style>
span { border-color: #DDDC0D; }
span { border-color: rgb(221,220,13); }
td.TdClassName
{
border-color: #DDDC0D;
}
.TagClassName
{
border-color: #DDDC0D;
}
</style>