Shades of Tidal #DDFF86
Tints of Tidal #DDFF86
RGB
CMYK
RGB Variations
Color information
#DDFF86 (or 0xDDFF86) is known color: Tidal. HEX triplet: DD, FF and 86. RGB value is (221,255,134). Sum of RGB (Red+Green+Blue) = 221+255+134=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF86 is #220079. Grayscale: #E7E7E7. Windows color (decimal): -2228346 or 8847325. OLE color: 8847325.
HSL color Cylindrical-coordinate representation of color #DDFF86: hue angle of 76.86º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDFF86 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 134 | - |
| CMYK | 0.13 | 0 | 0.47 | 0 |
| HSL | 76.86º | 1% | 0.76% | - |
| HSV(B) | 76.86º | 0.47% | 1% | - |
| XYZ | 69.88 | 88.61 | 35.98 | - |
| YUV | 231.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 134 | 0.13 | 0 | 0.47 | 0 | 76.86 | 1 | 0.76 |
| Hex | DD | FF | 86 | D | 0 | 2F | 0 | 4D | 64 | 4C |
| Octal | 335 | 377 | 206 | 15 | 0 | 57 | 0 | 115 | 144 | 114 |
| Binary | 11011101 | 11111111 | 10000110 | 1101 | 0 | 101111 | 0 | 1001101 | 1100100 | 1001100 |
Color Harmonies of #DDFF86
Complementary color
Monochromatic Colors of #DDFF86
Black with #DDFF86
Text Example
Text Example
White with #DDFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF86; }
p { color: rgb(221,255,134); }
H1.HeaderClassName
{
color: #DDFF86;
}
.AnyTagClassName
{
color: #DDFF86;
}
</style>
background-color css
<style>
a { background-color: #DDFF86; }
a { background-color: rgb(221,255,134); }
div.DivClassName
{
background-color: #DDFF86;
}
.BgClassName
{
background-color: #DDFF86;
}
</style>
border-color css
<style>
span { border-color: #DDFF86; }
span { border-color: rgb(221,255,134); }
td.TdClassName
{
border-color: #DDFF86;
}
.TagClassName
{
border-color: #DDFF86;
}
</style>