Shades of Barberry #DFDC0B
Tints of Barberry #DFDC0B
RGB
CMYK
RGB Variations
Color information
#DFDC0B (or 0xDFDC0B) is known color: Barberry. HEX triplet: DF, DC and 0B. RGB value is (223,220,11). Sum of RGB (Red+Green+Blue) = 223+220+11=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC0B is #2023F4. Grayscale: #C5C5C5. Windows color (decimal): -2106357 or 777439. OLE color: 777439.
HSL color Cylindrical-coordinate representation of color #DFDC0B: hue angle of 59.15º degrees, saturation: 0.91, 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 #DFDC0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.13 |
| HSL | 59.15º | 0.91% | 0.46% | - |
| HSV(B) | 59.15º | 0.95% | 0.87% | - |
| XYZ | 56.09 | 66.9 | 10.27 | - |
| YUV | 197.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 11 | 0 | 0.01 | 0.95 | 0.13 | 59.15 | 0.91 | 0.46 |
| Hex | DF | DC | B | 0 | 1 | 5F | D | 3B | 5B | 2E |
| Octal | 337 | 334 | 13 | 0 | 1 | 137 | 15 | 73 | 133 | 56 |
| Binary | 11011111 | 11011100 | 1011 | 0 | 1 | 1011111 | 1101 | 111011 | 1011011 | 101110 |
Color Harmonies of #DFDC0B
Complementary color
Monochromatic Colors of #DFDC0B
Black with #DFDC0B
Text Example
Text Example
White with #DFDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC0B; }
p { color: rgb(223,220,11); }
H1.HeaderClassName
{
color: #DFDC0B;
}
.AnyTagClassName
{
color: #DFDC0B;
}
</style>
background-color css
<style>
a { background-color: #DFDC0B; }
a { background-color: rgb(223,220,11); }
div.DivClassName
{
background-color: #DFDC0B;
}
.BgClassName
{
background-color: #DFDC0B;
}
</style>
border-color css
<style>
span { border-color: #DFDC0B; }
span { border-color: rgb(223,220,11); }
td.TdClassName
{
border-color: #DFDC0B;
}
.TagClassName
{
border-color: #DFDC0B;
}
</style>