Shades of Barberry #D9DF16
Tints of Barberry #D9DF16
RGB
CMYK
RGB Variations
Color information
#D9DF16 (or 0xD9DF16) is known color: Barberry. HEX triplet: D9, DF and 16. RGB value is (217,223,22). Sum of RGB (Red+Green+Blue) = 217+223+22=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DF16 is #2620E9. Grayscale: #C7C7C7. Windows color (decimal): -2498794 or 1499097. OLE color: 1499097.
HSL color Cylindrical-coordinate representation of color #D9DF16: hue angle of 61.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9DF16 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.13 |
| HSL | 61.79º | 0.82% | 0.48% | - |
| HSV(B) | 61.79º | 0.9% | 0.87% | - |
| XYZ | 55.15 | 67.59 | 10.9 | - |
| YUV | 198.29 | 28.51 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 22 | 0.03 | 0 | 0.90 | 0.13 | 61.79 | 0.82 | 0.48 |
| Hex | D9 | DF | 16 | 3 | 0 | 5A | D | 3E | 52 | 30 |
| Octal | 331 | 337 | 26 | 3 | 0 | 132 | 15 | 76 | 122 | 60 |
| Binary | 11011001 | 11011111 | 10110 | 11 | 0 | 1011010 | 1101 | 111110 | 1010010 | 110000 |
Color Harmonies of #D9DF16
Complementary color
Monochromatic Colors of #D9DF16
Black with #D9DF16
Text Example
Text Example
White with #D9DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF16; }
p { color: rgb(217,223,22); }
H1.HeaderClassName
{
color: #D9DF16;
}
.AnyTagClassName
{
color: #D9DF16;
}
</style>
background-color css
<style>
a { background-color: #D9DF16; }
a { background-color: rgb(217,223,22); }
div.DivClassName
{
background-color: #D9DF16;
}
.BgClassName
{
background-color: #D9DF16;
}
</style>
border-color css
<style>
span { border-color: #D9DF16; }
span { border-color: rgb(217,223,22); }
td.TdClassName
{
border-color: #D9DF16;
}
.TagClassName
{
border-color: #D9DF16;
}
</style>