Shades of Barberry #DCD31B
Tints of Barberry #DCD31B
RGB
CMYK
RGB Variations
Color information
#DCD31B (or 0xDCD31B) is known color: Barberry. HEX triplet: DC, D3 and 1B. RGB value is (220,211,27). Sum of RGB (Red+Green+Blue) = 220+211+27=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD31B is #232CE4. Grayscale: #C1C1C1. Windows color (decimal): -2305253 or 1823708. OLE color: 1823708.
HSL color Cylindrical-coordinate representation of color #DCD31B: hue angle of 57.2º 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 #DCD31B is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 27 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.14 |
| HSL | 57.2º | 0.78% | 0.48% | - |
| HSV(B) | 57.2º | 0.88% | 0.86% | - |
| XYZ | 53.01 | 61.88 | 10.19 | - |
| YUV | 192.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 27 | 0 | 0.04 | 0.88 | 0.14 | 57.2 | 0.78 | 0.48 |
| Hex | DC | D3 | 1B | 0 | 4 | 58 | E | 39 | 4E | 30 |
| Octal | 334 | 323 | 33 | 0 | 4 | 130 | 16 | 71 | 116 | 60 |
| Binary | 11011100 | 11010011 | 11011 | 0 | 100 | 1011000 | 1110 | 111001 | 1001110 | 110000 |
Color Harmonies of #DCD31B
Complementary color
Monochromatic Colors of #DCD31B
Black with #DCD31B
Text Example
Text Example
White with #DCD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD31B; }
p { color: rgb(220,211,27); }
H1.HeaderClassName
{
color: #DCD31B;
}
.AnyTagClassName
{
color: #DCD31B;
}
</style>
background-color css
<style>
a { background-color: #DCD31B; }
a { background-color: rgb(220,211,27); }
div.DivClassName
{
background-color: #DCD31B;
}
.BgClassName
{
background-color: #DCD31B;
}
</style>
border-color css
<style>
span { border-color: #DCD31B; }
span { border-color: rgb(220,211,27); }
td.TdClassName
{
border-color: #DCD31B;
}
.TagClassName
{
border-color: #DCD31B;
}
</style>