Shades of Barberry #DCDB1B
Tints of Barberry #DCDB1B
RGB
CMYK
RGB Variations
Color information
#DCDB1B (or 0xDCDB1B) is known color: Barberry. HEX triplet: DC, DB and 1B. RGB value is (220,219,27). Sum of RGB (Red+Green+Blue) = 220+219+27=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB1B is #2324E4. Grayscale: #C6C6C6. Windows color (decimal): -2303205 or 1825756. OLE color: 1825756.
HSL color Cylindrical-coordinate representation of color #DCDB1B: hue angle of 59.69º 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 #DCDB1B is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 27 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.14 |
| HSL | 59.69º | 0.78% | 0.48% | - |
| HSV(B) | 59.69º | 0.88% | 0.86% | - |
| XYZ | 55.04 | 65.96 | 10.87 | - |
| YUV | 197.41 | 31.83 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 27 | 0 | 0.00 | 0.88 | 0.14 | 59.69 | 0.78 | 0.48 |
| Hex | DC | DB | 1B | 0 | 0 | 58 | E | 3C | 4E | 30 |
| Octal | 334 | 333 | 33 | 0 | 0 | 130 | 16 | 74 | 116 | 60 |
| Binary | 11011100 | 11011011 | 11011 | 0 | 0 | 1011000 | 1110 | 111100 | 1001110 | 110000 |
Color Harmonies of #DCDB1B
Complementary color
Monochromatic Colors of #DCDB1B
Black with #DCDB1B
Text Example
Text Example
White with #DCDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB1B; }
p { color: rgb(220,219,27); }
H1.HeaderClassName
{
color: #DCDB1B;
}
.AnyTagClassName
{
color: #DCDB1B;
}
</style>
background-color css
<style>
a { background-color: #DCDB1B; }
a { background-color: rgb(220,219,27); }
div.DivClassName
{
background-color: #DCDB1B;
}
.BgClassName
{
background-color: #DCDB1B;
}
</style>
border-color css
<style>
span { border-color: #DCDB1B; }
span { border-color: rgb(220,219,27); }
td.TdClassName
{
border-color: #DCDB1B;
}
.TagClassName
{
border-color: #DCDB1B;
}
</style>