Shades of Barberry #DFDC19
Tints of Barberry #DFDC19
RGB
CMYK
RGB Variations
Color information
#DFDC19 (or 0xDFDC19) is known color: Barberry. HEX triplet: DF, DC and 19. RGB value is (223,220,25). Sum of RGB (Red+Green+Blue) = 223+220+25=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC19 is #2023E6. Grayscale: #C7C7C7. Windows color (decimal): -2106343 or 1694943. OLE color: 1694943.
HSL color Cylindrical-coordinate representation of color #DFDC19: hue angle of 59.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFDC19 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 25 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.13 |
| HSL | 59.09º | 0.8% | 0.49% | - |
| HSV(B) | 59.09º | 0.89% | 0.87% | - |
| XYZ | 56.2 | 66.94 | 10.88 | - |
| YUV | 198.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 25 | 0 | 0.01 | 0.89 | 0.13 | 59.09 | 0.8 | 0.49 |
| Hex | DF | DC | 19 | 0 | 1 | 59 | D | 3B | 50 | 31 |
| Octal | 337 | 334 | 31 | 0 | 1 | 131 | 15 | 73 | 120 | 61 |
| Binary | 11011111 | 11011100 | 11001 | 0 | 1 | 1011001 | 1101 | 111011 | 1010000 | 110001 |
Color Harmonies of #DFDC19
Complementary color
Monochromatic Colors of #DFDC19
Black with #DFDC19
Text Example
Text Example
White with #DFDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC19; }
p { color: rgb(223,220,25); }
H1.HeaderClassName
{
color: #DFDC19;
}
.AnyTagClassName
{
color: #DFDC19;
}
</style>
background-color css
<style>
a { background-color: #DFDC19; }
a { background-color: rgb(223,220,25); }
div.DivClassName
{
background-color: #DFDC19;
}
.BgClassName
{
background-color: #DFDC19;
}
</style>
border-color css
<style>
span { border-color: #DFDC19; }
span { border-color: rgb(223,220,25); }
td.TdClassName
{
border-color: #DFDC19;
}
.TagClassName
{
border-color: #DFDC19;
}
</style>