Shades of Barberry #DBD41C
Tints of Barberry #DBD41C
RGB
CMYK
RGB Variations
Color information
#DBD41C (or 0xDBD41C) is known color: Barberry. HEX triplet: DB, D4 and 1C. RGB value is (219,212,28). Sum of RGB (Red+Green+Blue) = 219+212+28=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD41C is #242BE3. Grayscale: #C1C1C1. Windows color (decimal): -2370532 or 1889499. OLE color: 1889499.
HSL color Cylindrical-coordinate representation of color #DBD41C: hue angle of 57.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBD41C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.14 |
| HSL | 57.8º | 0.77% | 0.48% | - |
| HSV(B) | 57.8º | 0.87% | 0.86% | - |
| XYZ | 52.97 | 62.23 | 10.32 | - |
| YUV | 193.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 28 | 0 | 0.03 | 0.87 | 0.14 | 57.8 | 0.77 | 0.48 |
| Hex | DB | D4 | 1C | 0 | 3 | 57 | E | 3A | 4D | 30 |
| Octal | 333 | 324 | 34 | 0 | 3 | 127 | 16 | 72 | 115 | 60 |
| Binary | 11011011 | 11010100 | 11100 | 0 | 11 | 1010111 | 1110 | 111010 | 1001101 | 110000 |
Color Harmonies of #DBD41C
Complementary color
Monochromatic Colors of #DBD41C
Black with #DBD41C
Text Example
Text Example
White with #DBD41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD41C; }
p { color: rgb(219,212,28); }
H1.HeaderClassName
{
color: #DBD41C;
}
.AnyTagClassName
{
color: #DBD41C;
}
</style>
background-color css
<style>
a { background-color: #DBD41C; }
a { background-color: rgb(219,212,28); }
div.DivClassName
{
background-color: #DBD41C;
}
.BgClassName
{
background-color: #DBD41C;
}
</style>
border-color css
<style>
span { border-color: #DBD41C; }
span { border-color: rgb(219,212,28); }
td.TdClassName
{
border-color: #DBD41C;
}
.TagClassName
{
border-color: #DBD41C;
}
</style>