Shades of Barberry #DCD21F
Tints of Barberry #DCD21F
RGB
CMYK
RGB Variations
Color information
#DCD21F (or 0xDCD21F) is known color: Barberry. HEX triplet: DC, D2 and 1F. RGB value is (220,210,31). Sum of RGB (Red+Green+Blue) = 220+210+31=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD21F is #232DE0. Grayscale: #C1C1C1. Windows color (decimal): -2305505 or 2085596. OLE color: 2085596.
HSL color Cylindrical-coordinate representation of color #DCD21F: hue angle of 56.83º 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 #DCD21F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 31 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.14 |
| HSL | 56.83º | 0.75% | 0.49% | - |
| HSV(B) | 56.83º | 0.86% | 0.86% | - |
| XYZ | 52.81 | 61.41 | 10.37 | - |
| YUV | 192.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 31 | 0 | 0.05 | 0.86 | 0.14 | 56.83 | 0.75 | 0.49 |
| Hex | DC | D2 | 1F | 0 | 5 | 56 | E | 39 | 4B | 31 |
| Octal | 334 | 322 | 37 | 0 | 5 | 126 | 16 | 71 | 113 | 61 |
| Binary | 11011100 | 11010010 | 11111 | 0 | 101 | 1010110 | 1110 | 111001 | 1001011 | 110001 |
Color Harmonies of #DCD21F
Complementary color
Monochromatic Colors of #DCD21F
Black with #DCD21F
Text Example
Text Example
White with #DCD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD21F; }
p { color: rgb(220,210,31); }
H1.HeaderClassName
{
color: #DCD21F;
}
.AnyTagClassName
{
color: #DCD21F;
}
</style>
background-color css
<style>
a { background-color: #DCD21F; }
a { background-color: rgb(220,210,31); }
div.DivClassName
{
background-color: #DCD21F;
}
.BgClassName
{
background-color: #DCD21F;
}
</style>
border-color css
<style>
span { border-color: #DCD21F; }
span { border-color: rgb(220,210,31); }
td.TdClassName
{
border-color: #DCD21F;
}
.TagClassName
{
border-color: #DCD21F;
}
</style>