Shades of Barberry #DFDB09
Tints of Barberry #DFDB09
RGB
CMYK
RGB Variations
Color information
#DFDB09 (or 0xDFDB09) is known color: Barberry. HEX triplet: DF, DB and 09. RGB value is (223,219,9). Sum of RGB (Red+Green+Blue) = 223+219+9=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB09 is #2024F6. Grayscale: #C5C5C5. Windows color (decimal): -2106615 or 646111. OLE color: 646111.
HSL color Cylindrical-coordinate representation of color #DFDB09: hue angle of 58.88º degrees, saturation: 0.92, 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 #DFDB09 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.13 |
| HSL | 58.88º | 0.92% | 0.45% | - |
| HSV(B) | 58.88º | 0.96% | 0.87% | - |
| XYZ | 55.81 | 66.37 | 10.13 | - |
| YUV | 196.26 | 22.33 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 9 | 0 | 0.02 | 0.96 | 0.13 | 58.88 | 0.92 | 0.45 |
| Hex | DF | DB | 9 | 0 | 2 | 60 | D | 3B | 5C | 2D |
| Octal | 337 | 333 | 11 | 0 | 2 | 140 | 15 | 73 | 134 | 55 |
| Binary | 11011111 | 11011011 | 1001 | 0 | 10 | 1100000 | 1101 | 111011 | 1011100 | 101101 |
Color Harmonies of #DFDB09
Complementary color
Monochromatic Colors of #DFDB09
Black with #DFDB09
Text Example
Text Example
White with #DFDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB09; }
p { color: rgb(223,219,9); }
H1.HeaderClassName
{
color: #DFDB09;
}
.AnyTagClassName
{
color: #DFDB09;
}
</style>
background-color css
<style>
a { background-color: #DFDB09; }
a { background-color: rgb(223,219,9); }
div.DivClassName
{
background-color: #DFDB09;
}
.BgClassName
{
background-color: #DFDB09;
}
</style>
border-color css
<style>
span { border-color: #DFDB09; }
span { border-color: rgb(223,219,9); }
td.TdClassName
{
border-color: #DFDB09;
}
.TagClassName
{
border-color: #DFDB09;
}
</style>