Shades of Barberry #DDDE17
Tints of Barberry #DDDE17
RGB
CMYK
RGB Variations
Color information
#DDDE17 (or 0xDDDE17) is known color: Barberry. HEX triplet: DD, DE and 17. RGB value is (221,222,23). Sum of RGB (Red+Green+Blue) = 221+222+23=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDE17 is #2221E8. Grayscale: #C7C7C7. Windows color (decimal): -2236905 or 1564381. OLE color: 1564381.
HSL color Cylindrical-coordinate representation of color #DDDE17: hue angle of 60.3º 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 #DDDE17 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 23 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.13 |
| HSL | 60.3º | 0.81% | 0.48% | - |
| HSV(B) | 60.3º | 0.9% | 0.87% | - |
| XYZ | 56.09 | 67.68 | 10.92 | - |
| YUV | 199.02 | 28.67 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 23 | 0.00 | 0 | 0.90 | 0.13 | 60.3 | 0.81 | 0.48 |
| Hex | DD | DE | 17 | 0 | 0 | 5A | D | 3C | 51 | 30 |
| Octal | 335 | 336 | 27 | 0 | 0 | 132 | 15 | 74 | 121 | 60 |
| Binary | 11011101 | 11011110 | 10111 | 0 | 0 | 1011010 | 1101 | 111100 | 1010001 | 110000 |
Color Harmonies of #DDDE17
Complementary color
Monochromatic Colors of #DDDE17
Black with #DDDE17
Text Example
Text Example
White with #DDDE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE17; }
p { color: rgb(221,222,23); }
H1.HeaderClassName
{
color: #DDDE17;
}
.AnyTagClassName
{
color: #DDDE17;
}
</style>
background-color css
<style>
a { background-color: #DDDE17; }
a { background-color: rgb(221,222,23); }
div.DivClassName
{
background-color: #DDDE17;
}
.BgClassName
{
background-color: #DDDE17;
}
</style>
border-color css
<style>
span { border-color: #DDDE17; }
span { border-color: rgb(221,222,23); }
td.TdClassName
{
border-color: #DDDE17;
}
.TagClassName
{
border-color: #DDDE17;
}
</style>