Shades of Barberry #D8D016
Tints of Barberry #D8D016
RGB
CMYK
RGB Variations
Color information
#D8D016 (or 0xD8D016) is known color: Barberry. HEX triplet: D8, D0 and 16. RGB value is (216,208,22). Sum of RGB (Red+Green+Blue) = 216+208+22=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D016 is #272FE9. Grayscale: #BDBDBD. Windows color (decimal): -2568170 or 1495256. OLE color: 1495256.
HSL color Cylindrical-coordinate representation of color #D8D016: hue angle of 57.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8D016 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 22 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.15 |
| HSL | 57.53º | 0.82% | 0.47% | - |
| HSV(B) | 57.53º | 0.9% | 0.85% | - |
| XYZ | 51.02 | 59.77 | 9.61 | - |
| YUV | 189.19 | 33.65 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 22 | 0 | 0.04 | 0.90 | 0.15 | 57.53 | 0.82 | 0.47 |
| Hex | D8 | D0 | 16 | 0 | 4 | 5A | F | 3A | 52 | 2F |
| Octal | 330 | 320 | 26 | 0 | 4 | 132 | 17 | 72 | 122 | 57 |
| Binary | 11011000 | 11010000 | 10110 | 0 | 100 | 1011010 | 1111 | 111010 | 1010010 | 101111 |
Color Harmonies of #D8D016
Complementary color
Monochromatic Colors of #D8D016
Black with #D8D016
Text Example
Text Example
White with #D8D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D016; }
p { color: rgb(216,208,22); }
H1.HeaderClassName
{
color: #D8D016;
}
.AnyTagClassName
{
color: #D8D016;
}
</style>
background-color css
<style>
a { background-color: #D8D016; }
a { background-color: rgb(216,208,22); }
div.DivClassName
{
background-color: #D8D016;
}
.BgClassName
{
background-color: #D8D016;
}
</style>
border-color css
<style>
span { border-color: #D8D016; }
span { border-color: rgb(216,208,22); }
td.TdClassName
{
border-color: #D8D016;
}
.TagClassName
{
border-color: #D8D016;
}
</style>