Shades of Barberry #D6DF13
Tints of Barberry #D6DF13
RGB
CMYK
RGB Variations
Color information
#D6DF13 (or 0xD6DF13) is known color: Barberry. HEX triplet: D6, DF and 13. RGB value is (214,223,19). Sum of RGB (Red+Green+Blue) = 214+223+19=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DF13 is #2920EC. Grayscale: #C5C5C5. Windows color (decimal): -2695405 or 1302486. OLE color: 1302486.
HSL color Cylindrical-coordinate representation of color #D6DF13: hue angle of 62.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6DF13 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.13 |
| HSL | 62.65º | 0.84% | 0.47% | - |
| HSV(B) | 62.65º | 0.91% | 0.87% | - |
| XYZ | 54.24 | 67.12 | 10.71 | - |
| YUV | 197.05 | 27.52 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 19 | 0.04 | 0 | 0.91 | 0.13 | 62.65 | 0.84 | 0.47 |
| Hex | D6 | DF | 13 | 4 | 0 | 5B | D | 3F | 54 | 2F |
| Octal | 326 | 337 | 23 | 4 | 0 | 133 | 15 | 77 | 124 | 57 |
| Binary | 11010110 | 11011111 | 10011 | 100 | 0 | 1011011 | 1101 | 111111 | 1010100 | 101111 |
Color Harmonies of #D6DF13
Complementary color
Monochromatic Colors of #D6DF13
Black with #D6DF13
Text Example
Text Example
White with #D6DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF13; }
p { color: rgb(214,223,19); }
H1.HeaderClassName
{
color: #D6DF13;
}
.AnyTagClassName
{
color: #D6DF13;
}
</style>
background-color css
<style>
a { background-color: #D6DF13; }
a { background-color: rgb(214,223,19); }
div.DivClassName
{
background-color: #D6DF13;
}
.BgClassName
{
background-color: #D6DF13;
}
</style>
border-color css
<style>
span { border-color: #D6DF13; }
span { border-color: rgb(214,223,19); }
td.TdClassName
{
border-color: #D6DF13;
}
.TagClassName
{
border-color: #D6DF13;
}
</style>