Shades of Barberry #DFDC13
Tints of Barberry #DFDC13
RGB
CMYK
RGB Variations
Color information
#DFDC13 (or 0xDFDC13) is known color: Barberry. HEX triplet: DF, DC and 13. RGB value is (223,220,19). Sum of RGB (Red+Green+Blue) = 223+220+19=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC13 is #2023EC. Grayscale: #C6C6C6. Windows color (decimal): -2106349 or 1301727. OLE color: 1301727.
HSL color Cylindrical-coordinate representation of color #DFDC13: hue angle of 59.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFDC13 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 19 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.13 |
| HSL | 59.12º | 0.84% | 0.47% | - |
| HSV(B) | 59.12º | 0.91% | 0.87% | - |
| XYZ | 56.14 | 66.92 | 10.57 | - |
| YUV | 197.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 19 | 0 | 0.01 | 0.91 | 0.13 | 59.12 | 0.84 | 0.47 |
| Hex | DF | DC | 13 | 0 | 1 | 5B | D | 3B | 54 | 2F |
| Octal | 337 | 334 | 23 | 0 | 1 | 133 | 15 | 73 | 124 | 57 |
| Binary | 11011111 | 11011100 | 10011 | 0 | 1 | 1011011 | 1101 | 111011 | 1010100 | 101111 |
Color Harmonies of #DFDC13
Complementary color
Monochromatic Colors of #DFDC13
Black with #DFDC13
Text Example
Text Example
White with #DFDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC13; }
p { color: rgb(223,220,19); }
H1.HeaderClassName
{
color: #DFDC13;
}
.AnyTagClassName
{
color: #DFDC13;
}
</style>
background-color css
<style>
a { background-color: #DFDC13; }
a { background-color: rgb(223,220,19); }
div.DivClassName
{
background-color: #DFDC13;
}
.BgClassName
{
background-color: #DFDC13;
}
</style>
border-color css
<style>
span { border-color: #DFDC13; }
span { border-color: rgb(223,220,19); }
td.TdClassName
{
border-color: #DFDC13;
}
.TagClassName
{
border-color: #DFDC13;
}
</style>