Shades of Barberry #D5D715
Tints of Barberry #D5D715
RGB
CMYK
RGB Variations
Color information
#D5D715 (or 0xD5D715) is known color: Barberry. HEX triplet: D5, D7 and 15. RGB value is (213,215,21). Sum of RGB (Red+Green+Blue) = 213+215+21=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D715 is #2A28EA. Grayscale: #C1C1C1. Windows color (decimal): -2762987 or 1431509. OLE color: 1431509.
HSL color Cylindrical-coordinate representation of color #D5D715: hue angle of 60.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5D715 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.16 |
| HSL | 60.62º | 0.82% | 0.46% | - |
| HSV(B) | 60.62º | 0.9% | 0.84% | - |
| XYZ | 51.88 | 62.8 | 10.1 | - |
| YUV | 192.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 21 | 0.01 | 0 | 0.90 | 0.16 | 60.62 | 0.82 | 0.46 |
| Hex | D5 | D7 | 15 | 1 | 0 | 5A | 10 | 3D | 52 | 2E |
| Octal | 325 | 327 | 25 | 1 | 0 | 132 | 20 | 75 | 122 | 56 |
| Binary | 11010101 | 11010111 | 10101 | 1 | 0 | 1011010 | 10000 | 111101 | 1010010 | 101110 |
Color Harmonies of #D5D715
Complementary color
Monochromatic Colors of #D5D715
Black with #D5D715
Text Example
Text Example
White with #D5D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D715; }
p { color: rgb(213,215,21); }
H1.HeaderClassName
{
color: #D5D715;
}
.AnyTagClassName
{
color: #D5D715;
}
</style>
background-color css
<style>
a { background-color: #D5D715; }
a { background-color: rgb(213,215,21); }
div.DivClassName
{
background-color: #D5D715;
}
.BgClassName
{
background-color: #D5D715;
}
</style>
border-color css
<style>
span { border-color: #D5D715; }
span { border-color: rgb(213,215,21); }
td.TdClassName
{
border-color: #D5D715;
}
.TagClassName
{
border-color: #D5D715;
}
</style>