Shades of Barberry #DCD61C
Tints of Barberry #DCD61C
RGB
CMYK
RGB Variations
Color information
#DCD61C (or 0xDCD61C) is known color: Barberry. HEX triplet: DC, D6 and 1C. RGB value is (220,214,28). Sum of RGB (Red+Green+Blue) = 220+214+28=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD61C is #2329E3. Grayscale: #C3C3C3. Windows color (decimal): -2304484 or 1890012. OLE color: 1890012.
HSL color Cylindrical-coordinate representation of color #DCD61C: hue angle of 58.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCD61C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.14 |
| HSL | 58.13º | 0.77% | 0.49% | - |
| HSV(B) | 58.13º | 0.87% | 0.86% | - |
| XYZ | 53.77 | 63.39 | 10.5 | - |
| YUV | 194.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 28 | 0 | 0.03 | 0.87 | 0.14 | 58.13 | 0.77 | 0.49 |
| Hex | DC | D6 | 1C | 0 | 3 | 57 | E | 3A | 4D | 31 |
| Octal | 334 | 326 | 34 | 0 | 3 | 127 | 16 | 72 | 115 | 61 |
| Binary | 11011100 | 11010110 | 11100 | 0 | 11 | 1010111 | 1110 | 111010 | 1001101 | 110001 |
Color Harmonies of #DCD61C
Complementary color
Monochromatic Colors of #DCD61C
Black with #DCD61C
Text Example
Text Example
White with #DCD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD61C; }
p { color: rgb(220,214,28); }
H1.HeaderClassName
{
color: #DCD61C;
}
.AnyTagClassName
{
color: #DCD61C;
}
</style>
background-color css
<style>
a { background-color: #DCD61C; }
a { background-color: rgb(220,214,28); }
div.DivClassName
{
background-color: #DCD61C;
}
.BgClassName
{
background-color: #DCD61C;
}
</style>
border-color css
<style>
span { border-color: #DCD61C; }
span { border-color: rgb(220,214,28); }
td.TdClassName
{
border-color: #DCD61C;
}
.TagClassName
{
border-color: #DCD61C;
}
</style>