Shades of Barberry #DBDE08
Tints of Barberry #DBDE08
RGB
CMYK
RGB Variations
Color information
#DBDE08 (or 0xDBDE08) is known color: Barberry. HEX triplet: DB, DE and 08. RGB value is (219,222,8). Sum of RGB (Red+Green+Blue) = 219+222+8=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE08 is #2421F7. Grayscale: #C5C5C5. Windows color (decimal): -2367992 or 581339. OLE color: 581339.
HSL color Cylindrical-coordinate representation of color #DBDE08: hue angle of 60.84º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBDE08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.13 |
| HSL | 60.84º | 0.93% | 0.45% | - |
| HSV(B) | 60.84º | 0.96% | 0.87% | - |
| XYZ | 55.38 | 67.32 | 10.31 | - |
| YUV | 196.71 | 21.51 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 8 | 0.01 | 0 | 0.96 | 0.13 | 60.84 | 0.93 | 0.45 |
| Hex | DB | DE | 8 | 1 | 0 | 60 | D | 3D | 5D | 2D |
| Octal | 333 | 336 | 10 | 1 | 0 | 140 | 15 | 75 | 135 | 55 |
| Binary | 11011011 | 11011110 | 1000 | 1 | 0 | 1100000 | 1101 | 111101 | 1011101 | 101101 |
Color Harmonies of #DBDE08
Complementary color
Monochromatic Colors of #DBDE08
Black with #DBDE08
Text Example
Text Example
White with #DBDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE08; }
p { color: rgb(219,222,8); }
H1.HeaderClassName
{
color: #DBDE08;
}
.AnyTagClassName
{
color: #DBDE08;
}
</style>
background-color css
<style>
a { background-color: #DBDE08; }
a { background-color: rgb(219,222,8); }
div.DivClassName
{
background-color: #DBDE08;
}
.BgClassName
{
background-color: #DBDE08;
}
</style>
border-color css
<style>
span { border-color: #DBDE08; }
span { border-color: rgb(219,222,8); }
td.TdClassName
{
border-color: #DBDE08;
}
.TagClassName
{
border-color: #DBDE08;
}
</style>