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