Shades of Barberry #DBC826
Tints of Barberry #DBC826
RGB
CMYK
RGB Variations
Color information
#DBC826 (or 0xDBC826) is known color: Barberry. HEX triplet: DB, C8 and 26. RGB value is (219,200,38). Sum of RGB (Red+Green+Blue) = 219+200+38=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC826 is #2437D9. Grayscale: #BBBBBB. Windows color (decimal): -2373594 or 2541787. OLE color: 2541787.
HSL color Cylindrical-coordinate representation of color #DBC826: hue angle of 53.7º 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 #DBC826 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 38 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.14 |
| HSL | 53.7º | 0.72% | 0.5% | - |
| HSV(B) | 53.7º | 0.83% | 0.86% | - |
| XYZ | 50.22 | 56.51 | 10.09 | - |
| YUV | 187.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 38 | 0 | 0.09 | 0.83 | 0.14 | 53.7 | 0.72 | 0.5 |
| Hex | DB | C8 | 26 | 0 | 9 | 53 | E | 36 | 48 | 32 |
| Octal | 333 | 310 | 46 | 0 | 11 | 123 | 16 | 66 | 110 | 62 |
| Binary | 11011011 | 11001000 | 100110 | 0 | 1001 | 1010011 | 1110 | 110110 | 1001000 | 110010 |
Color Harmonies of #DBC826
Complementary color
Monochromatic Colors of #DBC826
Black with #DBC826
Text Example
Text Example
White with #DBC826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC826; }
p { color: rgb(219,200,38); }
H1.HeaderClassName
{
color: #DBC826;
}
.AnyTagClassName
{
color: #DBC826;
}
</style>
background-color css
<style>
a { background-color: #DBC826; }
a { background-color: rgb(219,200,38); }
div.DivClassName
{
background-color: #DBC826;
}
.BgClassName
{
background-color: #DBC826;
}
</style>
border-color css
<style>
span { border-color: #DBC826; }
span { border-color: rgb(219,200,38); }
td.TdClassName
{
border-color: #DBC826;
}
.TagClassName
{
border-color: #DBC826;
}
</style>