Shades of Barberry #D9D315
Tints of Barberry #D9D315
RGB
CMYK
RGB Variations
Color information
#D9D315 (or 0xD9D315) is known color: Barberry. HEX triplet: D9, D3 and 15. RGB value is (217,211,21). Sum of RGB (Red+Green+Blue) = 217+211+21=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D315 is #262CEA. Grayscale: #BFBFBF. Windows color (decimal): -2501867 or 1430489. OLE color: 1430489.
HSL color Cylindrical-coordinate representation of color #D9D315: hue angle of 58.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9D315 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 21 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.15 |
| HSL | 58.16º | 0.82% | 0.47% | - |
| HSV(B) | 58.16º | 0.9% | 0.85% | - |
| XYZ | 52.04 | 61.39 | 9.82 | - |
| YUV | 191.13 | 31.99 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 21 | 0 | 0.03 | 0.90 | 0.15 | 58.16 | 0.82 | 0.47 |
| Hex | D9 | D3 | 15 | 0 | 3 | 5A | F | 3A | 52 | 2F |
| Octal | 331 | 323 | 25 | 0 | 3 | 132 | 17 | 72 | 122 | 57 |
| Binary | 11011001 | 11010011 | 10101 | 0 | 11 | 1011010 | 1111 | 111010 | 1010010 | 101111 |
Color Harmonies of #D9D315
Complementary color
Monochromatic Colors of #D9D315
Black with #D9D315
Text Example
Text Example
White with #D9D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D315; }
p { color: rgb(217,211,21); }
H1.HeaderClassName
{
color: #D9D315;
}
.AnyTagClassName
{
color: #D9D315;
}
</style>
background-color css
<style>
a { background-color: #D9D315; }
a { background-color: rgb(217,211,21); }
div.DivClassName
{
background-color: #D9D315;
}
.BgClassName
{
background-color: #D9D315;
}
</style>
border-color css
<style>
span { border-color: #D9D315; }
span { border-color: rgb(217,211,21); }
td.TdClassName
{
border-color: #D9D315;
}
.TagClassName
{
border-color: #D9D315;
}
</style>