Shades of Barberry #D1DD0D
Tints of Barberry #D1DD0D
RGB
CMYK
RGB Variations
Color information
#D1DD0D (or 0xD1DD0D) is known color: Barberry. HEX triplet: D1, DD and 0D. RGB value is (209,221,13). Sum of RGB (Red+Green+Blue) = 209+221+13=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DD0D is #2E22F2. Grayscale: #C2C2C2. Windows color (decimal): -3023603 or 908753. OLE color: 908753.
HSL color Cylindrical-coordinate representation of color #D1DD0D: hue angle of 63.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1DD0D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.13 |
| HSL | 63.46º | 0.89% | 0.46% | - |
| HSV(B) | 63.46º | 0.94% | 0.87% | - |
| XYZ | 52.22 | 65.3 | 10.23 | - |
| YUV | 193.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 13 | 0.05 | 0 | 0.94 | 0.13 | 63.46 | 0.89 | 0.46 |
| Hex | D1 | DD | D | 5 | 0 | 5E | D | 3F | 59 | 2E |
| Octal | 321 | 335 | 15 | 5 | 0 | 136 | 15 | 77 | 131 | 56 |
| Binary | 11010001 | 11011101 | 1101 | 101 | 0 | 1011110 | 1101 | 111111 | 1011001 | 101110 |
Color Harmonies of #D1DD0D
Complementary color
Monochromatic Colors of #D1DD0D
Black with #D1DD0D
Text Example
Text Example
White with #D1DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD0D; }
p { color: rgb(209,221,13); }
H1.HeaderClassName
{
color: #D1DD0D;
}
.AnyTagClassName
{
color: #D1DD0D;
}
</style>
background-color css
<style>
a { background-color: #D1DD0D; }
a { background-color: rgb(209,221,13); }
div.DivClassName
{
background-color: #D1DD0D;
}
.BgClassName
{
background-color: #D1DD0D;
}
</style>
border-color css
<style>
span { border-color: #D1DD0D; }
span { border-color: rgb(209,221,13); }
td.TdClassName
{
border-color: #D1DD0D;
}
.TagClassName
{
border-color: #D1DD0D;
}
</style>