Shades of Barberry #D0CF16
Tints of Barberry #D0CF16
RGB
CMYK
RGB Variations
Color information
#D0CF16 (or 0xD0CF16) is known color: Barberry. HEX triplet: D0, CF and 16. RGB value is (208,207,22). Sum of RGB (Red+Green+Blue) = 208+207+22=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF16 is #2F30E9. Grayscale: #BABABA. Windows color (decimal): -3092714 or 1494992. OLE color: 1494992.
HSL color Cylindrical-coordinate representation of color #D0CF16: hue angle of 59.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0CF16 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 22 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.18 |
| HSL | 59.68º | 0.81% | 0.45% | - |
| HSV(B) | 59.68º | 0.89% | 0.82% | - |
| XYZ | 48.47 | 58.09 | 9.42 | - |
| YUV | 186.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 22 | 0 | 0.00 | 0.89 | 0.18 | 59.68 | 0.81 | 0.45 |
| Hex | D0 | CF | 16 | 0 | 0 | 59 | 12 | 3C | 51 | 2D |
| Octal | 320 | 317 | 26 | 0 | 0 | 131 | 22 | 74 | 121 | 55 |
| Binary | 11010000 | 11001111 | 10110 | 0 | 0 | 1011001 | 10010 | 111100 | 1010001 | 101101 |
Color Harmonies of #D0CF16
Complementary color
Monochromatic Colors of #D0CF16
Black with #D0CF16
Text Example
Text Example
White with #D0CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF16; }
p { color: rgb(208,207,22); }
H1.HeaderClassName
{
color: #D0CF16;
}
.AnyTagClassName
{
color: #D0CF16;
}
</style>
background-color css
<style>
a { background-color: #D0CF16; }
a { background-color: rgb(208,207,22); }
div.DivClassName
{
background-color: #D0CF16;
}
.BgClassName
{
background-color: #D0CF16;
}
</style>
border-color css
<style>
span { border-color: #D0CF16; }
span { border-color: rgb(208,207,22); }
td.TdClassName
{
border-color: #D0CF16;
}
.TagClassName
{
border-color: #D0CF16;
}
</style>