Shades of Barberry #DFCD20
Tints of Barberry #DFCD20
RGB
CMYK
RGB Variations
Color information
#DFCD20 (or 0xDFCD20) is known color: Barberry. HEX triplet: DF, CD and 20. RGB value is (223,205,32). Sum of RGB (Red+Green+Blue) = 223+205+32=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD20 is #2032DF. Grayscale: #BFBFBF. Windows color (decimal): -2110176 or 2149855. OLE color: 2149855.
HSL color Cylindrical-coordinate representation of color #DFCD20: hue angle of 54.35º 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 #DFCD20 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 32 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.13 |
| HSL | 54.35º | 0.75% | 0.5% | - |
| HSV(B) | 54.35º | 0.86% | 0.87% | - |
| XYZ | 52.52 | 59.45 | 10.07 | - |
| YUV | 190.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 32 | 0 | 0.08 | 0.86 | 0.13 | 54.35 | 0.75 | 0.5 |
| Hex | DF | CD | 20 | 0 | 8 | 56 | D | 36 | 4B | 32 |
| Octal | 337 | 315 | 40 | 0 | 10 | 126 | 15 | 66 | 113 | 62 |
| Binary | 11011111 | 11001101 | 100000 | 0 | 1000 | 1010110 | 1101 | 110110 | 1001011 | 110010 |
Color Harmonies of #DFCD20
Complementary color
Monochromatic Colors of #DFCD20
Black with #DFCD20
Text Example
Text Example
White with #DFCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD20; }
p { color: rgb(223,205,32); }
H1.HeaderClassName
{
color: #DFCD20;
}
.AnyTagClassName
{
color: #DFCD20;
}
</style>
background-color css
<style>
a { background-color: #DFCD20; }
a { background-color: rgb(223,205,32); }
div.DivClassName
{
background-color: #DFCD20;
}
.BgClassName
{
background-color: #DFCD20;
}
</style>
border-color css
<style>
span { border-color: #DFCD20; }
span { border-color: rgb(223,205,32); }
td.TdClassName
{
border-color: #DFCD20;
}
.TagClassName
{
border-color: #DFCD20;
}
</style>