Shades of Barberry #D6DD0D
Tints of Barberry #D6DD0D
RGB
CMYK
RGB Variations
Color information
#D6DD0D (or 0xD6DD0D) is known color: Barberry. HEX triplet: D6, DD and 0D. RGB value is (214,221,13). Sum of RGB (Red+Green+Blue) = 214+221+13=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DD0D is #2922F2. Grayscale: #C4C4C4. Windows color (decimal): -2695923 or 908758. OLE color: 908758.
HSL color Cylindrical-coordinate representation of color #D6DD0D: hue angle of 62.02º 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 #D6DD0D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.13 |
| HSL | 62.02º | 0.89% | 0.46% | - |
| HSV(B) | 62.02º | 0.94% | 0.87% | - |
| XYZ | 53.66 | 66.04 | 10.3 | - |
| YUV | 195.2 | 25.18 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 13 | 0.03 | 0 | 0.94 | 0.13 | 62.02 | 0.89 | 0.46 |
| Hex | D6 | DD | D | 3 | 0 | 5E | D | 3E | 59 | 2E |
| Octal | 326 | 335 | 15 | 3 | 0 | 136 | 15 | 76 | 131 | 56 |
| Binary | 11010110 | 11011101 | 1101 | 11 | 0 | 1011110 | 1101 | 111110 | 1011001 | 101110 |
Color Harmonies of #D6DD0D
Complementary color
Monochromatic Colors of #D6DD0D
Black with #D6DD0D
Text Example
Text Example
White with #D6DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD0D; }
p { color: rgb(214,221,13); }
H1.HeaderClassName
{
color: #D6DD0D;
}
.AnyTagClassName
{
color: #D6DD0D;
}
</style>
background-color css
<style>
a { background-color: #D6DD0D; }
a { background-color: rgb(214,221,13); }
div.DivClassName
{
background-color: #D6DD0D;
}
.BgClassName
{
background-color: #D6DD0D;
}
</style>
border-color css
<style>
span { border-color: #D6DD0D; }
span { border-color: rgb(214,221,13); }
td.TdClassName
{
border-color: #D6DD0D;
}
.TagClassName
{
border-color: #D6DD0D;
}
</style>