Shades of Barberry #D1DC10
Tints of Barberry #D1DC10
RGB
CMYK
RGB Variations
Color information
#D1DC10 (or 0xD1DC10) is known color: Barberry. HEX triplet: D1, DC and 10. RGB value is (209,220,16). Sum of RGB (Red+Green+Blue) = 209+220+16=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DC10 is #2E23EF. Grayscale: #C2C2C2. Windows color (decimal): -3023856 or 1105105. OLE color: 1105105.
HSL color Cylindrical-coordinate representation of color #D1DC10: hue angle of 63.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1DC10 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.14 |
| HSL | 63.24º | 0.86% | 0.46% | - |
| HSV(B) | 63.24º | 0.93% | 0.86% | - |
| XYZ | 51.98 | 64.78 | 10.25 | - |
| YUV | 193.46 | 27.86 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 16 | 0.05 | 0 | 0.93 | 0.14 | 63.24 | 0.86 | 0.46 |
| Hex | D1 | DC | 10 | 5 | 0 | 5D | E | 3F | 56 | 2E |
| Octal | 321 | 334 | 20 | 5 | 0 | 135 | 16 | 77 | 126 | 56 |
| Binary | 11010001 | 11011100 | 10000 | 101 | 0 | 1011101 | 1110 | 111111 | 1010110 | 101110 |
Color Harmonies of #D1DC10
Complementary color
Monochromatic Colors of #D1DC10
Black with #D1DC10
Text Example
Text Example
White with #D1DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC10; }
p { color: rgb(209,220,16); }
H1.HeaderClassName
{
color: #D1DC10;
}
.AnyTagClassName
{
color: #D1DC10;
}
</style>
background-color css
<style>
a { background-color: #D1DC10; }
a { background-color: rgb(209,220,16); }
div.DivClassName
{
background-color: #D1DC10;
}
.BgClassName
{
background-color: #D1DC10;
}
</style>
border-color css
<style>
span { border-color: #D1DC10; }
span { border-color: rgb(209,220,16); }
td.TdClassName
{
border-color: #D1DC10;
}
.TagClassName
{
border-color: #D1DC10;
}
</style>