Shades of Barberry #DDDF17
Tints of Barberry #DDDF17
RGB
CMYK
RGB Variations
Color information
#DDDF17 (or 0xDDDF17) is known color: Barberry. HEX triplet: DD, DF and 17. RGB value is (221,223,23). Sum of RGB (Red+Green+Blue) = 221+223+23=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 23 (9.38% from 255 or 4.93% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF17 is #2220E8. Grayscale: #C8C8C8. Windows color (decimal): -2236649 or 1564637. OLE color: 1564637.
HSL color Cylindrical-coordinate representation of color #DDDF17: hue angle of 60.6º 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 #DDDF17 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 23 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.13 |
| HSL | 60.6º | 0.81% | 0.48% | - |
| HSV(B) | 60.6º | 0.9% | 0.87% | - |
| XYZ | 56.36 | 68.21 | 11.01 | - |
| YUV | 199.6 | 28.34 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 23 | 0.01 | 0 | 0.90 | 0.13 | 60.6 | 0.81 | 0.48 |
| Hex | DD | DF | 17 | 1 | 0 | 5A | D | 3D | 51 | 30 |
| Octal | 335 | 337 | 27 | 1 | 0 | 132 | 15 | 75 | 121 | 60 |
| Binary | 11011101 | 11011111 | 10111 | 1 | 0 | 1011010 | 1101 | 111101 | 1010001 | 110000 |
Color Harmonies of #DDDF17
Complementary color
Monochromatic Colors of #DDDF17
Black with #DDDF17
Text Example
Text Example
White with #DDDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF17; }
p { color: rgb(221,223,23); }
H1.HeaderClassName
{
color: #DDDF17;
}
.AnyTagClassName
{
color: #DDDF17;
}
</style>
background-color css
<style>
a { background-color: #DDDF17; }
a { background-color: rgb(221,223,23); }
div.DivClassName
{
background-color: #DDDF17;
}
.BgClassName
{
background-color: #DDDF17;
}
</style>
border-color css
<style>
span { border-color: #DDDF17; }
span { border-color: rgb(221,223,23); }
td.TdClassName
{
border-color: #DDDF17;
}
.TagClassName
{
border-color: #DDDF17;
}
</style>