Shades of Barberry #D7D317
Tints of Barberry #D7D317
RGB
CMYK
RGB Variations
Color information
#D7D317 (or 0xD7D317) is known color: Barberry. HEX triplet: D7, D3 and 17. RGB value is (215,211,23). Sum of RGB (Red+Green+Blue) = 215+211+23=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D317 is #282CE8. Grayscale: #BFBFBF. Windows color (decimal): -2632937 or 1561559. OLE color: 1561559.
HSL color Cylindrical-coordinate representation of color #D7D317: hue angle of 58.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7D317 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 23 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.16 |
| HSL | 58.75º | 0.81% | 0.47% | - |
| HSV(B) | 58.75º | 0.89% | 0.84% | - |
| XYZ | 51.47 | 61.1 | 9.89 | - |
| YUV | 190.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 23 | 0 | 0.02 | 0.89 | 0.16 | 58.75 | 0.81 | 0.47 |
| Hex | D7 | D3 | 17 | 0 | 2 | 59 | 10 | 3B | 51 | 2F |
| Octal | 327 | 323 | 27 | 0 | 2 | 131 | 20 | 73 | 121 | 57 |
| Binary | 11010111 | 11010011 | 10111 | 0 | 10 | 1011001 | 10000 | 111011 | 1010001 | 101111 |
Color Harmonies of #D7D317
Complementary color
Monochromatic Colors of #D7D317
Black with #D7D317
Text Example
Text Example
White with #D7D317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D317; }
p { color: rgb(215,211,23); }
H1.HeaderClassName
{
color: #D7D317;
}
.AnyTagClassName
{
color: #D7D317;
}
</style>
background-color css
<style>
a { background-color: #D7D317; }
a { background-color: rgb(215,211,23); }
div.DivClassName
{
background-color: #D7D317;
}
.BgClassName
{
background-color: #D7D317;
}
</style>
border-color css
<style>
span { border-color: #D7D317; }
span { border-color: rgb(215,211,23); }
td.TdClassName
{
border-color: #D7D317;
}
.TagClassName
{
border-color: #D7D317;
}
</style>