Shades of Barberry #DFDA16
Tints of Barberry #DFDA16
RGB
CMYK
RGB Variations
Color information
#DFDA16 (or 0xDFDA16) is known color: Barberry. HEX triplet: DF, DA and 16. RGB value is (223,218,22). Sum of RGB (Red+Green+Blue) = 223+218+22=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA16 is #2025E9. Grayscale: #C5C5C5. Windows color (decimal): -2106858 or 1497823. OLE color: 1497823.
HSL color Cylindrical-coordinate representation of color #DFDA16: hue angle of 58.51º degrees, saturation: 0.82, 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 #DFDA16 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 22 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.13 |
| HSL | 58.51º | 0.82% | 0.48% | - |
| HSV(B) | 58.51º | 0.9% | 0.87% | - |
| XYZ | 55.65 | 65.89 | 10.54 | - |
| YUV | 197.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 22 | 0 | 0.02 | 0.90 | 0.13 | 58.51 | 0.82 | 0.48 |
| Hex | DF | DA | 16 | 0 | 2 | 5A | D | 3B | 52 | 30 |
| Octal | 337 | 332 | 26 | 0 | 2 | 132 | 15 | 73 | 122 | 60 |
| Binary | 11011111 | 11011010 | 10110 | 0 | 10 | 1011010 | 1101 | 111011 | 1010010 | 110000 |
Color Harmonies of #DFDA16
Complementary color
Monochromatic Colors of #DFDA16
Black with #DFDA16
Text Example
Text Example
White with #DFDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA16; }
p { color: rgb(223,218,22); }
H1.HeaderClassName
{
color: #DFDA16;
}
.AnyTagClassName
{
color: #DFDA16;
}
</style>
background-color css
<style>
a { background-color: #DFDA16; }
a { background-color: rgb(223,218,22); }
div.DivClassName
{
background-color: #DFDA16;
}
.BgClassName
{
background-color: #DFDA16;
}
</style>
border-color css
<style>
span { border-color: #DFDA16; }
span { border-color: rgb(223,218,22); }
td.TdClassName
{
border-color: #DFDA16;
}
.TagClassName
{
border-color: #DFDA16;
}
</style>