Shades of Barberry #D0D216
Tints of Barberry #D0D216
RGB
CMYK
RGB Variations
Color information
#D0D216 (or 0xD0D216) is known color: Barberry. HEX triplet: D0, D2 and 16. RGB value is (208,210,22). Sum of RGB (Red+Green+Blue) = 208+210+22=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D216 is #2F2DE9. Grayscale: #BCBCBC. Windows color (decimal): -3091946 or 1495760. OLE color: 1495760.
HSL color Cylindrical-coordinate representation of color #D0D216: hue angle of 60.64º 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 #D0D216 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.18 |
| HSL | 60.64º | 0.81% | 0.45% | - |
| HSV(B) | 60.64º | 0.9% | 0.82% | - |
| XYZ | 49.2 | 59.56 | 9.66 | - |
| YUV | 187.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 22 | 0.01 | 0 | 0.90 | 0.18 | 60.64 | 0.81 | 0.45 |
| Hex | D0 | D2 | 16 | 1 | 0 | 5A | 12 | 3D | 51 | 2D |
| Octal | 320 | 322 | 26 | 1 | 0 | 132 | 22 | 75 | 121 | 55 |
| Binary | 11010000 | 11010010 | 10110 | 1 | 0 | 1011010 | 10010 | 111101 | 1010001 | 101101 |
Color Harmonies of #D0D216
Complementary color
Monochromatic Colors of #D0D216
Black with #D0D216
Text Example
Text Example
White with #D0D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D216; }
p { color: rgb(208,210,22); }
H1.HeaderClassName
{
color: #D0D216;
}
.AnyTagClassName
{
color: #D0D216;
}
</style>
background-color css
<style>
a { background-color: #D0D216; }
a { background-color: rgb(208,210,22); }
div.DivClassName
{
background-color: #D0D216;
}
.BgClassName
{
background-color: #D0D216;
}
</style>
border-color css
<style>
span { border-color: #D0D216; }
span { border-color: rgb(208,210,22); }
td.TdClassName
{
border-color: #D0D216;
}
.TagClassName
{
border-color: #D0D216;
}
</style>