Shades of Barberry #DCD60F
Tints of Barberry #DCD60F
RGB
CMYK
RGB Variations
Color information
#DCD60F (or 0xDCD60F) is known color: Barberry. HEX triplet: DC, D6 and 0F. RGB value is (220,214,15). Sum of RGB (Red+Green+Blue) = 220+214+15=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD60F is #2329F0. Grayscale: #C1C1C1. Windows color (decimal): -2304497 or 1038044. OLE color: 1038044.
HSL color Cylindrical-coordinate representation of color #DCD60F: hue angle of 58.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD60F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 15 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.14 |
| HSL | 58.24º | 0.87% | 0.46% | - |
| HSV(B) | 58.24º | 0.93% | 0.86% | - |
| XYZ | 53.65 | 63.34 | 9.85 | - |
| YUV | 193.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 15 | 0 | 0.03 | 0.93 | 0.14 | 58.24 | 0.87 | 0.46 |
| Hex | DC | D6 | F | 0 | 3 | 5D | E | 3A | 57 | 2E |
| Octal | 334 | 326 | 17 | 0 | 3 | 135 | 16 | 72 | 127 | 56 |
| Binary | 11011100 | 11010110 | 1111 | 0 | 11 | 1011101 | 1110 | 111010 | 1010111 | 101110 |
Color Harmonies of #DCD60F
Complementary color
Monochromatic Colors of #DCD60F
Black with #DCD60F
Text Example
Text Example
White with #DCD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD60F; }
p { color: rgb(220,214,15); }
H1.HeaderClassName
{
color: #DCD60F;
}
.AnyTagClassName
{
color: #DCD60F;
}
</style>
background-color css
<style>
a { background-color: #DCD60F; }
a { background-color: rgb(220,214,15); }
div.DivClassName
{
background-color: #DCD60F;
}
.BgClassName
{
background-color: #DCD60F;
}
</style>
border-color css
<style>
span { border-color: #DCD60F; }
span { border-color: rgb(220,214,15); }
td.TdClassName
{
border-color: #DCD60F;
}
.TagClassName
{
border-color: #DCD60F;
}
</style>