Shades of Barberry #DFDC0F
Tints of Barberry #DFDC0F
RGB
CMYK
RGB Variations
Color information
#DFDC0F (or 0xDFDC0F) is known color: Barberry. HEX triplet: DF, DC and 0F. RGB value is (223,220,15). Sum of RGB (Red+Green+Blue) = 223+220+15=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC0F is #2023F0. Grayscale: #C6C6C6. Windows color (decimal): -2106353 or 1039583. OLE color: 1039583.
HSL color Cylindrical-coordinate representation of color #DFDC0F: hue angle of 59.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFDC0F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.13 |
| HSL | 59.13º | 0.87% | 0.47% | - |
| HSV(B) | 59.13º | 0.93% | 0.87% | - |
| XYZ | 56.11 | 66.91 | 10.41 | - |
| YUV | 197.53 | 24.99 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 15 | 0 | 0.01 | 0.93 | 0.13 | 59.13 | 0.87 | 0.47 |
| Hex | DF | DC | F | 0 | 1 | 5D | D | 3B | 57 | 2F |
| Octal | 337 | 334 | 17 | 0 | 1 | 135 | 15 | 73 | 127 | 57 |
| Binary | 11011111 | 11011100 | 1111 | 0 | 1 | 1011101 | 1101 | 111011 | 1010111 | 101111 |
Color Harmonies of #DFDC0F
Complementary color
Monochromatic Colors of #DFDC0F
Black with #DFDC0F
Text Example
Text Example
White with #DFDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC0F; }
p { color: rgb(223,220,15); }
H1.HeaderClassName
{
color: #DFDC0F;
}
.AnyTagClassName
{
color: #DFDC0F;
}
</style>
background-color css
<style>
a { background-color: #DFDC0F; }
a { background-color: rgb(223,220,15); }
div.DivClassName
{
background-color: #DFDC0F;
}
.BgClassName
{
background-color: #DFDC0F;
}
</style>
border-color css
<style>
span { border-color: #DFDC0F; }
span { border-color: rgb(223,220,15); }
td.TdClassName
{
border-color: #DFDC0F;
}
.TagClassName
{
border-color: #DFDC0F;
}
</style>