Shades of Barberry #DDDC0F
Tints of Barberry #DDDC0F
RGB
CMYK
RGB Variations
Color information
#DDDC0F (or 0xDDDC0F) is known color: Barberry. HEX triplet: DD, DC and 0F. RGB value is (221,220,15). Sum of RGB (Red+Green+Blue) = 221+220+15=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC0F is #2223F0. Grayscale: #C5C5C5. Windows color (decimal): -2237425 or 1039581. OLE color: 1039581.
HSL color Cylindrical-coordinate representation of color #DDDC0F: hue angle of 59.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDDC0F is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 15 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.13 |
| HSL | 59.71º | 0.87% | 0.46% | - |
| HSV(B) | 59.71º | 0.93% | 0.87% | - |
| XYZ | 55.5 | 66.59 | 10.38 | - |
| YUV | 196.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 15 | 0 | 0.00 | 0.93 | 0.13 | 59.71 | 0.87 | 0.46 |
| Hex | DD | DC | F | 0 | 0 | 5D | D | 3C | 57 | 2E |
| Octal | 335 | 334 | 17 | 0 | 0 | 135 | 15 | 74 | 127 | 56 |
| Binary | 11011101 | 11011100 | 1111 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101110 |
Color Harmonies of #DDDC0F
Complementary color
Monochromatic Colors of #DDDC0F
Black with #DDDC0F
Text Example
Text Example
White with #DDDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC0F; }
p { color: rgb(221,220,15); }
H1.HeaderClassName
{
color: #DDDC0F;
}
.AnyTagClassName
{
color: #DDDC0F;
}
</style>
background-color css
<style>
a { background-color: #DDDC0F; }
a { background-color: rgb(221,220,15); }
div.DivClassName
{
background-color: #DDDC0F;
}
.BgClassName
{
background-color: #DDDC0F;
}
</style>
border-color css
<style>
span { border-color: #DDDC0F; }
span { border-color: rgb(221,220,15); }
td.TdClassName
{
border-color: #DDDC0F;
}
.TagClassName
{
border-color: #DDDC0F;
}
</style>