Shades of Barberry #DBDF0B
Tints of Barberry #DBDF0B
RGB
CMYK
RGB Variations
Color information
#DBDF0B (or 0xDBDF0B) is known color: Barberry. HEX triplet: DB, DF and 0B. RGB value is (219,223,11). Sum of RGB (Red+Green+Blue) = 219+223+11=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDF0B is #2420F4. Grayscale: #C6C6C6. Windows color (decimal): -2367733 or 778203. OLE color: 778203.
HSL color Cylindrical-coordinate representation of color #DBDF0B: hue angle of 61.13º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBDF0B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.13 |
| HSL | 61.13º | 0.91% | 0.46% | - |
| HSV(B) | 61.13º | 0.95% | 0.87% | - |
| XYZ | 55.66 | 67.86 | 10.48 | - |
| YUV | 197.64 | 22.67 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 11 | 0.02 | 0 | 0.95 | 0.13 | 61.13 | 0.91 | 0.46 |
| Hex | DB | DF | B | 2 | 0 | 5F | D | 3D | 5B | 2E |
| Octal | 333 | 337 | 13 | 2 | 0 | 137 | 15 | 75 | 133 | 56 |
| Binary | 11011011 | 11011111 | 1011 | 10 | 0 | 1011111 | 1101 | 111101 | 1011011 | 101110 |
Color Harmonies of #DBDF0B
Complementary color
Monochromatic Colors of #DBDF0B
Black with #DBDF0B
Text Example
Text Example
White with #DBDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF0B; }
p { color: rgb(219,223,11); }
H1.HeaderClassName
{
color: #DBDF0B;
}
.AnyTagClassName
{
color: #DBDF0B;
}
</style>
background-color css
<style>
a { background-color: #DBDF0B; }
a { background-color: rgb(219,223,11); }
div.DivClassName
{
background-color: #DBDF0B;
}
.BgClassName
{
background-color: #DBDF0B;
}
</style>
border-color css
<style>
span { border-color: #DBDF0B; }
span { border-color: rgb(219,223,11); }
td.TdClassName
{
border-color: #DBDF0B;
}
.TagClassName
{
border-color: #DBDF0B;
}
</style>