Shades of Barberry #DCD41B
Tints of Barberry #DCD41B
RGB
CMYK
RGB Variations
Color information
#DCD41B (or 0xDCD41B) is known color: Barberry. HEX triplet: DC, D4 and 1B. RGB value is (220,212,27). Sum of RGB (Red+Green+Blue) = 220+212+27=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD41B is #232BE4. Grayscale: #C2C2C2. Windows color (decimal): -2304997 or 1823964. OLE color: 1823964.
HSL color Cylindrical-coordinate representation of color #DCD41B: hue angle of 57.51º 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 #DCD41B is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 27 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.14 |
| HSL | 57.51º | 0.78% | 0.48% | - |
| HSV(B) | 57.51º | 0.88% | 0.86% | - |
| XYZ | 53.26 | 62.38 | 10.27 | - |
| YUV | 193.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 27 | 0 | 0.04 | 0.88 | 0.14 | 57.51 | 0.78 | 0.48 |
| Hex | DC | D4 | 1B | 0 | 4 | 58 | E | 3A | 4E | 30 |
| Octal | 334 | 324 | 33 | 0 | 4 | 130 | 16 | 72 | 116 | 60 |
| Binary | 11011100 | 11010100 | 11011 | 0 | 100 | 1011000 | 1110 | 111010 | 1001110 | 110000 |
Color Harmonies of #DCD41B
Complementary color
Monochromatic Colors of #DCD41B
Black with #DCD41B
Text Example
Text Example
White with #DCD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD41B; }
p { color: rgb(220,212,27); }
H1.HeaderClassName
{
color: #DCD41B;
}
.AnyTagClassName
{
color: #DCD41B;
}
</style>
background-color css
<style>
a { background-color: #DCD41B; }
a { background-color: rgb(220,212,27); }
div.DivClassName
{
background-color: #DCD41B;
}
.BgClassName
{
background-color: #DCD41B;
}
</style>
border-color css
<style>
span { border-color: #DCD41B; }
span { border-color: rgb(220,212,27); }
td.TdClassName
{
border-color: #DCD41B;
}
.TagClassName
{
border-color: #DCD41B;
}
</style>