Shades of Barberry #DFDA15
Tints of Barberry #DFDA15
RGB
CMYK
RGB Variations
Color information
#DFDA15 (or 0xDFDA15) is known color: Barberry. HEX triplet: DF, DA and 15. RGB value is (223,218,21). Sum of RGB (Red+Green+Blue) = 223+218+21=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA15 is #2025EA. Grayscale: #C5C5C5. Windows color (decimal): -2106859 or 1432287. OLE color: 1432287.
HSL color Cylindrical-coordinate representation of color #DFDA15: hue angle of 58.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFDA15 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.51º | 0.83% | 0.48% | - |
| HSV(B) | 58.51º | 0.91% | 0.87% | - |
| XYZ | 55.64 | 65.88 | 10.49 | - |
| YUV | 197.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 21 | 0 | 0.02 | 0.91 | 0.13 | 58.51 | 0.83 | 0.48 |
| Hex | DF | DA | 15 | 0 | 2 | 5B | D | 3B | 53 | 30 |
| Octal | 337 | 332 | 25 | 0 | 2 | 133 | 15 | 73 | 123 | 60 |
| Binary | 11011111 | 11011010 | 10101 | 0 | 10 | 1011011 | 1101 | 111011 | 1010011 | 110000 |
Color Harmonies of #DFDA15
Complementary color
Monochromatic Colors of #DFDA15
Black with #DFDA15
Text Example
Text Example
White with #DFDA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA15; }
p { color: rgb(223,218,21); }
H1.HeaderClassName
{
color: #DFDA15;
}
.AnyTagClassName
{
color: #DFDA15;
}
</style>
background-color css
<style>
a { background-color: #DFDA15; }
a { background-color: rgb(223,218,21); }
div.DivClassName
{
background-color: #DFDA15;
}
.BgClassName
{
background-color: #DFDA15;
}
</style>
border-color css
<style>
span { border-color: #DFDA15; }
span { border-color: rgb(223,218,21); }
td.TdClassName
{
border-color: #DFDA15;
}
.TagClassName
{
border-color: #DFDA15;
}
</style>