Shades of Barberry #DBC525
Tints of Barberry #DBC525
RGB
CMYK
RGB Variations
Color information
#DBC525 (or 0xDBC525) is known color: Barberry. HEX triplet: DB, C5 and 25. RGB value is (219,197,37). Sum of RGB (Red+Green+Blue) = 219+197+37=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC525 is #243ADA. Grayscale: #BABABA. Windows color (decimal): -2374363 or 2475483. OLE color: 2475483.
HSL color Cylindrical-coordinate representation of color #DBC525: hue angle of 52.75º 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 #DBC525 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 37 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.14 |
| HSL | 52.75º | 0.72% | 0.5% | - |
| HSV(B) | 52.75º | 0.83% | 0.86% | - |
| XYZ | 49.51 | 55.13 | 9.78 | - |
| YUV | 185.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 37 | 0 | 0.10 | 0.83 | 0.14 | 52.75 | 0.72 | 0.5 |
| Hex | DB | C5 | 25 | 0 | A | 53 | E | 35 | 48 | 32 |
| Octal | 333 | 305 | 45 | 0 | 12 | 123 | 16 | 65 | 110 | 62 |
| Binary | 11011011 | 11000101 | 100101 | 0 | 1010 | 1010011 | 1110 | 110101 | 1001000 | 110010 |
Color Harmonies of #DBC525
Complementary color
Monochromatic Colors of #DBC525
Black with #DBC525
Text Example
Text Example
White with #DBC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC525; }
p { color: rgb(219,197,37); }
H1.HeaderClassName
{
color: #DBC525;
}
.AnyTagClassName
{
color: #DBC525;
}
</style>
background-color css
<style>
a { background-color: #DBC525; }
a { background-color: rgb(219,197,37); }
div.DivClassName
{
background-color: #DBC525;
}
.BgClassName
{
background-color: #DBC525;
}
</style>
border-color css
<style>
span { border-color: #DBC525; }
span { border-color: rgb(219,197,37); }
td.TdClassName
{
border-color: #DBC525;
}
.TagClassName
{
border-color: #DBC525;
}
</style>