Shades of Barberry #DFDF16
Tints of Barberry #DFDF16
RGB
CMYK
RGB Variations
Color information
#DFDF16 (or 0xDFDF16) is known color: Barberry. HEX triplet: DF, DF and 16. RGB value is (223,223,22). Sum of RGB (Red+Green+Blue) = 223+223+22=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF16 is #2020E9. Grayscale: #C8C8C8. Windows color (decimal): -2105578 or 1499103. OLE color: 1499103.
HSL color Cylindrical-coordinate representation of color #DFDF16: hue angle of 60º 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 #DFDF16 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 22 | - |
| CMYK | 0 | 0 | 0.90 | 0.13 |
| HSL | 60º | 0.82% | 0.48% | - |
| HSV(B) | 60º | 0.9% | 0.87% | - |
| XYZ | 56.96 | 68.52 | 10.98 | - |
| YUV | 200.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 22 | 0 | 0 | 0.90 | 0.13 | 60 | 0.82 | 0.48 |
| Hex | DF | DF | 16 | 0 | 0 | 5A | D | 3C | 52 | 30 |
| Octal | 337 | 337 | 26 | 0 | 0 | 132 | 15 | 74 | 122 | 60 |
| Binary | 11011111 | 11011111 | 10110 | 0 | 0 | 1011010 | 1101 | 111100 | 1010010 | 110000 |
Color Harmonies of #DFDF16
Complementary color
Monochromatic Colors of #DFDF16
Black with #DFDF16
Text Example
Text Example
White with #DFDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF16; }
p { color: rgb(223,223,22); }
H1.HeaderClassName
{
color: #DFDF16;
}
.AnyTagClassName
{
color: #DFDF16;
}
</style>
background-color css
<style>
a { background-color: #DFDF16; }
a { background-color: rgb(223,223,22); }
div.DivClassName
{
background-color: #DFDF16;
}
.BgClassName
{
background-color: #DFDF16;
}
</style>
border-color css
<style>
span { border-color: #DFDF16; }
span { border-color: rgb(223,223,22); }
td.TdClassName
{
border-color: #DFDF16;
}
.TagClassName
{
border-color: #DFDF16;
}
</style>