Shades of Barberry #D0D215
Tints of Barberry #D0D215
RGB
CMYK
RGB Variations
Color information
#D0D215 (or 0xD0D215) is known color: Barberry. HEX triplet: D0, D2 and 15. RGB value is (208,210,21). Sum of RGB (Red+Green+Blue) = 208+210+21=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D215 is #2F2DEA. Grayscale: #BCBCBC. Windows color (decimal): -3091947 or 1430224. OLE color: 1430224.
HSL color Cylindrical-coordinate representation of color #D0D215: hue angle of 60.63º degrees, saturation: 0.82, 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 #D0D215 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.18 |
| HSL | 60.63º | 0.82% | 0.45% | - |
| HSV(B) | 60.63º | 0.9% | 0.82% | - |
| XYZ | 49.19 | 59.56 | 9.61 | - |
| YUV | 187.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 21 | 0.01 | 0 | 0.90 | 0.18 | 60.63 | 0.82 | 0.45 |
| Hex | D0 | D2 | 15 | 1 | 0 | 5A | 12 | 3D | 52 | 2D |
| Octal | 320 | 322 | 25 | 1 | 0 | 132 | 22 | 75 | 122 | 55 |
| Binary | 11010000 | 11010010 | 10101 | 1 | 0 | 1011010 | 10010 | 111101 | 1010010 | 101101 |
Color Harmonies of #D0D215
Complementary color
Monochromatic Colors of #D0D215
Black with #D0D215
Text Example
Text Example
White with #D0D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D215; }
p { color: rgb(208,210,21); }
H1.HeaderClassName
{
color: #D0D215;
}
.AnyTagClassName
{
color: #D0D215;
}
</style>
background-color css
<style>
a { background-color: #D0D215; }
a { background-color: rgb(208,210,21); }
div.DivClassName
{
background-color: #D0D215;
}
.BgClassName
{
background-color: #D0D215;
}
</style>
border-color css
<style>
span { border-color: #D0D215; }
span { border-color: rgb(208,210,21); }
td.TdClassName
{
border-color: #D0D215;
}
.TagClassName
{
border-color: #D0D215;
}
</style>