Shades of Barberry #DFDA18
Tints of Barberry #DFDA18
RGB
CMYK
RGB Variations
Color information
#DFDA18 (or 0xDFDA18) is known color: Barberry. HEX triplet: DF, DA and 18. RGB value is (223,218,24). Sum of RGB (Red+Green+Blue) = 223+218+24=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA18 is #2025E7. Grayscale: #C6C6C6. Windows color (decimal): -2106856 or 1628895. OLE color: 1628895.
HSL color Cylindrical-coordinate representation of color #DFDA18: hue angle of 58.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFDA18 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 24 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.13 |
| HSL | 58.49º | 0.81% | 0.48% | - |
| HSV(B) | 58.49º | 0.89% | 0.87% | - |
| XYZ | 55.67 | 65.9 | 10.65 | - |
| YUV | 197.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 24 | 0 | 0.02 | 0.89 | 0.13 | 58.49 | 0.81 | 0.48 |
| Hex | DF | DA | 18 | 0 | 2 | 59 | D | 3A | 51 | 30 |
| Octal | 337 | 332 | 30 | 0 | 2 | 131 | 15 | 72 | 121 | 60 |
| Binary | 11011111 | 11011010 | 11000 | 0 | 10 | 1011001 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DFDA18
Complementary color
Monochromatic Colors of #DFDA18
Black with #DFDA18
Text Example
Text Example
White with #DFDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA18; }
p { color: rgb(223,218,24); }
H1.HeaderClassName
{
color: #DFDA18;
}
.AnyTagClassName
{
color: #DFDA18;
}
</style>
background-color css
<style>
a { background-color: #DFDA18; }
a { background-color: rgb(223,218,24); }
div.DivClassName
{
background-color: #DFDA18;
}
.BgClassName
{
background-color: #DFDA18;
}
</style>
border-color css
<style>
span { border-color: #DFDA18; }
span { border-color: rgb(223,218,24); }
td.TdClassName
{
border-color: #DFDA18;
}
.TagClassName
{
border-color: #DFDA18;
}
</style>