Shades of Barberry #DDD914
Tints of Barberry #DDD914
RGB
CMYK
RGB Variations
Color information
#DDD914 (or 0xDDD914) is known color: Barberry. HEX triplet: DD, D9 and 14. RGB value is (221,217,20). Sum of RGB (Red+Green+Blue) = 221+217+20=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD914 is #2226EB. Grayscale: #C4C4C4. Windows color (decimal): -2238188 or 1366493. OLE color: 1366493.
HSL color Cylindrical-coordinate representation of color #DDD914: hue angle of 58.81º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDD914 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.81º | 0.83% | 0.47% | - |
| HSV(B) | 58.81º | 0.91% | 0.87% | - |
| XYZ | 54.76 | 65.05 | 10.33 | - |
| YUV | 195.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 20 | 0 | 0.02 | 0.91 | 0.13 | 58.81 | 0.83 | 0.47 |
| Hex | DD | D9 | 14 | 0 | 2 | 5B | D | 3B | 53 | 2F |
| Octal | 335 | 331 | 24 | 0 | 2 | 133 | 15 | 73 | 123 | 57 |
| Binary | 11011101 | 11011001 | 10100 | 0 | 10 | 1011011 | 1101 | 111011 | 1010011 | 101111 |
Color Harmonies of #DDD914
Complementary color
Monochromatic Colors of #DDD914
Black with #DDD914
Text Example
Text Example
White with #DDD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD914; }
p { color: rgb(221,217,20); }
H1.HeaderClassName
{
color: #DDD914;
}
.AnyTagClassName
{
color: #DDD914;
}
</style>
background-color css
<style>
a { background-color: #DDD914; }
a { background-color: rgb(221,217,20); }
div.DivClassName
{
background-color: #DDD914;
}
.BgClassName
{
background-color: #DDD914;
}
</style>
border-color css
<style>
span { border-color: #DDD914; }
span { border-color: rgb(221,217,20); }
td.TdClassName
{
border-color: #DDD914;
}
.TagClassName
{
border-color: #DDD914;
}
</style>