Shades of Barberry #D0D810
Tints of Barberry #D0D810
RGB
CMYK
RGB Variations
Color information
#D0D810 (or 0xD0D810) is known color: Barberry. HEX triplet: D0, D8 and 10. RGB value is (208,216,16). Sum of RGB (Red+Green+Blue) = 208+216+16=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D810 is #2F27EF. Grayscale: #BFBFBF. Windows color (decimal): -3090416 or 1104080. OLE color: 1104080.
HSL color Cylindrical-coordinate representation of color #D0D810: hue angle of 62.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0D810 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.15 |
| HSL | 62.4º | 0.86% | 0.45% | - |
| HSV(B) | 62.4º | 0.93% | 0.85% | - |
| XYZ | 50.66 | 62.56 | 9.9 | - |
| YUV | 190.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 16 | 0.04 | 0 | 0.93 | 0.15 | 62.4 | 0.86 | 0.45 |
| Hex | D0 | D8 | 10 | 4 | 0 | 5D | F | 3E | 56 | 2D |
| Octal | 320 | 330 | 20 | 4 | 0 | 135 | 17 | 76 | 126 | 55 |
| Binary | 11010000 | 11011000 | 10000 | 100 | 0 | 1011101 | 1111 | 111110 | 1010110 | 101101 |
Color Harmonies of #D0D810
Complementary color
Monochromatic Colors of #D0D810
Black with #D0D810
Text Example
Text Example
White with #D0D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D810; }
p { color: rgb(208,216,16); }
H1.HeaderClassName
{
color: #D0D810;
}
.AnyTagClassName
{
color: #D0D810;
}
</style>
background-color css
<style>
a { background-color: #D0D810; }
a { background-color: rgb(208,216,16); }
div.DivClassName
{
background-color: #D0D810;
}
.BgClassName
{
background-color: #D0D810;
}
</style>
border-color css
<style>
span { border-color: #D0D810; }
span { border-color: rgb(208,216,16); }
td.TdClassName
{
border-color: #D0D810;
}
.TagClassName
{
border-color: #D0D810;
}
</style>