Shades of Barberry #DBDF0A
Tints of Barberry #DBDF0A
RGB
CMYK
RGB Variations
Color information
#DBDF0A (or 0xDBDF0A) is known color: Barberry. HEX triplet: DB, DF and 0A. RGB value is (219,223,10). Sum of RGB (Red+Green+Blue) = 219+223+10=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDF0A is #2420F5. Grayscale: #C6C6C6. Windows color (decimal): -2367734 or 712667. OLE color: 712667.
HSL color Cylindrical-coordinate representation of color #DBDF0A: 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.96%. Process color model (Four color, CMYK) of #DBDF0A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.13 |
| HSL | 61.13º | 0.91% | 0.46% | - |
| HSV(B) | 61.13º | 0.96% | 0.87% | - |
| XYZ | 55.66 | 67.86 | 10.45 | - |
| YUV | 197.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 10 | 0.02 | 0 | 0.96 | 0.13 | 61.13 | 0.91 | 0.46 |
| Hex | DB | DF | A | 2 | 0 | 60 | D | 3D | 5B | 2E |
| Octal | 333 | 337 | 12 | 2 | 0 | 140 | 15 | 75 | 133 | 56 |
| Binary | 11011011 | 11011111 | 1010 | 10 | 0 | 1100000 | 1101 | 111101 | 1011011 | 101110 |
Color Harmonies of #DBDF0A
Complementary color
Monochromatic Colors of #DBDF0A
Black with #DBDF0A
Text Example
Text Example
White with #DBDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF0A; }
p { color: rgb(219,223,10); }
H1.HeaderClassName
{
color: #DBDF0A;
}
.AnyTagClassName
{
color: #DBDF0A;
}
</style>
background-color css
<style>
a { background-color: #DBDF0A; }
a { background-color: rgb(219,223,10); }
div.DivClassName
{
background-color: #DBDF0A;
}
.BgClassName
{
background-color: #DBDF0A;
}
</style>
border-color css
<style>
span { border-color: #DBDF0A; }
span { border-color: rgb(219,223,10); }
td.TdClassName
{
border-color: #DBDF0A;
}
.TagClassName
{
border-color: #DBDF0A;
}
</style>