Shades of Barberry #DBCA1E
Tints of Barberry #DBCA1E
RGB
CMYK
RGB Variations
Color information
#DBCA1E (or 0xDBCA1E) is known color: Barberry. HEX triplet: DB, CA and 1E. RGB value is (219,202,30). Sum of RGB (Red+Green+Blue) = 219+202+30=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA1E is #2435E1. Grayscale: #BCBCBC. Windows color (decimal): -2373090 or 2018011. OLE color: 2018011.
HSL color Cylindrical-coordinate representation of color #DBCA1E: hue angle of 54.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBCA1E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 30 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.14 |
| HSL | 54.6º | 0.76% | 0.49% | - |
| HSV(B) | 54.6º | 0.86% | 0.86% | - |
| XYZ | 50.57 | 57.39 | 9.64 | - |
| YUV | 187.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 30 | 0 | 0.08 | 0.86 | 0.14 | 54.6 | 0.76 | 0.49 |
| Hex | DB | CA | 1E | 0 | 8 | 56 | E | 37 | 4C | 31 |
| Octal | 333 | 312 | 36 | 0 | 10 | 126 | 16 | 67 | 114 | 61 |
| Binary | 11011011 | 11001010 | 11110 | 0 | 1000 | 1010110 | 1110 | 110111 | 1001100 | 110001 |
Color Harmonies of #DBCA1E
Complementary color
Monochromatic Colors of #DBCA1E
Black with #DBCA1E
Text Example
Text Example
White with #DBCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA1E; }
p { color: rgb(219,202,30); }
H1.HeaderClassName
{
color: #DBCA1E;
}
.AnyTagClassName
{
color: #DBCA1E;
}
</style>
background-color css
<style>
a { background-color: #DBCA1E; }
a { background-color: rgb(219,202,30); }
div.DivClassName
{
background-color: #DBCA1E;
}
.BgClassName
{
background-color: #DBCA1E;
}
</style>
border-color css
<style>
span { border-color: #DBCA1E; }
span { border-color: rgb(219,202,30); }
td.TdClassName
{
border-color: #DBCA1E;
}
.TagClassName
{
border-color: #DBCA1E;
}
</style>