Shades of Barberry #DDDA11
Tints of Barberry #DDDA11
RGB
CMYK
RGB Variations
Color information
#DDDA11 (or 0xDDDA11) is known color: Barberry. HEX triplet: DD, DA and 11. RGB value is (221,218,17). Sum of RGB (Red+Green+Blue) = 221+218+17=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA11 is #2225EE. Grayscale: #C4C4C4. Windows color (decimal): -2237935 or 1170141. OLE color: 1170141.
HSL color Cylindrical-coordinate representation of color #DDDA11: hue angle of 59.12º 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 #DDDA11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.12º | 0.86% | 0.47% | - |
| HSV(B) | 59.12º | 0.92% | 0.87% | - |
| XYZ | 54.99 | 65.56 | 10.29 | - |
| YUV | 195.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 17 | 0 | 0.01 | 0.92 | 0.13 | 59.12 | 0.86 | 0.47 |
| Hex | DD | DA | 11 | 0 | 1 | 5C | D | 3B | 56 | 2F |
| Octal | 335 | 332 | 21 | 0 | 1 | 134 | 15 | 73 | 126 | 57 |
| Binary | 11011101 | 11011010 | 10001 | 0 | 1 | 1011100 | 1101 | 111011 | 1010110 | 101111 |
Color Harmonies of #DDDA11
Complementary color
Monochromatic Colors of #DDDA11
Black with #DDDA11
Text Example
Text Example
White with #DDDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA11; }
p { color: rgb(221,218,17); }
H1.HeaderClassName
{
color: #DDDA11;
}
.AnyTagClassName
{
color: #DDDA11;
}
</style>
background-color css
<style>
a { background-color: #DDDA11; }
a { background-color: rgb(221,218,17); }
div.DivClassName
{
background-color: #DDDA11;
}
.BgClassName
{
background-color: #DDDA11;
}
</style>
border-color css
<style>
span { border-color: #DDDA11; }
span { border-color: rgb(221,218,17); }
td.TdClassName
{
border-color: #DDDA11;
}
.TagClassName
{
border-color: #DDDA11;
}
</style>