Shades of Barberry #D5D226
Tints of Barberry #D5D226
RGB
CMYK
RGB Variations
Color information
#D5D226 (or 0xD5D226) is known color: Barberry. HEX triplet: D5, D2 and 26. RGB value is (213,210,38). Sum of RGB (Red+Green+Blue) = 213+210+38=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D226 is #2A2DD9. Grayscale: #BFBFBF. Windows color (decimal): -2764250 or 2544341. OLE color: 2544341.
HSL color Cylindrical-coordinate representation of color #D5D226: hue angle of 58.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5D226 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 38 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.16 |
| HSL | 58.97º | 0.7% | 0.49% | - |
| HSV(B) | 58.97º | 0.82% | 0.84% | - |
| XYZ | 50.84 | 60.38 | 10.81 | - |
| YUV | 191.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 38 | 0 | 0.01 | 0.82 | 0.16 | 58.97 | 0.7 | 0.49 |
| Hex | D5 | D2 | 26 | 0 | 1 | 52 | 10 | 3B | 46 | 31 |
| Octal | 325 | 322 | 46 | 0 | 1 | 122 | 20 | 73 | 106 | 61 |
| Binary | 11010101 | 11010010 | 100110 | 0 | 1 | 1010010 | 10000 | 111011 | 1000110 | 110001 |
Color Harmonies of #D5D226
Complementary color
Monochromatic Colors of #D5D226
Black with #D5D226
Text Example
Text Example
White with #D5D226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D226; }
p { color: rgb(213,210,38); }
H1.HeaderClassName
{
color: #D5D226;
}
.AnyTagClassName
{
color: #D5D226;
}
</style>
background-color css
<style>
a { background-color: #D5D226; }
a { background-color: rgb(213,210,38); }
div.DivClassName
{
background-color: #D5D226;
}
.BgClassName
{
background-color: #D5D226;
}
</style>
border-color css
<style>
span { border-color: #D5D226; }
span { border-color: rgb(213,210,38); }
td.TdClassName
{
border-color: #D5D226;
}
.TagClassName
{
border-color: #D5D226;
}
</style>