Shades of Barberry #DCDB1C
Tints of Barberry #DCDB1C
RGB
CMYK
RGB Variations
Color information
#DCDB1C (or 0xDCDB1C) is known color: Barberry. HEX triplet: DC, DB and 1C. RGB value is (220,219,28). Sum of RGB (Red+Green+Blue) = 220+219+28=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB1C is #2324E3. Grayscale: #C6C6C6. Windows color (decimal): -2303204 or 1891292. OLE color: 1891292.
HSL color Cylindrical-coordinate representation of color #DCDB1C: hue angle of 59.69º 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 #DCDB1C is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 28 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.14 |
| HSL | 59.69º | 0.77% | 0.49% | - |
| HSV(B) | 59.69º | 0.87% | 0.86% | - |
| XYZ | 55.06 | 65.96 | 10.93 | - |
| YUV | 197.53 | 32.33 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 28 | 0 | 0.00 | 0.87 | 0.14 | 59.69 | 0.77 | 0.49 |
| Hex | DC | DB | 1C | 0 | 0 | 57 | E | 3C | 4D | 31 |
| Octal | 334 | 333 | 34 | 0 | 0 | 127 | 16 | 74 | 115 | 61 |
| Binary | 11011100 | 11011011 | 11100 | 0 | 0 | 1010111 | 1110 | 111100 | 1001101 | 110001 |
Color Harmonies of #DCDB1C
Complementary color
Monochromatic Colors of #DCDB1C
Black with #DCDB1C
Text Example
Text Example
White with #DCDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB1C; }
p { color: rgb(220,219,28); }
H1.HeaderClassName
{
color: #DCDB1C;
}
.AnyTagClassName
{
color: #DCDB1C;
}
</style>
background-color css
<style>
a { background-color: #DCDB1C; }
a { background-color: rgb(220,219,28); }
div.DivClassName
{
background-color: #DCDB1C;
}
.BgClassName
{
background-color: #DCDB1C;
}
</style>
border-color css
<style>
span { border-color: #DCDB1C; }
span { border-color: rgb(220,219,28); }
td.TdClassName
{
border-color: #DCDB1C;
}
.TagClassName
{
border-color: #DCDB1C;
}
</style>