Shades of Barberry #DCD61B
Tints of Barberry #DCD61B
RGB
CMYK
RGB Variations
Color information
#DCD61B (or 0xDCD61B) is known color: Barberry. HEX triplet: DC, D6 and 1B. RGB value is (220,214,27). Sum of RGB (Red+Green+Blue) = 220+214+27=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD61B is #2329E4. Grayscale: #C3C3C3. Windows color (decimal): -2304485 or 1824476. OLE color: 1824476.
HSL color Cylindrical-coordinate representation of color #DCD61B: hue angle of 58.13º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCD61B is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 27 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.14 |
| HSL | 58.13º | 0.78% | 0.48% | - |
| HSV(B) | 58.13º | 0.88% | 0.86% | - |
| XYZ | 53.76 | 63.39 | 10.44 | - |
| YUV | 194.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 27 | 0 | 0.03 | 0.88 | 0.14 | 58.13 | 0.78 | 0.48 |
| Hex | DC | D6 | 1B | 0 | 3 | 58 | E | 3A | 4E | 30 |
| Octal | 334 | 326 | 33 | 0 | 3 | 130 | 16 | 72 | 116 | 60 |
| Binary | 11011100 | 11010110 | 11011 | 0 | 11 | 1011000 | 1110 | 111010 | 1001110 | 110000 |
Color Harmonies of #DCD61B
Complementary color
Monochromatic Colors of #DCD61B
Black with #DCD61B
Text Example
Text Example
White with #DCD61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD61B; }
p { color: rgb(220,214,27); }
H1.HeaderClassName
{
color: #DCD61B;
}
.AnyTagClassName
{
color: #DCD61B;
}
</style>
background-color css
<style>
a { background-color: #DCD61B; }
a { background-color: rgb(220,214,27); }
div.DivClassName
{
background-color: #DCD61B;
}
.BgClassName
{
background-color: #DCD61B;
}
</style>
border-color css
<style>
span { border-color: #DCD61B; }
span { border-color: rgb(220,214,27); }
td.TdClassName
{
border-color: #DCD61B;
}
.TagClassName
{
border-color: #DCD61B;
}
</style>