Shades of Barberry #D5D817
Tints of Barberry #D5D817
RGB
CMYK
RGB Variations
Color information
#D5D817 (or 0xD5D817) is known color: Barberry. HEX triplet: D5, D8 and 17. RGB value is (213,216,23). Sum of RGB (Red+Green+Blue) = 213+216+23=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D817 is #2A27E8. Grayscale: #C1C1C1. Windows color (decimal): -2762729 or 1562837. OLE color: 1562837.
HSL color Cylindrical-coordinate representation of color #D5D817: hue angle of 60.93º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5D817 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 23 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.15 |
| HSL | 60.93º | 0.81% | 0.47% | - |
| HSV(B) | 60.93º | 0.89% | 0.85% | - |
| XYZ | 52.15 | 63.32 | 10.28 | - |
| YUV | 193.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 23 | 0.01 | 0 | 0.89 | 0.15 | 60.93 | 0.81 | 0.47 |
| Hex | D5 | D8 | 17 | 1 | 0 | 59 | F | 3D | 51 | 2F |
| Octal | 325 | 330 | 27 | 1 | 0 | 131 | 17 | 75 | 121 | 57 |
| Binary | 11010101 | 11011000 | 10111 | 1 | 0 | 1011001 | 1111 | 111101 | 1010001 | 101111 |
Color Harmonies of #D5D817
Complementary color
Monochromatic Colors of #D5D817
Black with #D5D817
Text Example
Text Example
White with #D5D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D817; }
p { color: rgb(213,216,23); }
H1.HeaderClassName
{
color: #D5D817;
}
.AnyTagClassName
{
color: #D5D817;
}
</style>
background-color css
<style>
a { background-color: #D5D817; }
a { background-color: rgb(213,216,23); }
div.DivClassName
{
background-color: #D5D817;
}
.BgClassName
{
background-color: #D5D817;
}
</style>
border-color css
<style>
span { border-color: #D5D817; }
span { border-color: rgb(213,216,23); }
td.TdClassName
{
border-color: #D5D817;
}
.TagClassName
{
border-color: #D5D817;
}
</style>