Shades of Barberry #DBCA25
Tints of Barberry #DBCA25
RGB
CMYK
RGB Variations
Color information
#DBCA25 (or 0xDBCA25) is known color: Barberry. HEX triplet: DB, CA and 25. RGB value is (219,202,37). Sum of RGB (Red+Green+Blue) = 219+202+37=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA25 is #2435DA. Grayscale: #BCBCBC. Windows color (decimal): -2373083 or 2476763. OLE color: 2476763.
HSL color Cylindrical-coordinate representation of color #DBCA25: hue angle of 54.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBCA25 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 37 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.14 |
| HSL | 54.4º | 0.72% | 0.5% | - |
| HSV(B) | 54.4º | 0.83% | 0.86% | - |
| XYZ | 50.67 | 57.43 | 10.17 | - |
| YUV | 188.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 37 | 0 | 0.08 | 0.83 | 0.14 | 54.4 | 0.72 | 0.5 |
| Hex | DB | CA | 25 | 0 | 8 | 53 | E | 36 | 48 | 32 |
| Octal | 333 | 312 | 45 | 0 | 10 | 123 | 16 | 66 | 110 | 62 |
| Binary | 11011011 | 11001010 | 100101 | 0 | 1000 | 1010011 | 1110 | 110110 | 1001000 | 110010 |
Color Harmonies of #DBCA25
Complementary color
Monochromatic Colors of #DBCA25
Black with #DBCA25
Text Example
Text Example
White with #DBCA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA25; }
p { color: rgb(219,202,37); }
H1.HeaderClassName
{
color: #DBCA25;
}
.AnyTagClassName
{
color: #DBCA25;
}
</style>
background-color css
<style>
a { background-color: #DBCA25; }
a { background-color: rgb(219,202,37); }
div.DivClassName
{
background-color: #DBCA25;
}
.BgClassName
{
background-color: #DBCA25;
}
</style>
border-color css
<style>
span { border-color: #DBCA25; }
span { border-color: rgb(219,202,37); }
td.TdClassName
{
border-color: #DBCA25;
}
.TagClassName
{
border-color: #DBCA25;
}
</style>