Shades of Barberry #D8CF16
Tints of Barberry #D8CF16
RGB
CMYK
RGB Variations
Color information
#D8CF16 (or 0xD8CF16) is known color: Barberry. HEX triplet: D8, CF and 16. RGB value is (216,207,22). Sum of RGB (Red+Green+Blue) = 216+207+22=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CF16 is #2730E9. Grayscale: #BDBDBD. Windows color (decimal): -2568426 or 1495000. OLE color: 1495000.
HSL color Cylindrical-coordinate representation of color #D8CF16: hue angle of 57.22º 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 #D8CF16 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 22 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.15 |
| HSL | 57.22º | 0.82% | 0.47% | - |
| HSV(B) | 57.22º | 0.9% | 0.85% | - |
| XYZ | 50.78 | 59.28 | 9.53 | - |
| YUV | 188.6 | 33.98 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 22 | 0 | 0.04 | 0.90 | 0.15 | 57.22 | 0.82 | 0.47 |
| Hex | D8 | CF | 16 | 0 | 4 | 5A | F | 39 | 52 | 2F |
| Octal | 330 | 317 | 26 | 0 | 4 | 132 | 17 | 71 | 122 | 57 |
| Binary | 11011000 | 11001111 | 10110 | 0 | 100 | 1011010 | 1111 | 111001 | 1010010 | 101111 |
Color Harmonies of #D8CF16
Complementary color
Monochromatic Colors of #D8CF16
Black with #D8CF16
Text Example
Text Example
White with #D8CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF16; }
p { color: rgb(216,207,22); }
H1.HeaderClassName
{
color: #D8CF16;
}
.AnyTagClassName
{
color: #D8CF16;
}
</style>
background-color css
<style>
a { background-color: #D8CF16; }
a { background-color: rgb(216,207,22); }
div.DivClassName
{
background-color: #D8CF16;
}
.BgClassName
{
background-color: #D8CF16;
}
</style>
border-color css
<style>
span { border-color: #D8CF16; }
span { border-color: rgb(216,207,22); }
td.TdClassName
{
border-color: #D8CF16;
}
.TagClassName
{
border-color: #D8CF16;
}
</style>