Shades of Barberry #DFDC0C
Tints of Barberry #DFDC0C
RGB
CMYK
RGB Variations
Color information
#DFDC0C (or 0xDFDC0C) is known color: Barberry. HEX triplet: DF, DC and 0C. RGB value is (223,220,12). Sum of RGB (Red+Green+Blue) = 223+220+12=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC0C is #2023F3. Grayscale: #C6C6C6. Windows color (decimal): -2106356 or 842975. OLE color: 842975.
HSL color Cylindrical-coordinate representation of color #DFDC0C: hue angle of 59.15º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFDC0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.13 |
| HSL | 59.15º | 0.9% | 0.46% | - |
| HSV(B) | 59.15º | 0.95% | 0.87% | - |
| XYZ | 56.09 | 66.9 | 10.3 | - |
| YUV | 197.19 | 23.49 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 12 | 0 | 0.01 | 0.95 | 0.13 | 59.15 | 0.9 | 0.46 |
| Hex | DF | DC | C | 0 | 1 | 5F | D | 3B | 5A | 2E |
| Octal | 337 | 334 | 14 | 0 | 1 | 137 | 15 | 73 | 132 | 56 |
| Binary | 11011111 | 11011100 | 1100 | 0 | 1 | 1011111 | 1101 | 111011 | 1011010 | 101110 |
Color Harmonies of #DFDC0C
Complementary color
Monochromatic Colors of #DFDC0C
Black with #DFDC0C
Text Example
Text Example
White with #DFDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC0C; }
p { color: rgb(223,220,12); }
H1.HeaderClassName
{
color: #DFDC0C;
}
.AnyTagClassName
{
color: #DFDC0C;
}
</style>
background-color css
<style>
a { background-color: #DFDC0C; }
a { background-color: rgb(223,220,12); }
div.DivClassName
{
background-color: #DFDC0C;
}
.BgClassName
{
background-color: #DFDC0C;
}
</style>
border-color css
<style>
span { border-color: #DFDC0C; }
span { border-color: rgb(223,220,12); }
td.TdClassName
{
border-color: #DFDC0C;
}
.TagClassName
{
border-color: #DFDC0C;
}
</style>