Shades of Barberry #D7D310
Tints of Barberry #D7D310
RGB
CMYK
RGB Variations
Color information
#D7D310 (or 0xD7D310) is known color: Barberry. HEX triplet: D7, D3 and 10. RGB value is (215,211,16). Sum of RGB (Red+Green+Blue) = 215+211+16=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D310 is #282CEF. Grayscale: #BEBEBE. Windows color (decimal): -2632944 or 1102807. OLE color: 1102807.
HSL color Cylindrical-coordinate representation of color #D7D310: hue angle of 58.79º 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 #D7D310 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.16 |
| HSL | 58.79º | 0.86% | 0.45% | - |
| HSV(B) | 58.79º | 0.93% | 0.84% | - |
| XYZ | 51.41 | 61.07 | 9.57 | - |
| YUV | 189.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 16 | 0 | 0.02 | 0.93 | 0.16 | 58.79 | 0.86 | 0.45 |
| Hex | D7 | D3 | 10 | 0 | 2 | 5D | 10 | 3B | 56 | 2D |
| Octal | 327 | 323 | 20 | 0 | 2 | 135 | 20 | 73 | 126 | 55 |
| Binary | 11010111 | 11010011 | 10000 | 0 | 10 | 1011101 | 10000 | 111011 | 1010110 | 101101 |
Color Harmonies of #D7D310
Complementary color
Monochromatic Colors of #D7D310
Black with #D7D310
Text Example
Text Example
White with #D7D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D310; }
p { color: rgb(215,211,16); }
H1.HeaderClassName
{
color: #D7D310;
}
.AnyTagClassName
{
color: #D7D310;
}
</style>
background-color css
<style>
a { background-color: #D7D310; }
a { background-color: rgb(215,211,16); }
div.DivClassName
{
background-color: #D7D310;
}
.BgClassName
{
background-color: #D7D310;
}
</style>
border-color css
<style>
span { border-color: #D7D310; }
span { border-color: rgb(215,211,16); }
td.TdClassName
{
border-color: #D7D310;
}
.TagClassName
{
border-color: #D7D310;
}
</style>