Shades of Barberry #D9CF16
Tints of Barberry #D9CF16
RGB
CMYK
RGB Variations
Color information
#D9CF16 (or 0xD9CF16) is known color: Barberry. HEX triplet: D9, CF and 16. RGB value is (217,207,22). Sum of RGB (Red+Green+Blue) = 217+207+22=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF16 is #2630E9. Grayscale: #BDBDBD. Windows color (decimal): -2502890 or 1495001. OLE color: 1495001.
HSL color Cylindrical-coordinate representation of color #D9CF16: hue angle of 56.92º 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 #D9CF16 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 22 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.15 |
| HSL | 56.92º | 0.82% | 0.47% | - |
| HSV(B) | 56.92º | 0.9% | 0.85% | - |
| XYZ | 51.07 | 59.44 | 9.54 | - |
| YUV | 188.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 22 | 0 | 0.05 | 0.90 | 0.15 | 56.92 | 0.82 | 0.47 |
| Hex | D9 | CF | 16 | 0 | 5 | 5A | F | 39 | 52 | 2F |
| Octal | 331 | 317 | 26 | 0 | 5 | 132 | 17 | 71 | 122 | 57 |
| Binary | 11011001 | 11001111 | 10110 | 0 | 101 | 1011010 | 1111 | 111001 | 1010010 | 101111 |
Color Harmonies of #D9CF16
Complementary color
Monochromatic Colors of #D9CF16
Black with #D9CF16
Text Example
Text Example
White with #D9CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF16; }
p { color: rgb(217,207,22); }
H1.HeaderClassName
{
color: #D9CF16;
}
.AnyTagClassName
{
color: #D9CF16;
}
</style>
background-color css
<style>
a { background-color: #D9CF16; }
a { background-color: rgb(217,207,22); }
div.DivClassName
{
background-color: #D9CF16;
}
.BgClassName
{
background-color: #D9CF16;
}
</style>
border-color css
<style>
span { border-color: #D9CF16; }
span { border-color: rgb(217,207,22); }
td.TdClassName
{
border-color: #D9CF16;
}
.TagClassName
{
border-color: #D9CF16;
}
</style>