Shades of Barberry #D9D324
Tints of Barberry #D9D324
RGB
CMYK
RGB Variations
Color information
#D9D324 (or 0xD9D324) is known color: Barberry. HEX triplet: D9, D3 and 24. RGB value is (217,211,36). Sum of RGB (Red+Green+Blue) = 217+211+36=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D324 is #262CDB. Grayscale: #C1C1C1. Windows color (decimal): -2501852 or 2413529. OLE color: 2413529.
HSL color Cylindrical-coordinate representation of color #D9D324: hue angle of 58.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9D324 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 36 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.15 |
| HSL | 58.01º | 0.72% | 0.5% | - |
| HSV(B) | 58.01º | 0.83% | 0.85% | - |
| XYZ | 52.23 | 61.47 | 10.78 | - |
| YUV | 192.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 36 | 0 | 0.03 | 0.83 | 0.15 | 58.01 | 0.72 | 0.5 |
| Hex | D9 | D3 | 24 | 0 | 3 | 53 | F | 3A | 48 | 32 |
| Octal | 331 | 323 | 44 | 0 | 3 | 123 | 17 | 72 | 110 | 62 |
| Binary | 11011001 | 11010011 | 100100 | 0 | 11 | 1010011 | 1111 | 111010 | 1001000 | 110010 |
Color Harmonies of #D9D324
Complementary color
Monochromatic Colors of #D9D324
Black with #D9D324
Text Example
Text Example
White with #D9D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D324; }
p { color: rgb(217,211,36); }
H1.HeaderClassName
{
color: #D9D324;
}
.AnyTagClassName
{
color: #D9D324;
}
</style>
background-color css
<style>
a { background-color: #D9D324; }
a { background-color: rgb(217,211,36); }
div.DivClassName
{
background-color: #D9D324;
}
.BgClassName
{
background-color: #D9D324;
}
</style>
border-color css
<style>
span { border-color: #D9D324; }
span { border-color: rgb(217,211,36); }
td.TdClassName
{
border-color: #D9D324;
}
.TagClassName
{
border-color: #D9D324;
}
</style>