Shades of Barberry #D5D310
Tints of Barberry #D5D310
RGB
CMYK
RGB Variations
Color information
#D5D310 (or 0xD5D310) is known color: Barberry. HEX triplet: D5, D3 and 10. RGB value is (213,211,16). Sum of RGB (Red+Green+Blue) = 213+211+16=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D310 is #2A2CEF. Grayscale: #BEBEBE. Windows color (decimal): -2764016 or 1102805. OLE color: 1102805.
HSL color Cylindrical-coordinate representation of color #D5D310: hue angle of 59.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5D310 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.16 |
| HSL | 59.39º | 0.86% | 0.45% | - |
| HSV(B) | 59.39º | 0.92% | 0.84% | - |
| XYZ | 50.83 | 60.77 | 9.54 | - |
| YUV | 189.37 | 30.16 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 16 | 0 | 0.01 | 0.92 | 0.16 | 59.39 | 0.86 | 0.45 |
| Hex | D5 | D3 | 10 | 0 | 1 | 5C | 10 | 3B | 56 | 2D |
| Octal | 325 | 323 | 20 | 0 | 1 | 134 | 20 | 73 | 126 | 55 |
| Binary | 11010101 | 11010011 | 10000 | 0 | 1 | 1011100 | 10000 | 111011 | 1010110 | 101101 |
Color Harmonies of #D5D310
Complementary color
Monochromatic Colors of #D5D310
Black with #D5D310
Text Example
Text Example
White with #D5D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D310; }
p { color: rgb(213,211,16); }
H1.HeaderClassName
{
color: #D5D310;
}
.AnyTagClassName
{
color: #D5D310;
}
</style>
background-color css
<style>
a { background-color: #D5D310; }
a { background-color: rgb(213,211,16); }
div.DivClassName
{
background-color: #D5D310;
}
.BgClassName
{
background-color: #D5D310;
}
</style>
border-color css
<style>
span { border-color: #D5D310; }
span { border-color: rgb(213,211,16); }
td.TdClassName
{
border-color: #D5D310;
}
.TagClassName
{
border-color: #D5D310;
}
</style>