Shades of Barberry #D2D016
Tints of Barberry #D2D016
RGB
CMYK
RGB Variations
Color information
#D2D016 (or 0xD2D016) is known color: Barberry. HEX triplet: D2, D0 and 16. RGB value is (210,208,22). Sum of RGB (Red+Green+Blue) = 210+208+22=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D016 is #2D2FE9. Grayscale: #BCBCBC. Windows color (decimal): -2961386 or 1495250. OLE color: 1495250.
HSL color Cylindrical-coordinate representation of color #D2D016: hue angle of 59.36º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2D016 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 22 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.18 |
| HSL | 59.36º | 0.81% | 0.45% | - |
| HSV(B) | 59.36º | 0.9% | 0.82% | - |
| XYZ | 49.28 | 58.87 | 9.53 | - |
| YUV | 187.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 22 | 0 | 0.01 | 0.90 | 0.18 | 59.36 | 0.81 | 0.45 |
| Hex | D2 | D0 | 16 | 0 | 1 | 5A | 12 | 3B | 51 | 2D |
| Octal | 322 | 320 | 26 | 0 | 1 | 132 | 22 | 73 | 121 | 55 |
| Binary | 11010010 | 11010000 | 10110 | 0 | 1 | 1011010 | 10010 | 111011 | 1010001 | 101101 |
Color Harmonies of #D2D016
Complementary color
Monochromatic Colors of #D2D016
Black with #D2D016
Text Example
Text Example
White with #D2D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D016; }
p { color: rgb(210,208,22); }
H1.HeaderClassName
{
color: #D2D016;
}
.AnyTagClassName
{
color: #D2D016;
}
</style>
background-color css
<style>
a { background-color: #D2D016; }
a { background-color: rgb(210,208,22); }
div.DivClassName
{
background-color: #D2D016;
}
.BgClassName
{
background-color: #D2D016;
}
</style>
border-color css
<style>
span { border-color: #D2D016; }
span { border-color: rgb(210,208,22); }
td.TdClassName
{
border-color: #D2D016;
}
.TagClassName
{
border-color: #D2D016;
}
</style>