Shades of Barberry #DDD811
Tints of Barberry #DDD811
RGB
CMYK
RGB Variations
Color information
#DDD811 (or 0xDDD811) is known color: Barberry. HEX triplet: DD, D8 and 11. RGB value is (221,216,17). Sum of RGB (Red+Green+Blue) = 221+216+17=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD811 is #2227EE. Grayscale: #C3C3C3. Windows color (decimal): -2238447 or 1169629. OLE color: 1169629.
HSL color Cylindrical-coordinate representation of color #DDD811: hue angle of 58.53º 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 #DDD811 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.13 |
| HSL | 58.53º | 0.86% | 0.47% | - |
| HSV(B) | 58.53º | 0.92% | 0.87% | - |
| XYZ | 54.48 | 64.52 | 10.11 | - |
| YUV | 194.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 17 | 0 | 0.02 | 0.92 | 0.13 | 58.53 | 0.86 | 0.47 |
| Hex | DD | D8 | 11 | 0 | 2 | 5C | D | 3B | 56 | 2F |
| Octal | 335 | 330 | 21 | 0 | 2 | 134 | 15 | 73 | 126 | 57 |
| Binary | 11011101 | 11011000 | 10001 | 0 | 10 | 1011100 | 1101 | 111011 | 1010110 | 101111 |
Color Harmonies of #DDD811
Complementary color
Monochromatic Colors of #DDD811
Black with #DDD811
Text Example
Text Example
White with #DDD811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD811; }
p { color: rgb(221,216,17); }
H1.HeaderClassName
{
color: #DDD811;
}
.AnyTagClassName
{
color: #DDD811;
}
</style>
background-color css
<style>
a { background-color: #DDD811; }
a { background-color: rgb(221,216,17); }
div.DivClassName
{
background-color: #DDD811;
}
.BgClassName
{
background-color: #DDD811;
}
</style>
border-color css
<style>
span { border-color: #DDD811; }
span { border-color: rgb(221,216,17); }
td.TdClassName
{
border-color: #DDD811;
}
.TagClassName
{
border-color: #DDD811;
}
</style>