Shades of Barberry #DDDB14
Tints of Barberry #DDDB14
RGB
CMYK
RGB Variations
Color information
#DDDB14 (or 0xDDDB14) is known color: Barberry. HEX triplet: DD, DB and 14. RGB value is (221,219,20). Sum of RGB (Red+Green+Blue) = 221+219+20=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB14 is #2224EB. Grayscale: #C5C5C5. Windows color (decimal): -2237676 or 1367005. OLE color: 1367005.
HSL color Cylindrical-coordinate representation of color #DDDB14: hue angle of 59.4º 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 #DDDB14 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.13 |
| HSL | 59.4º | 0.83% | 0.47% | - |
| HSV(B) | 59.4º | 0.91% | 0.87% | - |
| XYZ | 55.28 | 66.09 | 10.5 | - |
| YUV | 196.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 20 | 0 | 0.01 | 0.91 | 0.13 | 59.4 | 0.83 | 0.47 |
| Hex | DD | DB | 14 | 0 | 1 | 5B | D | 3B | 53 | 2F |
| Octal | 335 | 333 | 24 | 0 | 1 | 133 | 15 | 73 | 123 | 57 |
| Binary | 11011101 | 11011011 | 10100 | 0 | 1 | 1011011 | 1101 | 111011 | 1010011 | 101111 |
Color Harmonies of #DDDB14
Complementary color
Monochromatic Colors of #DDDB14
Black with #DDDB14
Text Example
Text Example
White with #DDDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB14; }
p { color: rgb(221,219,20); }
H1.HeaderClassName
{
color: #DDDB14;
}
.AnyTagClassName
{
color: #DDDB14;
}
</style>
background-color css
<style>
a { background-color: #DDDB14; }
a { background-color: rgb(221,219,20); }
div.DivClassName
{
background-color: #DDDB14;
}
.BgClassName
{
background-color: #DDDB14;
}
</style>
border-color css
<style>
span { border-color: #DDDB14; }
span { border-color: rgb(221,219,20); }
td.TdClassName
{
border-color: #DDDB14;
}
.TagClassName
{
border-color: #DDDB14;
}
</style>