Shades of Barberry #DBCD1C
Tints of Barberry #DBCD1C
RGB
CMYK
RGB Variations
Color information
#DBCD1C (or 0xDBCD1C) is known color: Barberry. HEX triplet: DB, CD and 1C. RGB value is (219,205,28). Sum of RGB (Red+Green+Blue) = 219+205+28=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD1C is #2432E3. Grayscale: #BDBDBD. Windows color (decimal): -2372324 or 1887707. OLE color: 1887707.
HSL color Cylindrical-coordinate representation of color #DBCD1C: hue angle of 55.6º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBCD1C is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 28 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.14 |
| HSL | 55.6º | 0.77% | 0.48% | - |
| HSV(B) | 55.6º | 0.87% | 0.86% | - |
| XYZ | 51.25 | 58.81 | 9.75 | - |
| YUV | 189.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 28 | 0 | 0.06 | 0.87 | 0.14 | 55.6 | 0.77 | 0.48 |
| Hex | DB | CD | 1C | 0 | 6 | 57 | E | 38 | 4D | 30 |
| Octal | 333 | 315 | 34 | 0 | 6 | 127 | 16 | 70 | 115 | 60 |
| Binary | 11011011 | 11001101 | 11100 | 0 | 110 | 1010111 | 1110 | 111000 | 1001101 | 110000 |
Color Harmonies of #DBCD1C
Complementary color
Monochromatic Colors of #DBCD1C
Black with #DBCD1C
Text Example
Text Example
White with #DBCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD1C; }
p { color: rgb(219,205,28); }
H1.HeaderClassName
{
color: #DBCD1C;
}
.AnyTagClassName
{
color: #DBCD1C;
}
</style>
background-color css
<style>
a { background-color: #DBCD1C; }
a { background-color: rgb(219,205,28); }
div.DivClassName
{
background-color: #DBCD1C;
}
.BgClassName
{
background-color: #DBCD1C;
}
</style>
border-color css
<style>
span { border-color: #DBCD1C; }
span { border-color: rgb(219,205,28); }
td.TdClassName
{
border-color: #DBCD1C;
}
.TagClassName
{
border-color: #DBCD1C;
}
</style>