Shades of Barberry #DDDE11
Tints of Barberry #DDDE11
RGB
CMYK
RGB Variations
Color information
#DDDE11 (or 0xDDDE11) is known color: Barberry. HEX triplet: DD, DE and 11. RGB value is (221,222,17). Sum of RGB (Red+Green+Blue) = 221+222+17=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDE11 is #2221EE. Grayscale: #C7C7C7. Windows color (decimal): -2236911 or 1171165. OLE color: 1171165.
HSL color Cylindrical-coordinate representation of color #DDDE11: hue angle of 60.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDDE11 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 17 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.13 |
| HSL | 60.29º | 0.86% | 0.47% | - |
| HSV(B) | 60.29º | 0.92% | 0.87% | - |
| XYZ | 56.04 | 67.66 | 10.64 | - |
| YUV | 198.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 17 | 0.00 | 0 | 0.92 | 0.13 | 60.29 | 0.86 | 0.47 |
| Hex | DD | DE | 11 | 0 | 0 | 5C | D | 3C | 56 | 2F |
| Octal | 335 | 336 | 21 | 0 | 0 | 134 | 15 | 74 | 126 | 57 |
| Binary | 11011101 | 11011110 | 10001 | 0 | 0 | 1011100 | 1101 | 111100 | 1010110 | 101111 |
Color Harmonies of #DDDE11
Complementary color
Monochromatic Colors of #DDDE11
Black with #DDDE11
Text Example
Text Example
White with #DDDE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE11; }
p { color: rgb(221,222,17); }
H1.HeaderClassName
{
color: #DDDE11;
}
.AnyTagClassName
{
color: #DDDE11;
}
</style>
background-color css
<style>
a { background-color: #DDDE11; }
a { background-color: rgb(221,222,17); }
div.DivClassName
{
background-color: #DDDE11;
}
.BgClassName
{
background-color: #DDDE11;
}
</style>
border-color css
<style>
span { border-color: #DDDE11; }
span { border-color: rgb(221,222,17); }
td.TdClassName
{
border-color: #DDDE11;
}
.TagClassName
{
border-color: #DDDE11;
}
</style>