Shades of Barberry #DBCD1D
Tints of Barberry #DBCD1D
RGB
CMYK
RGB Variations
Color information
#DBCD1D (or 0xDBCD1D) is known color: Barberry. HEX triplet: DB, CD and 1D. RGB value is (219,205,29). Sum of RGB (Red+Green+Blue) = 219+205+29=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD1D is #2432E2. Grayscale: #BDBDBD. Windows color (decimal): -2372323 or 1953243. OLE color: 1953243.
HSL color Cylindrical-coordinate representation of color #DBCD1D: hue angle of 55.58º 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 #DBCD1D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 29 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.14 |
| HSL | 55.58º | 0.77% | 0.49% | - |
| HSV(B) | 55.58º | 0.87% | 0.86% | - |
| XYZ | 51.27 | 58.81 | 9.81 | - |
| YUV | 189.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 29 | 0 | 0.06 | 0.87 | 0.14 | 55.58 | 0.77 | 0.49 |
| Hex | DB | CD | 1D | 0 | 6 | 57 | E | 38 | 4D | 31 |
| Octal | 333 | 315 | 35 | 0 | 6 | 127 | 16 | 70 | 115 | 61 |
| Binary | 11011011 | 11001101 | 11101 | 0 | 110 | 1010111 | 1110 | 111000 | 1001101 | 110001 |
Color Harmonies of #DBCD1D
Complementary color
Monochromatic Colors of #DBCD1D
Black with #DBCD1D
Text Example
Text Example
White with #DBCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD1D; }
p { color: rgb(219,205,29); }
H1.HeaderClassName
{
color: #DBCD1D;
}
.AnyTagClassName
{
color: #DBCD1D;
}
</style>
background-color css
<style>
a { background-color: #DBCD1D; }
a { background-color: rgb(219,205,29); }
div.DivClassName
{
background-color: #DBCD1D;
}
.BgClassName
{
background-color: #DBCD1D;
}
</style>
border-color css
<style>
span { border-color: #DBCD1D; }
span { border-color: rgb(219,205,29); }
td.TdClassName
{
border-color: #DBCD1D;
}
.TagClassName
{
border-color: #DBCD1D;
}
</style>