Shades of Barberry #DBCA1D
Tints of Barberry #DBCA1D
RGB
CMYK
RGB Variations
Color information
#DBCA1D (or 0xDBCA1D) is known color: Barberry. HEX triplet: DB, CA and 1D. RGB value is (219,202,29). Sum of RGB (Red+Green+Blue) = 219+202+29=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA1D is #2435E2. Grayscale: #BCBCBC. Windows color (decimal): -2373091 or 1952475. OLE color: 1952475.
HSL color Cylindrical-coordinate representation of color #DBCA1D: hue angle of 54.63º 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 #DBCA1D is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 29 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.14 |
| HSL | 54.63º | 0.77% | 0.49% | - |
| HSV(B) | 54.63º | 0.87% | 0.86% | - |
| XYZ | 50.56 | 57.39 | 9.58 | - |
| YUV | 187.36 | 38.63 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 29 | 0 | 0.08 | 0.87 | 0.14 | 54.63 | 0.77 | 0.49 |
| Hex | DB | CA | 1D | 0 | 8 | 57 | E | 37 | 4D | 31 |
| Octal | 333 | 312 | 35 | 0 | 10 | 127 | 16 | 67 | 115 | 61 |
| Binary | 11011011 | 11001010 | 11101 | 0 | 1000 | 1010111 | 1110 | 110111 | 1001101 | 110001 |
Color Harmonies of #DBCA1D
Complementary color
Monochromatic Colors of #DBCA1D
Black with #DBCA1D
Text Example
Text Example
White with #DBCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA1D; }
p { color: rgb(219,202,29); }
H1.HeaderClassName
{
color: #DBCA1D;
}
.AnyTagClassName
{
color: #DBCA1D;
}
</style>
background-color css
<style>
a { background-color: #DBCA1D; }
a { background-color: rgb(219,202,29); }
div.DivClassName
{
background-color: #DBCA1D;
}
.BgClassName
{
background-color: #DBCA1D;
}
</style>
border-color css
<style>
span { border-color: #DBCA1D; }
span { border-color: rgb(219,202,29); }
td.TdClassName
{
border-color: #DBCA1D;
}
.TagClassName
{
border-color: #DBCA1D;
}
</style>