Shades of Barberry #D5D126
Tints of Barberry #D5D126
RGB
CMYK
RGB Variations
Color information
#D5D126 (or 0xD5D126) is known color: Barberry. HEX triplet: D5, D1 and 26. RGB value is (213,209,38). Sum of RGB (Red+Green+Blue) = 213+209+38=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D126 is #2A2ED9. Grayscale: #BFBFBF. Windows color (decimal): -2764506 or 2544085. OLE color: 2544085.
HSL color Cylindrical-coordinate representation of color #D5D126: hue angle of 58.63º 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 #D5D126 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 38 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.16 |
| HSL | 58.63º | 0.7% | 0.49% | - |
| HSV(B) | 58.63º | 0.82% | 0.84% | - |
| XYZ | 50.59 | 59.89 | 10.73 | - |
| YUV | 190.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 38 | 0 | 0.02 | 0.82 | 0.16 | 58.63 | 0.7 | 0.49 |
| Hex | D5 | D1 | 26 | 0 | 2 | 52 | 10 | 3B | 46 | 31 |
| Octal | 325 | 321 | 46 | 0 | 2 | 122 | 20 | 73 | 106 | 61 |
| Binary | 11010101 | 11010001 | 100110 | 0 | 10 | 1010010 | 10000 | 111011 | 1000110 | 110001 |
Color Harmonies of #D5D126
Complementary color
Monochromatic Colors of #D5D126
Black with #D5D126
Text Example
Text Example
White with #D5D126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D126; }
p { color: rgb(213,209,38); }
H1.HeaderClassName
{
color: #D5D126;
}
.AnyTagClassName
{
color: #D5D126;
}
</style>
background-color css
<style>
a { background-color: #D5D126; }
a { background-color: rgb(213,209,38); }
div.DivClassName
{
background-color: #D5D126;
}
.BgClassName
{
background-color: #D5D126;
}
</style>
border-color css
<style>
span { border-color: #D5D126; }
span { border-color: rgb(213,209,38); }
td.TdClassName
{
border-color: #D5D126;
}
.TagClassName
{
border-color: #D5D126;
}
</style>