Shades of Barberry #DCD61F
Tints of Barberry #DCD61F
RGB
CMYK
RGB Variations
Color information
#DCD61F (or 0xDCD61F) is known color: Barberry. HEX triplet: DC, D6 and 1F. RGB value is (220,214,31). Sum of RGB (Red+Green+Blue) = 220+214+31=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD61F is #2329E0. Grayscale: #C3C3C3. Windows color (decimal): -2304481 or 2086620. OLE color: 2086620.
HSL color Cylindrical-coordinate representation of color #DCD61F: hue angle of 58.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCD61F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 31 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.14 |
| HSL | 58.1º | 0.75% | 0.49% | - |
| HSV(B) | 58.1º | 0.86% | 0.86% | - |
| XYZ | 53.81 | 63.41 | 10.7 | - |
| YUV | 194.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 31 | 0 | 0.03 | 0.86 | 0.14 | 58.1 | 0.75 | 0.49 |
| Hex | DC | D6 | 1F | 0 | 3 | 56 | E | 3A | 4B | 31 |
| Octal | 334 | 326 | 37 | 0 | 3 | 126 | 16 | 72 | 113 | 61 |
| Binary | 11011100 | 11010110 | 11111 | 0 | 11 | 1010110 | 1110 | 111010 | 1001011 | 110001 |
Color Harmonies of #DCD61F
Complementary color
Monochromatic Colors of #DCD61F
Black with #DCD61F
Text Example
Text Example
White with #DCD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD61F; }
p { color: rgb(220,214,31); }
H1.HeaderClassName
{
color: #DCD61F;
}
.AnyTagClassName
{
color: #DCD61F;
}
</style>
background-color css
<style>
a { background-color: #DCD61F; }
a { background-color: rgb(220,214,31); }
div.DivClassName
{
background-color: #DCD61F;
}
.BgClassName
{
background-color: #DCD61F;
}
</style>
border-color css
<style>
span { border-color: #DCD61F; }
span { border-color: rgb(220,214,31); }
td.TdClassName
{
border-color: #DCD61F;
}
.TagClassName
{
border-color: #DCD61F;
}
</style>