Shades of Barberry #DDDC13
Tints of Barberry #DDDC13
RGB
CMYK
RGB Variations
Color information
#DDDC13 (or 0xDDDC13) is known color: Barberry. HEX triplet: DD, DC and 13. RGB value is (221,220,19). Sum of RGB (Red+Green+Blue) = 221+220+19=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC13 is #2223EC. Grayscale: #C6C6C6. Windows color (decimal): -2237421 or 1301725. OLE color: 1301725.
HSL color Cylindrical-coordinate representation of color #DDDC13: hue angle of 59.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDDC13 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 19 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.13 |
| HSL | 59.7º | 0.84% | 0.47% | - |
| HSV(B) | 59.7º | 0.91% | 0.87% | - |
| XYZ | 55.53 | 66.61 | 10.55 | - |
| YUV | 197.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 19 | 0 | 0.00 | 0.91 | 0.13 | 59.7 | 0.84 | 0.47 |
| Hex | DD | DC | 13 | 0 | 0 | 5B | D | 3C | 54 | 2F |
| Octal | 335 | 334 | 23 | 0 | 0 | 133 | 15 | 74 | 124 | 57 |
| Binary | 11011101 | 11011100 | 10011 | 0 | 0 | 1011011 | 1101 | 111100 | 1010100 | 101111 |
Color Harmonies of #DDDC13
Complementary color
Monochromatic Colors of #DDDC13
Black with #DDDC13
Text Example
Text Example
White with #DDDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC13; }
p { color: rgb(221,220,19); }
H1.HeaderClassName
{
color: #DDDC13;
}
.AnyTagClassName
{
color: #DDDC13;
}
</style>
background-color css
<style>
a { background-color: #DDDC13; }
a { background-color: rgb(221,220,19); }
div.DivClassName
{
background-color: #DDDC13;
}
.BgClassName
{
background-color: #DDDC13;
}
</style>
border-color css
<style>
span { border-color: #DDDC13; }
span { border-color: rgb(221,220,19); }
td.TdClassName
{
border-color: #DDDC13;
}
.TagClassName
{
border-color: #DDDC13;
}
</style>