Shades of Barberry #DFDC11
Tints of Barberry #DFDC11
RGB
CMYK
RGB Variations
Color information
#DFDC11 (or 0xDFDC11) is known color: Barberry. HEX triplet: DF, DC and 11. RGB value is (223,220,17). Sum of RGB (Red+Green+Blue) = 223+220+17=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC11 is #2023EE. Grayscale: #C6C6C6. Windows color (decimal): -2106351 or 1170655. OLE color: 1170655.
HSL color Cylindrical-coordinate representation of color #DFDC11: hue angle of 59.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFDC11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.13 |
| HSL | 59.13º | 0.86% | 0.47% | - |
| HSV(B) | 59.13º | 0.92% | 0.87% | - |
| XYZ | 56.13 | 66.91 | 10.49 | - |
| YUV | 197.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 17 | 0 | 0.01 | 0.92 | 0.13 | 59.13 | 0.86 | 0.47 |
| Hex | DF | DC | 11 | 0 | 1 | 5C | D | 3B | 56 | 2F |
| Octal | 337 | 334 | 21 | 0 | 1 | 134 | 15 | 73 | 126 | 57 |
| Binary | 11011111 | 11011100 | 10001 | 0 | 1 | 1011100 | 1101 | 111011 | 1010110 | 101111 |
Color Harmonies of #DFDC11
Complementary color
Monochromatic Colors of #DFDC11
Black with #DFDC11
Text Example
Text Example
White with #DFDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC11; }
p { color: rgb(223,220,17); }
H1.HeaderClassName
{
color: #DFDC11;
}
.AnyTagClassName
{
color: #DFDC11;
}
</style>
background-color css
<style>
a { background-color: #DFDC11; }
a { background-color: rgb(223,220,17); }
div.DivClassName
{
background-color: #DFDC11;
}
.BgClassName
{
background-color: #DFDC11;
}
</style>
border-color css
<style>
span { border-color: #DFDC11; }
span { border-color: rgb(223,220,17); }
td.TdClassName
{
border-color: #DFDC11;
}
.TagClassName
{
border-color: #DFDC11;
}
</style>