Shades of Barberry #DCD71F
Tints of Barberry #DCD71F
RGB
CMYK
RGB Variations
Color information
#DCD71F (or 0xDCD71F) is known color: Barberry. HEX triplet: DC, D7 and 1F. RGB value is (220,215,31). Sum of RGB (Red+Green+Blue) = 220+215+31=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD71F is #2328E0. Grayscale: #C4C4C4. Windows color (decimal): -2304225 or 2086876. OLE color: 2086876.
HSL color Cylindrical-coordinate representation of color #DCD71F: hue angle of 58.41º 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 #DCD71F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.14 |
| HSL | 58.41º | 0.75% | 0.49% | - |
| HSV(B) | 58.41º | 0.86% | 0.86% | - |
| XYZ | 54.06 | 63.92 | 10.78 | - |
| YUV | 195.52 | 35.16 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 31 | 0 | 0.02 | 0.86 | 0.14 | 58.41 | 0.75 | 0.49 |
| Hex | DC | D7 | 1F | 0 | 2 | 56 | E | 3A | 4B | 31 |
| Octal | 334 | 327 | 37 | 0 | 2 | 126 | 16 | 72 | 113 | 61 |
| Binary | 11011100 | 11010111 | 11111 | 0 | 10 | 1010110 | 1110 | 111010 | 1001011 | 110001 |
Color Harmonies of #DCD71F
Complementary color
Monochromatic Colors of #DCD71F
Black with #DCD71F
Text Example
Text Example
White with #DCD71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD71F; }
p { color: rgb(220,215,31); }
H1.HeaderClassName
{
color: #DCD71F;
}
.AnyTagClassName
{
color: #DCD71F;
}
</style>
background-color css
<style>
a { background-color: #DCD71F; }
a { background-color: rgb(220,215,31); }
div.DivClassName
{
background-color: #DCD71F;
}
.BgClassName
{
background-color: #DCD71F;
}
</style>
border-color css
<style>
span { border-color: #DCD71F; }
span { border-color: rgb(220,215,31); }
td.TdClassName
{
border-color: #DCD71F;
}
.TagClassName
{
border-color: #DCD71F;
}
</style>