Shades of Barberry #D8D218
Tints of Barberry #D8D218
RGB
CMYK
RGB Variations
Color information
#D8D218 (or 0xD8D218) is known color: Barberry. HEX triplet: D8, D2 and 18. RGB value is (216,210,24). Sum of RGB (Red+Green+Blue) = 216+210+24=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D218 is #272DE7. Grayscale: #BFBFBF. Windows color (decimal): -2567656 or 1626840. OLE color: 1626840.
HSL color Cylindrical-coordinate representation of color #D8D218: hue angle of 58.12º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8D218 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 24 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.15 |
| HSL | 58.13º | 0.8% | 0.47% | - |
| HSV(B) | 58.13º | 0.89% | 0.85% | - |
| XYZ | 51.53 | 60.76 | 9.88 | - |
| YUV | 190.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 24 | 0 | 0.03 | 0.89 | 0.15 | 58.13 | 0.8 | 0.47 |
| Hex | D8 | D2 | 18 | 0 | 3 | 59 | F | 3A | 50 | 2F |
| Octal | 330 | 322 | 30 | 0 | 3 | 131 | 17 | 72 | 120 | 57 |
| Binary | 11011000 | 11010010 | 11000 | 0 | 11 | 1011001 | 1111 | 111010 | 1010000 | 101111 |
Color Harmonies of #D8D218
Complementary color
Monochromatic Colors of #D8D218
Black with #D8D218
Text Example
Text Example
White with #D8D218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D218; }
p { color: rgb(216,210,24); }
H1.HeaderClassName
{
color: #D8D218;
}
.AnyTagClassName
{
color: #D8D218;
}
</style>
background-color css
<style>
a { background-color: #D8D218; }
a { background-color: rgb(216,210,24); }
div.DivClassName
{
background-color: #D8D218;
}
.BgClassName
{
background-color: #D8D218;
}
</style>
border-color css
<style>
span { border-color: #D8D218; }
span { border-color: rgb(216,210,24); }
td.TdClassName
{
border-color: #D8D218;
}
.TagClassName
{
border-color: #D8D218;
}
</style>