Shades of Barberry #D4D324
Tints of Barberry #D4D324
RGB
CMYK
RGB Variations
Color information
#D4D324 (or 0xD4D324) is known color: Barberry. HEX triplet: D4, D3 and 24. RGB value is (212,211,36). Sum of RGB (Red+Green+Blue) = 212+211+36=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 36 (14.45% from 255 or 7.84% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D324 is #2B2CDB. Grayscale: #C0C0C0. Windows color (decimal): -2829532 or 2413524. OLE color: 2413524.
HSL color Cylindrical-coordinate representation of color #D4D324: hue angle of 59.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4D324 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 36 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.17 |
| HSL | 59.66º | 0.71% | 0.49% | - |
| HSV(B) | 59.66º | 0.83% | 0.83% | - |
| XYZ | 50.76 | 60.71 | 10.71 | - |
| YUV | 191.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 36 | 0 | 0.00 | 0.83 | 0.17 | 59.66 | 0.71 | 0.49 |
| Hex | D4 | D3 | 24 | 0 | 0 | 53 | 11 | 3C | 47 | 31 |
| Octal | 324 | 323 | 44 | 0 | 0 | 123 | 21 | 74 | 107 | 61 |
| Binary | 11010100 | 11010011 | 100100 | 0 | 0 | 1010011 | 10001 | 111100 | 1000111 | 110001 |
Color Harmonies of #D4D324
Complementary color
Monochromatic Colors of #D4D324
Black with #D4D324
Text Example
Text Example
White with #D4D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D324; }
p { color: rgb(212,211,36); }
H1.HeaderClassName
{
color: #D4D324;
}
.AnyTagClassName
{
color: #D4D324;
}
</style>
background-color css
<style>
a { background-color: #D4D324; }
a { background-color: rgb(212,211,36); }
div.DivClassName
{
background-color: #D4D324;
}
.BgClassName
{
background-color: #D4D324;
}
</style>
border-color css
<style>
span { border-color: #D4D324; }
span { border-color: rgb(212,211,36); }
td.TdClassName
{
border-color: #D4D324;
}
.TagClassName
{
border-color: #D4D324;
}
</style>