Shades of Barberry #D6D324
Tints of Barberry #D6D324
RGB
CMYK
RGB Variations
Color information
#D6D324 (or 0xD6D324) is known color: Barberry. HEX triplet: D6, D3 and 24. RGB value is (214,211,36). Sum of RGB (Red+Green+Blue) = 214+211+36=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 36 (14.45% from 255 or 7.81% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D324 is #292CDB. Grayscale: #C0C0C0. Windows color (decimal): -2698460 or 2413526. OLE color: 2413526.
HSL color Cylindrical-coordinate representation of color #D6D324: hue angle of 58.99º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6D324 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 36 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.16 |
| HSL | 58.99º | 0.71% | 0.49% | - |
| HSV(B) | 58.99º | 0.83% | 0.84% | - |
| XYZ | 51.34 | 61.01 | 10.74 | - |
| YUV | 191.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 36 | 0 | 0.01 | 0.83 | 0.16 | 58.99 | 0.71 | 0.49 |
| Hex | D6 | D3 | 24 | 0 | 1 | 53 | 10 | 3B | 47 | 31 |
| Octal | 326 | 323 | 44 | 0 | 1 | 123 | 20 | 73 | 107 | 61 |
| Binary | 11010110 | 11010011 | 100100 | 0 | 1 | 1010011 | 10000 | 111011 | 1000111 | 110001 |
Color Harmonies of #D6D324
Complementary color
Monochromatic Colors of #D6D324
Black with #D6D324
Text Example
Text Example
White with #D6D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D324; }
p { color: rgb(214,211,36); }
H1.HeaderClassName
{
color: #D6D324;
}
.AnyTagClassName
{
color: #D6D324;
}
</style>
background-color css
<style>
a { background-color: #D6D324; }
a { background-color: rgb(214,211,36); }
div.DivClassName
{
background-color: #D6D324;
}
.BgClassName
{
background-color: #D6D324;
}
</style>
border-color css
<style>
span { border-color: #D6D324; }
span { border-color: rgb(214,211,36); }
td.TdClassName
{
border-color: #D6D324;
}
.TagClassName
{
border-color: #D6D324;
}
</style>