Shades of Barberry #D9DF0B
Tints of Barberry #D9DF0B
RGB
CMYK
RGB Variations
Color information
#D9DF0B (or 0xD9DF0B) is known color: Barberry. HEX triplet: D9, DF and 0B. RGB value is (217,223,11). Sum of RGB (Red+Green+Blue) = 217+223+11=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DF0B is #2620F4. Grayscale: #C5C5C5. Windows color (decimal): -2498805 or 778201. OLE color: 778201.
HSL color Cylindrical-coordinate representation of color #D9DF0B: hue angle of 61.7º 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 #D9DF0B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.13 |
| HSL | 61.7º | 0.91% | 0.46% | - |
| HSV(B) | 61.7º | 0.95% | 0.87% | - |
| XYZ | 55.06 | 67.55 | 10.45 | - |
| YUV | 197.04 | 23.01 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 11 | 0.03 | 0 | 0.95 | 0.13 | 61.7 | 0.91 | 0.46 |
| Hex | D9 | DF | B | 3 | 0 | 5F | D | 3E | 5B | 2E |
| Octal | 331 | 337 | 13 | 3 | 0 | 137 | 15 | 76 | 133 | 56 |
| Binary | 11011001 | 11011111 | 1011 | 11 | 0 | 1011111 | 1101 | 111110 | 1011011 | 101110 |
Color Harmonies of #D9DF0B
Complementary color
Monochromatic Colors of #D9DF0B
Black with #D9DF0B
Text Example
Text Example
White with #D9DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF0B; }
p { color: rgb(217,223,11); }
H1.HeaderClassName
{
color: #D9DF0B;
}
.AnyTagClassName
{
color: #D9DF0B;
}
</style>
background-color css
<style>
a { background-color: #D9DF0B; }
a { background-color: rgb(217,223,11); }
div.DivClassName
{
background-color: #D9DF0B;
}
.BgClassName
{
background-color: #D9DF0B;
}
</style>
border-color css
<style>
span { border-color: #D9DF0B; }
span { border-color: rgb(217,223,11); }
td.TdClassName
{
border-color: #D9DF0B;
}
.TagClassName
{
border-color: #D9DF0B;
}
</style>