Shades of Barberry #DDDA13
Tints of Barberry #DDDA13
RGB
CMYK
RGB Variations
Color information
#DDDA13 (or 0xDDDA13) is known color: Barberry. HEX triplet: DD, DA and 13. RGB value is (221,218,19). Sum of RGB (Red+Green+Blue) = 221+218+19=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA13 is #2225EC. Grayscale: #C5C5C5. Windows color (decimal): -2237933 or 1301213. OLE color: 1301213.
HSL color Cylindrical-coordinate representation of color #DDDA13: hue angle of 59.11º degrees, saturation: 0.84, 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 #DDDA13 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 19 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.13 |
| HSL | 59.11º | 0.84% | 0.47% | - |
| HSV(B) | 59.11º | 0.91% | 0.87% | - |
| XYZ | 55.01 | 65.56 | 10.37 | - |
| YUV | 196.21 | 27.99 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 19 | 0 | 0.01 | 0.91 | 0.13 | 59.11 | 0.84 | 0.47 |
| Hex | DD | DA | 13 | 0 | 1 | 5B | D | 3B | 54 | 2F |
| Octal | 335 | 332 | 23 | 0 | 1 | 133 | 15 | 73 | 124 | 57 |
| Binary | 11011101 | 11011010 | 10011 | 0 | 1 | 1011011 | 1101 | 111011 | 1010100 | 101111 |
Color Harmonies of #DDDA13
Complementary color
Monochromatic Colors of #DDDA13
Black with #DDDA13
Text Example
Text Example
White with #DDDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA13; }
p { color: rgb(221,218,19); }
H1.HeaderClassName
{
color: #DDDA13;
}
.AnyTagClassName
{
color: #DDDA13;
}
</style>
background-color css
<style>
a { background-color: #DDDA13; }
a { background-color: rgb(221,218,19); }
div.DivClassName
{
background-color: #DDDA13;
}
.BgClassName
{
background-color: #DDDA13;
}
</style>
border-color css
<style>
span { border-color: #DDDA13; }
span { border-color: rgb(221,218,19); }
td.TdClassName
{
border-color: #DDDA13;
}
.TagClassName
{
border-color: #DDDA13;
}
</style>