Shades of Barberry #DFDB17
Tints of Barberry #DFDB17
RGB
CMYK
RGB Variations
Color information
#DFDB17 (or 0xDFDB17) is known color: Barberry. HEX triplet: DF, DB and 17. RGB value is (223,219,23). Sum of RGB (Red+Green+Blue) = 223+219+23=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB17 is #2024E8. Grayscale: #C6C6C6. Windows color (decimal): -2106601 or 1563615. OLE color: 1563615.
HSL color Cylindrical-coordinate representation of color #DFDB17: hue angle of 58.8º 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 #DFDB17 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.13 |
| HSL | 58.8º | 0.81% | 0.48% | - |
| HSV(B) | 58.8º | 0.9% | 0.87% | - |
| XYZ | 55.92 | 66.41 | 10.68 | - |
| YUV | 197.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 23 | 0 | 0.02 | 0.90 | 0.13 | 58.8 | 0.81 | 0.48 |
| Hex | DF | DB | 17 | 0 | 2 | 5A | D | 3B | 51 | 30 |
| Octal | 337 | 333 | 27 | 0 | 2 | 132 | 15 | 73 | 121 | 60 |
| Binary | 11011111 | 11011011 | 10111 | 0 | 10 | 1011010 | 1101 | 111011 | 1010001 | 110000 |
Color Harmonies of #DFDB17
Complementary color
Monochromatic Colors of #DFDB17
Black with #DFDB17
Text Example
Text Example
White with #DFDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB17; }
p { color: rgb(223,219,23); }
H1.HeaderClassName
{
color: #DFDB17;
}
.AnyTagClassName
{
color: #DFDB17;
}
</style>
background-color css
<style>
a { background-color: #DFDB17; }
a { background-color: rgb(223,219,23); }
div.DivClassName
{
background-color: #DFDB17;
}
.BgClassName
{
background-color: #DFDB17;
}
</style>
border-color css
<style>
span { border-color: #DFDB17; }
span { border-color: rgb(223,219,23); }
td.TdClassName
{
border-color: #DFDB17;
}
.TagClassName
{
border-color: #DFDB17;
}
</style>