Shades of Barberry #DBC627
Tints of Barberry #DBC627
RGB
CMYK
RGB Variations
Color information
#DBC627 (or 0xDBC627) is known color: Barberry. HEX triplet: DB, C6 and 27. RGB value is (219,198,39). Sum of RGB (Red+Green+Blue) = 219+198+39=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC627 is #2439D8. Grayscale: #BABABA. Windows color (decimal): -2374105 or 2606811. OLE color: 2606811.
HSL color Cylindrical-coordinate representation of color #DBC627: hue angle of 53º 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 #DBC627 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 39 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.14 |
| HSL | 53º | 0.71% | 0.51% | - |
| HSV(B) | 53º | 0.82% | 0.86% | - |
| XYZ | 49.77 | 55.59 | 10.03 | - |
| YUV | 186.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 39 | 0 | 0.10 | 0.82 | 0.14 | 53 | 0.71 | 0.51 |
| Hex | DB | C6 | 27 | 0 | A | 52 | E | 35 | 47 | 33 |
| Octal | 333 | 306 | 47 | 0 | 12 | 122 | 16 | 65 | 107 | 63 |
| Binary | 11011011 | 11000110 | 100111 | 0 | 1010 | 1010010 | 1110 | 110101 | 1000111 | 110011 |
Color Harmonies of #DBC627
Complementary color
Monochromatic Colors of #DBC627
Black with #DBC627
Text Example
Text Example
White with #DBC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC627; }
p { color: rgb(219,198,39); }
H1.HeaderClassName
{
color: #DBC627;
}
.AnyTagClassName
{
color: #DBC627;
}
</style>
background-color css
<style>
a { background-color: #DBC627; }
a { background-color: rgb(219,198,39); }
div.DivClassName
{
background-color: #DBC627;
}
.BgClassName
{
background-color: #DBC627;
}
</style>
border-color css
<style>
span { border-color: #DBC627; }
span { border-color: rgb(219,198,39); }
td.TdClassName
{
border-color: #DBC627;
}
.TagClassName
{
border-color: #DBC627;
}
</style>