Shades of Barberry #DFDC0D
Tints of Barberry #DFDC0D
RGB
CMYK
RGB Variations
Color information
#DFDC0D (or 0xDFDC0D) is known color: Barberry. HEX triplet: DF, DC and 0D. RGB value is (223,220,13). Sum of RGB (Red+Green+Blue) = 223+220+13=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC0D is #2023F2. Grayscale: #C6C6C6. Windows color (decimal): -2106355 or 908511. OLE color: 908511.
HSL color Cylindrical-coordinate representation of color #DFDC0D: hue angle of 59.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFDC0D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.13 |
| HSL | 59.14º | 0.89% | 0.46% | - |
| HSV(B) | 59.14º | 0.94% | 0.87% | - |
| XYZ | 56.1 | 66.9 | 10.34 | - |
| YUV | 197.3 | 23.99 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 13 | 0 | 0.01 | 0.94 | 0.13 | 59.14 | 0.89 | 0.46 |
| Hex | DF | DC | D | 0 | 1 | 5E | D | 3B | 59 | 2E |
| Octal | 337 | 334 | 15 | 0 | 1 | 136 | 15 | 73 | 131 | 56 |
| Binary | 11011111 | 11011100 | 1101 | 0 | 1 | 1011110 | 1101 | 111011 | 1011001 | 101110 |
Color Harmonies of #DFDC0D
Complementary color
Monochromatic Colors of #DFDC0D
Black with #DFDC0D
Text Example
Text Example
White with #DFDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC0D; }
p { color: rgb(223,220,13); }
H1.HeaderClassName
{
color: #DFDC0D;
}
.AnyTagClassName
{
color: #DFDC0D;
}
</style>
background-color css
<style>
a { background-color: #DFDC0D; }
a { background-color: rgb(223,220,13); }
div.DivClassName
{
background-color: #DFDC0D;
}
.BgClassName
{
background-color: #DFDC0D;
}
</style>
border-color css
<style>
span { border-color: #DFDC0D; }
span { border-color: rgb(223,220,13); }
td.TdClassName
{
border-color: #DFDC0D;
}
.TagClassName
{
border-color: #DFDC0D;
}
</style>