Shades of Barberry #DCD41A
Tints of Barberry #DCD41A
RGB
CMYK
RGB Variations
Color information
#DCD41A (or 0xDCD41A) is known color: Barberry. HEX triplet: DC, D4 and 1A. RGB value is (220,212,26). Sum of RGB (Red+Green+Blue) = 220+212+26=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD41A is #232BE5. Grayscale: #C1C1C1. Windows color (decimal): -2304998 or 1758428. OLE color: 1758428.
HSL color Cylindrical-coordinate representation of color #DCD41A: hue angle of 57.53º degrees, saturation: 0.79, 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 #DCD41A is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 26 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.14 |
| HSL | 57.53º | 0.79% | 0.48% | - |
| HSV(B) | 57.53º | 0.88% | 0.86% | - |
| XYZ | 53.25 | 62.38 | 10.21 | - |
| YUV | 193.19 | 33.65 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 26 | 0 | 0.04 | 0.88 | 0.14 | 57.53 | 0.79 | 0.48 |
| Hex | DC | D4 | 1A | 0 | 4 | 58 | E | 3A | 4F | 30 |
| Octal | 334 | 324 | 32 | 0 | 4 | 130 | 16 | 72 | 117 | 60 |
| Binary | 11011100 | 11010100 | 11010 | 0 | 100 | 1011000 | 1110 | 111010 | 1001111 | 110000 |
Color Harmonies of #DCD41A
Complementary color
Monochromatic Colors of #DCD41A
Black with #DCD41A
Text Example
Text Example
White with #DCD41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD41A; }
p { color: rgb(220,212,26); }
H1.HeaderClassName
{
color: #DCD41A;
}
.AnyTagClassName
{
color: #DCD41A;
}
</style>
background-color css
<style>
a { background-color: #DCD41A; }
a { background-color: rgb(220,212,26); }
div.DivClassName
{
background-color: #DCD41A;
}
.BgClassName
{
background-color: #DCD41A;
}
</style>
border-color css
<style>
span { border-color: #DCD41A; }
span { border-color: rgb(220,212,26); }
td.TdClassName
{
border-color: #DCD41A;
}
.TagClassName
{
border-color: #DCD41A;
}
</style>