Shades of Barberry #DDD911
Tints of Barberry #DDD911
RGB
CMYK
RGB Variations
Color information
#DDD911 (or 0xDDD911) is known color: Barberry. HEX triplet: DD, D9 and 11. RGB value is (221,217,17). Sum of RGB (Red+Green+Blue) = 221+217+17=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD911 is #2226EE. Grayscale: #C4C4C4. Windows color (decimal): -2238191 or 1169885. OLE color: 1169885.
HSL color Cylindrical-coordinate representation of color #DDD911: hue angle of 58.82º 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 #DDD911 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.13 |
| HSL | 58.82º | 0.86% | 0.47% | - |
| HSV(B) | 58.82º | 0.92% | 0.87% | - |
| XYZ | 54.73 | 65.04 | 10.2 | - |
| YUV | 195.4 | 27.33 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 17 | 0 | 0.02 | 0.92 | 0.13 | 58.82 | 0.86 | 0.47 |
| Hex | DD | D9 | 11 | 0 | 2 | 5C | D | 3B | 56 | 2F |
| Octal | 335 | 331 | 21 | 0 | 2 | 134 | 15 | 73 | 126 | 57 |
| Binary | 11011101 | 11011001 | 10001 | 0 | 10 | 1011100 | 1101 | 111011 | 1010110 | 101111 |
Color Harmonies of #DDD911
Complementary color
Monochromatic Colors of #DDD911
Black with #DDD911
Text Example
Text Example
White with #DDD911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD911; }
p { color: rgb(221,217,17); }
H1.HeaderClassName
{
color: #DDD911;
}
.AnyTagClassName
{
color: #DDD911;
}
</style>
background-color css
<style>
a { background-color: #DDD911; }
a { background-color: rgb(221,217,17); }
div.DivClassName
{
background-color: #DDD911;
}
.BgClassName
{
background-color: #DDD911;
}
</style>
border-color css
<style>
span { border-color: #DDD911; }
span { border-color: rgb(221,217,17); }
td.TdClassName
{
border-color: #DDD911;
}
.TagClassName
{
border-color: #DDD911;
}
</style>