Shades of Barberry #DDDA17
Tints of Barberry #DDDA17
RGB
CMYK
RGB Variations
Color information
#DDDA17 (or 0xDDDA17) is known color: Barberry. HEX triplet: DD, DA and 17. RGB value is (221,218,23). Sum of RGB (Red+Green+Blue) = 221+218+23=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA17 is #2225E8. Grayscale: #C5C5C5. Windows color (decimal): -2237929 or 1563357. OLE color: 1563357.
HSL color Cylindrical-coordinate representation of color #DDDA17: hue angle of 59.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDDA17 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.13 |
| HSL | 59.09º | 0.81% | 0.48% | - |
| HSV(B) | 59.09º | 0.9% | 0.87% | - |
| XYZ | 55.04 | 65.58 | 10.57 | - |
| YUV | 196.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 23 | 0 | 0.01 | 0.90 | 0.13 | 59.09 | 0.81 | 0.48 |
| Hex | DD | DA | 17 | 0 | 1 | 5A | D | 3B | 51 | 30 |
| Octal | 335 | 332 | 27 | 0 | 1 | 132 | 15 | 73 | 121 | 60 |
| Binary | 11011101 | 11011010 | 10111 | 0 | 1 | 1011010 | 1101 | 111011 | 1010001 | 110000 |
Color Harmonies of #DDDA17
Complementary color
Monochromatic Colors of #DDDA17
Black with #DDDA17
Text Example
Text Example
White with #DDDA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA17; }
p { color: rgb(221,218,23); }
H1.HeaderClassName
{
color: #DDDA17;
}
.AnyTagClassName
{
color: #DDDA17;
}
</style>
background-color css
<style>
a { background-color: #DDDA17; }
a { background-color: rgb(221,218,23); }
div.DivClassName
{
background-color: #DDDA17;
}
.BgClassName
{
background-color: #DDDA17;
}
</style>
border-color css
<style>
span { border-color: #DDDA17; }
span { border-color: rgb(221,218,23); }
td.TdClassName
{
border-color: #DDDA17;
}
.TagClassName
{
border-color: #DDDA17;
}
</style>