Shades of Barberry #D6DD18
Tints of Barberry #D6DD18
RGB
CMYK
RGB Variations
Color information
#D6DD18 (or 0xD6DD18) is known color: Barberry. HEX triplet: D6, DD and 18. RGB value is (214,221,24). Sum of RGB (Red+Green+Blue) = 214+221+24=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DD18 is #2922E7. Grayscale: #C5C5C5. Windows color (decimal): -2695912 or 1629654. OLE color: 1629654.
HSL color Cylindrical-coordinate representation of color #D6DD18: hue angle of 62.13º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6DD18 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 24 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.13 |
| HSL | 62.13º | 0.8% | 0.48% | - |
| HSV(B) | 62.13º | 0.89% | 0.87% | - |
| XYZ | 53.75 | 66.07 | 10.78 | - |
| YUV | 196.45 | 30.68 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 24 | 0.03 | 0 | 0.89 | 0.13 | 62.13 | 0.8 | 0.48 |
| Hex | D6 | DD | 18 | 3 | 0 | 59 | D | 3E | 50 | 30 |
| Octal | 326 | 335 | 30 | 3 | 0 | 131 | 15 | 76 | 120 | 60 |
| Binary | 11010110 | 11011101 | 11000 | 11 | 0 | 1011001 | 1101 | 111110 | 1010000 | 110000 |
Color Harmonies of #D6DD18
Complementary color
Monochromatic Colors of #D6DD18
Black with #D6DD18
Text Example
Text Example
White with #D6DD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD18; }
p { color: rgb(214,221,24); }
H1.HeaderClassName
{
color: #D6DD18;
}
.AnyTagClassName
{
color: #D6DD18;
}
</style>
background-color css
<style>
a { background-color: #D6DD18; }
a { background-color: rgb(214,221,24); }
div.DivClassName
{
background-color: #D6DD18;
}
.BgClassName
{
background-color: #D6DD18;
}
</style>
border-color css
<style>
span { border-color: #D6DD18; }
span { border-color: rgb(214,221,24); }
td.TdClassName
{
border-color: #D6DD18;
}
.TagClassName
{
border-color: #D6DD18;
}
</style>