Shades of Barberry #DBDF11
Tints of Barberry #DBDF11
RGB
CMYK
RGB Variations
Color information
#DBDF11 (or 0xDBDF11) is known color: Barberry. HEX triplet: DB, DF and 11. RGB value is (219,223,17). Sum of RGB (Red+Green+Blue) = 219+223+17=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDF11 is #2420EE. Grayscale: #C7C7C7. Windows color (decimal): -2367727 or 1171419. OLE color: 1171419.
HSL color Cylindrical-coordinate representation of color #DBDF11: hue angle of 61.17º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDF11 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.13 |
| HSL | 61.17º | 0.86% | 0.47% | - |
| HSV(B) | 61.17º | 0.92% | 0.87% | - |
| XYZ | 55.7 | 67.88 | 10.7 | - |
| YUV | 198.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 17 | 0.02 | 0 | 0.92 | 0.13 | 61.17 | 0.86 | 0.47 |
| Hex | DB | DF | 11 | 2 | 0 | 5C | D | 3D | 56 | 2F |
| Octal | 333 | 337 | 21 | 2 | 0 | 134 | 15 | 75 | 126 | 57 |
| Binary | 11011011 | 11011111 | 10001 | 10 | 0 | 1011100 | 1101 | 111101 | 1010110 | 101111 |
Color Harmonies of #DBDF11
Complementary color
Monochromatic Colors of #DBDF11
Black with #DBDF11
Text Example
Text Example
White with #DBDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF11; }
p { color: rgb(219,223,17); }
H1.HeaderClassName
{
color: #DBDF11;
}
.AnyTagClassName
{
color: #DBDF11;
}
</style>
background-color css
<style>
a { background-color: #DBDF11; }
a { background-color: rgb(219,223,17); }
div.DivClassName
{
background-color: #DBDF11;
}
.BgClassName
{
background-color: #DBDF11;
}
</style>
border-color css
<style>
span { border-color: #DBDF11; }
span { border-color: rgb(219,223,17); }
td.TdClassName
{
border-color: #DBDF11;
}
.TagClassName
{
border-color: #DBDF11;
}
</style>