Shades of Barberry #DFCE20
Tints of Barberry #DFCE20
RGB
CMYK
RGB Variations
Color information
#DFCE20 (or 0xDFCE20) is known color: Barberry. HEX triplet: DF, CE and 20. RGB value is (223,206,32). Sum of RGB (Red+Green+Blue) = 223+206+32=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE20 is #2031DF. Grayscale: #BFBFBF. Windows color (decimal): -2109920 or 2150111. OLE color: 2150111.
HSL color Cylindrical-coordinate representation of color #DFCE20: hue angle of 54.66º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFCE20 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.13 |
| HSL | 54.66º | 0.75% | 0.5% | - |
| HSV(B) | 54.66º | 0.86% | 0.87% | - |
| XYZ | 52.76 | 59.93 | 10.15 | - |
| YUV | 191.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 32 | 0 | 0.08 | 0.86 | 0.13 | 54.66 | 0.75 | 0.5 |
| Hex | DF | CE | 20 | 0 | 8 | 56 | D | 37 | 4B | 32 |
| Octal | 337 | 316 | 40 | 0 | 10 | 126 | 15 | 67 | 113 | 62 |
| Binary | 11011111 | 11001110 | 100000 | 0 | 1000 | 1010110 | 1101 | 110111 | 1001011 | 110010 |
Color Harmonies of #DFCE20
Complementary color
Monochromatic Colors of #DFCE20
Black with #DFCE20
Text Example
Text Example
White with #DFCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE20; }
p { color: rgb(223,206,32); }
H1.HeaderClassName
{
color: #DFCE20;
}
.AnyTagClassName
{
color: #DFCE20;
}
</style>
background-color css
<style>
a { background-color: #DFCE20; }
a { background-color: rgb(223,206,32); }
div.DivClassName
{
background-color: #DFCE20;
}
.BgClassName
{
background-color: #DFCE20;
}
</style>
border-color css
<style>
span { border-color: #DFCE20; }
span { border-color: rgb(223,206,32); }
td.TdClassName
{
border-color: #DFCE20;
}
.TagClassName
{
border-color: #DFCE20;
}
</style>