Shades of Barberry #DDDC15
Tints of Barberry #DDDC15
RGB
CMYK
RGB Variations
Color information
#DDDC15 (or 0xDDDC15) is known color: Barberry. HEX triplet: DD, DC and 15. RGB value is (221,220,21). Sum of RGB (Red+Green+Blue) = 221+220+21=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC15 is #2223EA. Grayscale: #C6C6C6. Windows color (decimal): -2237419 or 1432797. OLE color: 1432797.
HSL color Cylindrical-coordinate representation of color #DDDC15: hue angle of 59.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDDC15 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 21 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.13 |
| HSL | 59.7º | 0.83% | 0.47% | - |
| HSV(B) | 59.7º | 0.9% | 0.87% | - |
| XYZ | 55.55 | 66.61 | 10.64 | - |
| YUV | 197.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 21 | 0 | 0.00 | 0.90 | 0.13 | 59.7 | 0.83 | 0.47 |
| Hex | DD | DC | 15 | 0 | 0 | 5A | D | 3C | 53 | 2F |
| Octal | 335 | 334 | 25 | 0 | 0 | 132 | 15 | 74 | 123 | 57 |
| Binary | 11011101 | 11011100 | 10101 | 0 | 0 | 1011010 | 1101 | 111100 | 1010011 | 101111 |
Color Harmonies of #DDDC15
Complementary color
Monochromatic Colors of #DDDC15
Black with #DDDC15
Text Example
Text Example
White with #DDDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC15; }
p { color: rgb(221,220,21); }
H1.HeaderClassName
{
color: #DDDC15;
}
.AnyTagClassName
{
color: #DDDC15;
}
</style>
background-color css
<style>
a { background-color: #DDDC15; }
a { background-color: rgb(221,220,21); }
div.DivClassName
{
background-color: #DDDC15;
}
.BgClassName
{
background-color: #DDDC15;
}
</style>
border-color css
<style>
span { border-color: #DDDC15; }
span { border-color: rgb(221,220,21); }
td.TdClassName
{
border-color: #DDDC15;
}
.TagClassName
{
border-color: #DDDC15;
}
</style>