Shades of Barberry #D1D510
Tints of Barberry #D1D510
RGB
CMYK
RGB Variations
Color information
#D1D510 (or 0xD1D510) is known color: Barberry. HEX triplet: D1, D5 and 10. RGB value is (209,213,16). Sum of RGB (Red+Green+Blue) = 209+213+16=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D510 is #2E2AEF. Grayscale: #BEBEBE. Windows color (decimal): -3025648 or 1103313. OLE color: 1103313.
HSL color Cylindrical-coordinate representation of color #D1D510: hue angle of 61.22º 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 #D1D510 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.16 |
| HSL | 61.22º | 0.86% | 0.45% | - |
| HSV(B) | 61.22º | 0.92% | 0.84% | - |
| XYZ | 50.18 | 61.18 | 9.65 | - |
| YUV | 189.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 16 | 0.02 | 0 | 0.92 | 0.16 | 61.22 | 0.86 | 0.45 |
| Hex | D1 | D5 | 10 | 2 | 0 | 5C | 10 | 3D | 56 | 2D |
| Octal | 321 | 325 | 20 | 2 | 0 | 134 | 20 | 75 | 126 | 55 |
| Binary | 11010001 | 11010101 | 10000 | 10 | 0 | 1011100 | 10000 | 111101 | 1010110 | 101101 |
Color Harmonies of #D1D510
Complementary color
Monochromatic Colors of #D1D510
Black with #D1D510
Text Example
Text Example
White with #D1D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D510; }
p { color: rgb(209,213,16); }
H1.HeaderClassName
{
color: #D1D510;
}
.AnyTagClassName
{
color: #D1D510;
}
</style>
background-color css
<style>
a { background-color: #D1D510; }
a { background-color: rgb(209,213,16); }
div.DivClassName
{
background-color: #D1D510;
}
.BgClassName
{
background-color: #D1D510;
}
</style>
border-color css
<style>
span { border-color: #D1D510; }
span { border-color: rgb(209,213,16); }
td.TdClassName
{
border-color: #D1D510;
}
.TagClassName
{
border-color: #D1D510;
}
</style>