Shades of Barberry #DCDF16
Tints of Barberry #DCDF16
RGB
CMYK
RGB Variations
Color information
#DCDF16 (or 0xDCDF16) is known color: Barberry. HEX triplet: DC, DF and 16. RGB value is (220,223,22). Sum of RGB (Red+Green+Blue) = 220+223+22=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF16 is #2320E9. Grayscale: #C7C7C7. Windows color (decimal): -2302186 or 1499100. OLE color: 1499100.
HSL color Cylindrical-coordinate representation of color #DCDF16: hue angle of 60.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCDF16 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.13 |
| HSL | 60.9º | 0.82% | 0.48% | - |
| HSV(B) | 60.9º | 0.9% | 0.87% | - |
| XYZ | 56.05 | 68.05 | 10.94 | - |
| YUV | 199.19 | 28.01 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 22 | 0.01 | 0 | 0.90 | 0.13 | 60.9 | 0.82 | 0.48 |
| Hex | DC | DF | 16 | 1 | 0 | 5A | D | 3D | 52 | 30 |
| Octal | 334 | 337 | 26 | 1 | 0 | 132 | 15 | 75 | 122 | 60 |
| Binary | 11011100 | 11011111 | 10110 | 1 | 0 | 1011010 | 1101 | 111101 | 1010010 | 110000 |
Color Harmonies of #DCDF16
Complementary color
Monochromatic Colors of #DCDF16
Black with #DCDF16
Text Example
Text Example
White with #DCDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF16; }
p { color: rgb(220,223,22); }
H1.HeaderClassName
{
color: #DCDF16;
}
.AnyTagClassName
{
color: #DCDF16;
}
</style>
background-color css
<style>
a { background-color: #DCDF16; }
a { background-color: rgb(220,223,22); }
div.DivClassName
{
background-color: #DCDF16;
}
.BgClassName
{
background-color: #DCDF16;
}
</style>
border-color css
<style>
span { border-color: #DCDF16; }
span { border-color: rgb(220,223,22); }
td.TdClassName
{
border-color: #DCDF16;
}
.TagClassName
{
border-color: #DCDF16;
}
</style>