Shades of Barberry #DBCA28
Tints of Barberry #DBCA28
RGB
CMYK
RGB Variations
Color information
#DBCA28 (or 0xDBCA28) is known color: Barberry. HEX triplet: DB, CA and 28. RGB value is (219,202,40). Sum of RGB (Red+Green+Blue) = 219+202+40=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA28 is #2435D7. Grayscale: #BDBDBD. Windows color (decimal): -2373080 or 2673371. OLE color: 2673371.
HSL color Cylindrical-coordinate representation of color #DBCA28: hue angle of 54.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBCA28 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 40 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.14 |
| HSL | 54.3º | 0.71% | 0.51% | - |
| HSV(B) | 54.3º | 0.82% | 0.86% | - |
| XYZ | 50.72 | 57.45 | 10.42 | - |
| YUV | 188.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 40 | 0 | 0.08 | 0.82 | 0.14 | 54.3 | 0.71 | 0.51 |
| Hex | DB | CA | 28 | 0 | 8 | 52 | E | 36 | 47 | 33 |
| Octal | 333 | 312 | 50 | 0 | 10 | 122 | 16 | 66 | 107 | 63 |
| Binary | 11011011 | 11001010 | 101000 | 0 | 1000 | 1010010 | 1110 | 110110 | 1000111 | 110011 |
Color Harmonies of #DBCA28
Complementary color
Monochromatic Colors of #DBCA28
Black with #DBCA28
Text Example
Text Example
White with #DBCA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA28; }
p { color: rgb(219,202,40); }
H1.HeaderClassName
{
color: #DBCA28;
}
.AnyTagClassName
{
color: #DBCA28;
}
</style>
background-color css
<style>
a { background-color: #DBCA28; }
a { background-color: rgb(219,202,40); }
div.DivClassName
{
background-color: #DBCA28;
}
.BgClassName
{
background-color: #DBCA28;
}
</style>
border-color css
<style>
span { border-color: #DBCA28; }
span { border-color: rgb(219,202,40); }
td.TdClassName
{
border-color: #DBCA28;
}
.TagClassName
{
border-color: #DBCA28;
}
</style>