Shades of Barberry #DBDE10
Tints of Barberry #DBDE10
RGB
CMYK
RGB Variations
Color information
#DBDE10 (or 0xDBDE10) is known color: Barberry. HEX triplet: DB, DE and 10. RGB value is (219,222,16). Sum of RGB (Red+Green+Blue) = 219+222+16=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE10 is #2421EF. Grayscale: #C6C6C6. Windows color (decimal): -2367984 or 1105627. OLE color: 1105627.
HSL color Cylindrical-coordinate representation of color #DBDE10: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBDE10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.13 |
| HSL | 60.87º | 0.87% | 0.47% | - |
| HSV(B) | 60.87º | 0.93% | 0.87% | - |
| XYZ | 55.43 | 67.34 | 10.57 | - |
| YUV | 197.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 16 | 0.01 | 0 | 0.93 | 0.13 | 60.87 | 0.87 | 0.47 |
| Hex | DB | DE | 10 | 1 | 0 | 5D | D | 3D | 57 | 2F |
| Octal | 333 | 336 | 20 | 1 | 0 | 135 | 15 | 75 | 127 | 57 |
| Binary | 11011011 | 11011110 | 10000 | 1 | 0 | 1011101 | 1101 | 111101 | 1010111 | 101111 |
Color Harmonies of #DBDE10
Complementary color
Monochromatic Colors of #DBDE10
Black with #DBDE10
Text Example
Text Example
White with #DBDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE10; }
p { color: rgb(219,222,16); }
H1.HeaderClassName
{
color: #DBDE10;
}
.AnyTagClassName
{
color: #DBDE10;
}
</style>
background-color css
<style>
a { background-color: #DBDE10; }
a { background-color: rgb(219,222,16); }
div.DivClassName
{
background-color: #DBDE10;
}
.BgClassName
{
background-color: #DBDE10;
}
</style>
border-color css
<style>
span { border-color: #DBDE10; }
span { border-color: rgb(219,222,16); }
td.TdClassName
{
border-color: #DBDE10;
}
.TagClassName
{
border-color: #DBDE10;
}
</style>