Shades of Barberry #DDDC0B
Tints of Barberry #DDDC0B
RGB
CMYK
RGB Variations
Color information
#DDDC0B (or 0xDDDC0B) is known color: Barberry. HEX triplet: DD, DC and 0B. RGB value is (221,220,11). Sum of RGB (Red+Green+Blue) = 221+220+11=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC0B is #2223F4. Grayscale: #C5C5C5. Windows color (decimal): -2237429 or 777437. OLE color: 777437.
HSL color Cylindrical-coordinate representation of color #DDDC0B: hue angle of 59.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDDC0B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.13 |
| HSL | 59.71º | 0.91% | 0.45% | - |
| HSV(B) | 59.71º | 0.95% | 0.87% | - |
| XYZ | 55.47 | 66.58 | 10.24 | - |
| YUV | 196.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 11 | 0 | 0.00 | 0.95 | 0.13 | 59.71 | 0.91 | 0.45 |
| Hex | DD | DC | B | 0 | 0 | 5F | D | 3C | 5B | 2D |
| Octal | 335 | 334 | 13 | 0 | 0 | 137 | 15 | 74 | 133 | 55 |
| Binary | 11011101 | 11011100 | 1011 | 0 | 0 | 1011111 | 1101 | 111100 | 1011011 | 101101 |
Color Harmonies of #DDDC0B
Complementary color
Monochromatic Colors of #DDDC0B
Black with #DDDC0B
Text Example
Text Example
White with #DDDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC0B; }
p { color: rgb(221,220,11); }
H1.HeaderClassName
{
color: #DDDC0B;
}
.AnyTagClassName
{
color: #DDDC0B;
}
</style>
background-color css
<style>
a { background-color: #DDDC0B; }
a { background-color: rgb(221,220,11); }
div.DivClassName
{
background-color: #DDDC0B;
}
.BgClassName
{
background-color: #DDDC0B;
}
</style>
border-color css
<style>
span { border-color: #DDDC0B; }
span { border-color: rgb(221,220,11); }
td.TdClassName
{
border-color: #DDDC0B;
}
.TagClassName
{
border-color: #DDDC0B;
}
</style>