Shades of Barberry #D5D128
Tints of Barberry #D5D128
RGB
CMYK
RGB Variations
Color information
#D5D128 (or 0xD5D128) is known color: Barberry. HEX triplet: D5, D1 and 28. RGB value is (213,209,40). Sum of RGB (Red+Green+Blue) = 213+209+40=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D128 is #2A2ED7. Grayscale: #BFBFBF. Windows color (decimal): -2764504 or 2675157. OLE color: 2675157.
HSL color Cylindrical-coordinate representation of color #D5D128: hue angle of 58.61º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5D128 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 40 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.16 |
| HSL | 58.61º | 0.68% | 0.5% | - |
| HSV(B) | 58.61º | 0.81% | 0.84% | - |
| XYZ | 50.62 | 59.9 | 10.9 | - |
| YUV | 190.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 40 | 0 | 0.02 | 0.81 | 0.16 | 58.61 | 0.68 | 0.5 |
| Hex | D5 | D1 | 28 | 0 | 2 | 51 | 10 | 3B | 44 | 32 |
| Octal | 325 | 321 | 50 | 0 | 2 | 121 | 20 | 73 | 104 | 62 |
| Binary | 11010101 | 11010001 | 101000 | 0 | 10 | 1010001 | 10000 | 111011 | 1000100 | 110010 |
Color Harmonies of #D5D128
Complementary color
Monochromatic Colors of #D5D128
Black with #D5D128
Text Example
Text Example
White with #D5D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D128; }
p { color: rgb(213,209,40); }
H1.HeaderClassName
{
color: #D5D128;
}
.AnyTagClassName
{
color: #D5D128;
}
</style>
background-color css
<style>
a { background-color: #D5D128; }
a { background-color: rgb(213,209,40); }
div.DivClassName
{
background-color: #D5D128;
}
.BgClassName
{
background-color: #D5D128;
}
</style>
border-color css
<style>
span { border-color: #D5D128; }
span { border-color: rgb(213,209,40); }
td.TdClassName
{
border-color: #D5D128;
}
.TagClassName
{
border-color: #D5D128;
}
</style>