Shades of Barberry #D6D310
Tints of Barberry #D6D310
RGB
CMYK
RGB Variations
Color information
#D6D310 (or 0xD6D310) is known color: Barberry. HEX triplet: D6, D3 and 10. RGB value is (214,211,16). Sum of RGB (Red+Green+Blue) = 214+211+16=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D310 is #292CEF. Grayscale: #BEBEBE. Windows color (decimal): -2698480 or 1102806. OLE color: 1102806.
HSL color Cylindrical-coordinate representation of color #D6D310: hue angle of 59.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6D310 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 16 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.16 |
| HSL | 59.09º | 0.86% | 0.45% | - |
| HSV(B) | 59.09º | 0.93% | 0.84% | - |
| XYZ | 51.12 | 60.92 | 9.56 | - |
| YUV | 189.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 16 | 0 | 0.01 | 0.93 | 0.16 | 59.09 | 0.86 | 0.45 |
| Hex | D6 | D3 | 10 | 0 | 1 | 5D | 10 | 3B | 56 | 2D |
| Octal | 326 | 323 | 20 | 0 | 1 | 135 | 20 | 73 | 126 | 55 |
| Binary | 11010110 | 11010011 | 10000 | 0 | 1 | 1011101 | 10000 | 111011 | 1010110 | 101101 |
Color Harmonies of #D6D310
Complementary color
Monochromatic Colors of #D6D310
Black with #D6D310
Text Example
Text Example
White with #D6D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D310; }
p { color: rgb(214,211,16); }
H1.HeaderClassName
{
color: #D6D310;
}
.AnyTagClassName
{
color: #D6D310;
}
</style>
background-color css
<style>
a { background-color: #D6D310; }
a { background-color: rgb(214,211,16); }
div.DivClassName
{
background-color: #D6D310;
}
.BgClassName
{
background-color: #D6D310;
}
</style>
border-color css
<style>
span { border-color: #D6D310; }
span { border-color: rgb(214,211,16); }
td.TdClassName
{
border-color: #D6D310;
}
.TagClassName
{
border-color: #D6D310;
}
</style>