Shades of Barberry #DCD31D
Tints of Barberry #DCD31D
RGB
CMYK
RGB Variations
Color information
#DCD31D (or 0xDCD31D) is known color: Barberry. HEX triplet: DC, D3 and 1D. RGB value is (220,211,29). Sum of RGB (Red+Green+Blue) = 220+211+29=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD31D is #232CE2. Grayscale: #C1C1C1. Windows color (decimal): -2305251 or 1954780. OLE color: 1954780.
HSL color Cylindrical-coordinate representation of color #DCD31D: hue angle of 57.17º 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 #DCD31D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 29 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.14 |
| HSL | 57.17º | 0.77% | 0.49% | - |
| HSV(B) | 57.17º | 0.87% | 0.86% | - |
| XYZ | 53.03 | 61.89 | 10.31 | - |
| YUV | 192.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 29 | 0 | 0.04 | 0.87 | 0.14 | 57.17 | 0.77 | 0.49 |
| Hex | DC | D3 | 1D | 0 | 4 | 57 | E | 39 | 4D | 31 |
| Octal | 334 | 323 | 35 | 0 | 4 | 127 | 16 | 71 | 115 | 61 |
| Binary | 11011100 | 11010011 | 11101 | 0 | 100 | 1010111 | 1110 | 111001 | 1001101 | 110001 |
Color Harmonies of #DCD31D
Complementary color
Monochromatic Colors of #DCD31D
Black with #DCD31D
Text Example
Text Example
White with #DCD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD31D; }
p { color: rgb(220,211,29); }
H1.HeaderClassName
{
color: #DCD31D;
}
.AnyTagClassName
{
color: #DCD31D;
}
</style>
background-color css
<style>
a { background-color: #DCD31D; }
a { background-color: rgb(220,211,29); }
div.DivClassName
{
background-color: #DCD31D;
}
.BgClassName
{
background-color: #DCD31D;
}
</style>
border-color css
<style>
span { border-color: #DCD31D; }
span { border-color: rgb(220,211,29); }
td.TdClassName
{
border-color: #DCD31D;
}
.TagClassName
{
border-color: #DCD31D;
}
</style>